From 646d5d88ea378aaafe8cf7d8d09ae67bb1997892 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 12 Jul 2006 12:02:13 +0000 Subject: add python-lxml, a set of Pythonic bindings for the libxml2 and libxslt libraries. --- packages/python/python-lxml_1.0.2.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/python/python-lxml_1.0.2.bb (limited to 'packages/python/python-lxml_1.0.2.bb') 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 " +PR = "ml0" + +SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz" +S = "${WORKDIR}/lxml-${PV}" + +inherit distutils + -- cgit v1.2.3 From 7c3dd55a8d04cf109ce752b14befdbaf6ccc404f Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 12 Jul 2006 12:12:34 +0000 Subject: python-lxml 1.0.2 add DEPENDS --- packages/python/python-lxml_1.0.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/python/python-lxml_1.0.2.bb') diff --git a/packages/python/python-lxml_1.0.2.bb b/packages/python/python-lxml_1.0.2.bb index 4d5198b2d5..e36379fed9 100644 --- a/packages/python/python-lxml_1.0.2.bb +++ b/packages/python/python-lxml_1.0.2.bb @@ -2,6 +2,7 @@ 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" MAINTAINER = "Michael 'Mickey' Lauer " PR = "ml0" -- cgit v1.2.3