diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-07-12 12:02:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-12 12:02:13 +0000 |
commit | 646d5d88ea378aaafe8cf7d8d09ae67bb1997892 (patch) | |
tree | 2e3f83b1dc69fa7ac413c4843c7b78c8bc161bfc /packages/python | |
parent | 992c84dd7aef59b3742631c4a3b0db188efbf2ca (diff) |
add python-lxml, a set of Pythonic bindings for the libxml2 and libxslt libraries.
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-lxml_1.0.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-lxml_1.0.2.bb b/packages/python/python-lxml_1.0.2.bb new file mode 100644 index 0000000000..4d5198b2d5 --- /dev/null +++ b/packages/python/python-lxml_1.0.2.bb @@ -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 + |