diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 22:41:19 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 22:41:19 +0000 |
commit | 32c082d62c6f41b7947375273087857e9ddfc9f7 (patch) | |
tree | 1163de3409c55a1652d9cc39e2dedd60fec71302 /packages/python/python-lxml_1.3.3.bb | |
parent | cd4cc065b333a9db89305b09b109b4fcc4e7f01e (diff) |
python-lxml: update to 1.3.3
Diffstat (limited to 'packages/python/python-lxml_1.3.3.bb')
-rw-r--r-- | packages/python/python-lxml_1.3.3.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-lxml_1.3.3.bb b/packages/python/python-lxml_1.3.3.bb new file mode 100644 index 0000000000..de0566e38f --- /dev/null +++ b/packages/python/python-lxml_1.3.3.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" +DEPENDS = "libxml2 libxslt" +PR = "ml0" + +SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz" +S = "${WORKDIR}/lxml-${PV}" + +inherit distutils + |