diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 21:39:07 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 21:39:07 +0000 |
commit | f9e8ab52d95687f57a958211aba2a2c159d94da1 (patch) | |
tree | 729b8cef99227c60e48c5089f57c9adbbcad5564 /packages/python/python-gnosis_1.2.2.bb | |
parent | ac07911d2c99fcd3f8f492c898ecd09f58d4d0bc (diff) |
python-gnosis: update to 1.2.2
Diffstat (limited to 'packages/python/python-gnosis_1.2.2.bb')
-rw-r--r-- | packages/python/python-gnosis_1.2.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-gnosis_1.2.2.bb b/packages/python/python-gnosis_1.2.2.bb new file mode 100644 index 0000000000..e5a4f0056f --- /dev/null +++ b/packages/python/python-gnosis_1.2.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Gnosis Utils contains several Python modules for XML processing, plus other generally useful tools" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "GPLv2" +SRCNAME = "Gnosis_Utils" +PR = "ml0" + +SRC_URI = "http://gnosis.cx/download/Gnosis_Utils.More/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + |