summaryrefslogtreecommitdiff
path: root/python/python-gnosis_1.1.1.oe
blob: 069741bb69368989a445318f17f781b936e27477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Gnosis Utils contains several Python modules for XML processing, plus other generally useful tools"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
DEPENDS = "virtual/libc"
SRCNAME = "Gnosis_Utils"

SRC_URI = "http://gnosis.cx/download/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils