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

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

inherit distutils