[Lunar-commits] <moonbase> PyXML: readd it to the moonbase. There are modules which need it.
Florin Braescu
florin at lunar-linux.org
Wed Aug 24 17:43:07 CEST 2011
commit 3daaa829cfd2075c905ba11bdb5cbef0622ecc96
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Aug 24 19:43:07 2011 +0400
PyXML: readd it to the moonbase. There are modules which need it.
---
python/PyXML/BUILD | 4 ++++
python/PyXML/DEPENDS | 2 ++
python/PyXML/DETAILS | 16 ++++++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/python/PyXML/BUILD b/python/PyXML/BUILD
new file mode 100644
index 0000000..d729935
--- /dev/null
+++ b/python/PyXML/BUILD
@@ -0,0 +1,4 @@
+(
+ prepare_install &&
+ python setup.py install
+) > $C_FIFO 2>&1
diff --git a/python/PyXML/DEPENDS b/python/PyXML/DEPENDS
new file mode 100644
index 0000000..e2414fd
--- /dev/null
+++ b/python/PyXML/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+
diff --git a/python/PyXML/DETAILS b/python/PyXML/DETAILS
new file mode 100644
index 0000000..81832e9
--- /dev/null
+++ b/python/PyXML/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=PyXML
+ VERSION=0.8.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_VFY=sha1:6f30d5907b75ef76809c19e0103d78f4a5fb027c
+ SOURCE_URL=$SFORGE_URL/pyxml/
+ WEB_SITE=http://pyxml.sourceforge.net
+ ENTERED=20020515
+ UPDATED=20041204
+ SHORT="Tools for making xml apps in Python"
+
+cat << EOF
+A package collecting the tools required for writing basic XML
+applications in Python, along with documantation and sample code.
+Features include SAX, DOM, the xmlproc validating parser, and Expat
+interface, and more..
+EOF
More information about the Lunar-commits
mailing list