[Lunar-commits] <moonbase> PyXML: Moving to zdeprecated, no longer maintained;
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Apr 17 13:28:05 CEST 2011
commit 86b06d4eae9e31af7efb5b7125b04a78f7c52b4b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Apr 17 07:28:05 2011 -0400
PyXML: Moving to zdeprecated, no longer maintained;
https://sourceforge.net/projects/pyxml/
---
python/PyXML/BUILD | 4 ----
python/PyXML/DEPENDS | 2 --
python/PyXML/DETAILS | 15 ---------------
zdeprecated/PyXML/BUILD | 4 ++++
zdeprecated/PyXML/DEPENDS | 2 ++
zdeprecated/PyXML/DETAILS | 15 +++++++++++++++
6 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/python/PyXML/BUILD b/python/PyXML/BUILD
deleted file mode 100644
index d729935..0000000
--- a/python/PyXML/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-(
- prepare_install &&
- python setup.py install
-) > $C_FIFO 2>&1
diff --git a/python/PyXML/DEPENDS b/python/PyXML/DEPENDS
deleted file mode 100644
index e2414fd..0000000
--- a/python/PyXML/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends Python
-
diff --git a/python/PyXML/DETAILS b/python/PyXML/DETAILS
deleted file mode 100644
index 44699fb..0000000
--- a/python/PyXML/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- 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
diff --git a/zdeprecated/PyXML/BUILD b/zdeprecated/PyXML/BUILD
new file mode 100644
index 0000000..d729935
--- /dev/null
+++ b/zdeprecated/PyXML/BUILD
@@ -0,0 +1,4 @@
+(
+ prepare_install &&
+ python setup.py install
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/PyXML/DEPENDS b/zdeprecated/PyXML/DEPENDS
new file mode 100644
index 0000000..e2414fd
--- /dev/null
+++ b/zdeprecated/PyXML/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+
diff --git a/zdeprecated/PyXML/DETAILS b/zdeprecated/PyXML/DETAILS
new file mode 100644
index 0000000..44699fb
--- /dev/null
+++ b/zdeprecated/PyXML/DETAILS
@@ -0,0 +1,15 @@
+ 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