add python-lxml, a set of Pythonic bindings for the libxml2 and libxslt libraries.
authorMichael Lauer <mickey@vanille-media.de>
Wed, 12 Jul 2006 12:02:13 +0000 (12:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 12 Jul 2006 12:02:13 +0000 (12:02 +0000)
packages/meta/task-python-everything_20060425.bb
packages/meta/task-python-sharprom_20060425.bb
packages/python/python-lxml_1.0.2.bb [new file with mode: 0644]

index ebcb80b..7fd4c8f 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 = "ml9"
+PR = "ml10"
 
 BROKEN_BECAUSE_GCC4 = "\
                python-egenix-mx-base"
@@ -25,6 +25,7 @@ RDEPENDS = "\
                python-itools           \
                python-logilab          \
                python-libgmail         \
+               python-lxml             \
                python-mad              \
                python-native           \
                python-numeric          \
index a8fcca2..bb62a15 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 = "ml5"
+PR = "ml6"
 
 NONWORKING = "\
                python-codes            \
@@ -30,6 +30,7 @@ RDEPENDS = "\
                python-itools           \
                python-libgmail         \
                python-logilab          \
+               python-lxml             \
                python-mad              \
                python-native           \
                python-numeric          \
diff --git a/packages/python/python-lxml_1.0.2.bb b/packages/python/python-lxml_1.0.2.bb
new file mode 100644 (file)
index 0000000..4d5198b
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "Python Bindings to the XML libraries libxml2 and libxslt"
+HOMEPAGE = "http://codespeak.net/lxml/"
+AUTHOR = "http://codespeak.net/mailman/listinfo/lxml-dev"
+LICENSE = "BSD"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+PR = "ml0"
+
+SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz"
+S = "${WORKDIR}/lxml-${PV}"
+
+inherit distutils
+