xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/pyxdg/pyxdg_0.27.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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 = "f097a66923a65e93640c48da83e6e9cfbddd86ba"
8SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg;branch=master"
9
10inherit setuptools3
11
12S = "${WORKDIR}/git"
13