[Lunar-commits] <moonbase> lxml: The Python libxml2/libxslt wrapper.
Dave Brown
dagbrown at lunar-linux.org
Thu Jan 8 08:34:09 CET 2009
commit 6bf6e384499ce1eb8250d3c60a28a5a61391d626
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Thu Jan 8 16:34:09 2009 +0900
lxml: The Python libxml2/libxslt wrapper.
Added to support the calibre build.
---
python/lxml/BUILD | 8 ++++++++
python/lxml/DEPENDS | 2 ++
python/lxml/DETAILS | 12 ++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/python/lxml/BUILD b/python/lxml/BUILD
new file mode 100644
index 0000000..a66538b
--- /dev/null
+++ b/python/lxml/BUILD
@@ -0,0 +1,8 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
+
diff --git a/python/lxml/DEPENDS b/python/lxml/DEPENDS
new file mode 100644
index 0000000..a3c87bd
--- /dev/null
+++ b/python/lxml/DEPENDS
@@ -0,0 +1,2 @@
+depends Python &&
+depends db
diff --git a/python/lxml/DETAILS b/python/lxml/DETAILS
new file mode 100644
index 0000000..f589c16
--- /dev/null
+++ b/python/lxml/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=lxml
+ VERSION=2.1.5
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL=http://codespeak.net/lxml
+ SOURCE_VFY=sha1:fa80e756e15bfcce3eb8551a36f950b00162190c
+ WEB_SITE=http://pybsddb.sourceforge.net
+ ENTERED=20021223
+ UPDATED=20071126
+ SHORT="Python wrappers for libxml2 and libxslt"
+cat << EOF
+Python wrappers for libxml2 and libxslt
+EOF
More information about the Lunar-commits
mailing list