diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-11 23:55:10 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-11 23:55:10 +0000 |
commit | 91090f1101b1fb7d85f908ccfc244f6f1e1f2250 (patch) | |
tree | e88262997e8ca23ab0f6554d4cc36ddf9bff7915 /packages/nonworking/python | |
parent | c285325388f1745c95839b4a3a58a4a3e12b4ed0 (diff) |
python-itools: update and move to nonworking
Diffstat (limited to 'packages/nonworking/python')
-rw-r--r-- | packages/nonworking/python/python-itools_0.50.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/nonworking/python/python-itools_0.50.1.bb b/packages/nonworking/python/python-itools_0.50.1.bb new file mode 100644 index 0000000000..7879c6415e --- /dev/null +++ b/packages/nonworking/python/python-itools_0.50.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "itools is a python web technologies library" +SECTION = "devel/python" +HOMEPAGE = "http://www.ikaaro.org/itools" +PRIORITY = "optional" +LICENSE = "LGPL" +SRCNAME = "itools" +PR = "ml0" + +SRC_URI = "http://download.ikaaro.org/itools/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |