1DESCRIPTION = "A Python module to deal with freedesktop.org specifications" 2HOMEPAGE = "http://freedesktop.org/wiki/Software/pyxdg" 3SECTION = "devel/python" 4LICENSE = "LGPL-2.0-only" 5LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" 6 7SRCREV = "1d23e483ae869ee9532aca43b133cc43f63626a3" 8SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg;branch=master" 9 10inherit setuptools3 11 12S = "${WORKDIR}/git" 13