Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [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 = "f097a66923a65e93640c48da83e6e9cfbddd86ba" | ||||
8 | SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg;branch=master" | ||||
9 | |||||
10 | inherit setuptools3 | ||||
11 | |||||
12 | S = "${WORKDIR}/git" |