From 32c082d62c6f41b7947375273087857e9ddfc9f7 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 15 Aug 2007 22:41:19 +0000 Subject: python-lxml: update to 1.3.3 --- packages/python/python-lxml_1.0.2.bb | 12 ------------ packages/python/python-lxml_1.3.3.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 packages/python/python-lxml_1.0.2.bb create mode 100644 packages/python/python-lxml_1.3.3.bb (limited to 'packages/python') diff --git a/packages/python/python-lxml_1.0.2.bb b/packages/python/python-lxml_1.0.2.bb deleted file mode 100644 index de0566e38f..0000000000 --- a/packages/python/python-lxml_1.0.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -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 - 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 + -- cgit v1.2.3