add python-itools, a huge library supporting various web technologies
authorMichael Lauer <mickey@vanille-media.de>
Wed, 22 Mar 2006 17:30:58 +0000 (17:30 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 22 Mar 2006 17:30:58 +0000 (17:30 +0000)
packages/meta/task-python-everything_1.0.0.bb
packages/meta/task-python-sharprom_1.0.0.bb
packages/python/python-itools_0.13.0.bb [new file with mode: 0644]

index 705074a..c98b323 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml2"
+PR = "ml3"
 
 RDEPENDS = "\
                python-ao               \
@@ -19,6 +19,7 @@ RDEPENDS = "\
                python-hmm              \
                python-inotify          \
                python-irclib           \
+               python-itools           \
                python-logilab          \
                python-libgmail         \
                python-mad              \
index aa1fc34..a90e31b 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python for SharpROM"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml2"
+PR = "ml3"
 
 NONWORKING = "\
                python-codes            \
@@ -26,7 +26,7 @@ RDEPENDS = "\
                python-gnosis           \
                python-hmm              \
                python-irclib           \
-               python-irclib           \
+               python-itools           \
                python-libgmail         \
                python-logilab          \
                python-mad              \
diff --git a/packages/python/python-itools_0.13.0.bb b/packages/python/python-itools_0.13.0.bb
new file mode 100644 (file)
index 0000000..7a82258
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "itools is a python web technologies library"
+SECTION = "devel/python"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "LGPL"
+RDEPENDS = "python-core"
+SRCNAME = "itools"
+
+SRC_URI = "http://www.ikaaro.org/download/itools/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils