[Lunar-commits] <moonbase> xmldiff: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri May 13 11:55:12 CEST 2011
commit a97035575256603212459f7ccfe136d91f9b8599
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri May 13 05:55:12 2011 -0400
xmldiff: Adding to moonbase.
---
python/xmldiff/BUILD | 7 +++++++
python/xmldiff/DEPENDS | 1 +
python/xmldiff/DETAILS | 16 ++++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/python/xmldiff/BUILD b/python/xmldiff/BUILD
new file mode 100644
index 0000000..b2f845f
--- /dev/null
+++ b/python/xmldiff/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install --root=/
+
+) > $C_FIFO 2>&1
diff --git a/python/xmldiff/DEPENDS b/python/xmldiff/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/xmldiff/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/xmldiff/DETAILS b/python/xmldiff/DETAILS
new file mode 100644
index 0000000..b6ee525
--- /dev/null
+++ b/python/xmldiff/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=xmldiff
+ VERSION=0.6.10
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://ftp.logilab.org/pub/xmldiff/
+ SOURCE_VFY=sha1:cc077c47104033f77055b5de1ec7b9ee1cf3bec8
+ WEB_SITE=http://www.logilab.org/859
+ ENTERED=20110513
+ UPDATED=20110513
+ SHORT="python version of diff for xml files"
+
+cat << EOF
+xmldiff is a python tool that figures out the differences between two similar
+XML files, in the same way the diff utility does itXmldiff was initially
+developed for the Narval project and could also be used as a library or as a
+command line tool. It can work either with XML files or DOM trees.
+EOF
More information about the Lunar-commits
mailing list