Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | DESCRIPTION = "A Python module to deal with freedesktop.org specifications" |
| 2 | HOMEPAGE = "http://freedesktop.org/wiki/Software/pyxdg" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "LGPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" |
| 6 | |
| 7 | SRCREV = "7db14dcf4c4305c3859a2d9fcf9f5da2db328330" |
| 8 | SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg" |
| 9 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 10 | inherit distutils3 |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 11 | |
| 12 | S = "${WORKDIR}/git" |