blob: abc1c23277d318175c09aed40c5f6c6e6b45d534 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001DESCRIPTION = "A Python module to deal with freedesktop.org specifications"
2HOMEPAGE = "http://freedesktop.org/wiki/Software/pyxdg"
3SECTION = "devel/python"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "LGPL-2.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00005LIC_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"