blob: 0128a7c22e8b81584dff6339fea4468392395c2c [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
10inherit distutils
11
12S = "${WORKDIR}/git"