blob: a957c1d673404eb7c4f129c1f3aacbe97c4d8a60 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DESCRIPTION = "A Python module to deal with freedesktop.org specifications"
2HOMEPAGE = "http://freedesktop.org/wiki/Software/pyxdg"
3SECTION = "devel/python"
4LICENSE = "LGPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
6
7SRCREV = "7db14dcf4c4305c3859a2d9fcf9f5da2db328330"
8SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg"
9
Andrew Geissler82c905d2020-04-13 13:39:40 -050010inherit distutils3
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011
12S = "${WORKDIR}/git"