pyxdg_0.26.bb 396 B

123456789101112
  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. SRCREV = "7db14dcf4c4305c3859a2d9fcf9f5da2db328330"
  7. SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg"
  8. inherit distutils3
  9. S = "${WORKDIR}/git"