[Lunar-commits] <moonbase> rdflib: Adding to moonbase, will be a depends of zeitgeist.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Apr 11 12:55:49 CEST 2011
commit c0040cce64e3e30cdf92150514d5f78fe41a03d1
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Apr 11 06:55:49 2011 -0400
rdflib: Adding to moonbase, will be a depends of zeitgeist.
---
python/rdflib/BUILD | 7 +++++++
python/rdflib/DEPENDS | 1 +
python/rdflib/DETAILS | 19 +++++++++++++++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/python/rdflib/BUILD b/python/rdflib/BUILD
new file mode 100644
index 0000000..b2f845f
--- /dev/null
+++ b/python/rdflib/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install --root=/
+
+) > $C_FIFO 2>&1
diff --git a/python/rdflib/DEPENDS b/python/rdflib/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/rdflib/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/rdflib/DETAILS b/python/rdflib/DETAILS
new file mode 100644
index 0000000..8fa4f5f
--- /dev/null
+++ b/python/rdflib/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=rdflib
+ VERSION=3.0.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.rdflib.net/
+ SOURCE_VFY=sha1:6e13ce12c3041b64fe38f0aa6f48886167df821e
+ WEB_SITE=http://www.rdflib.net/
+ ENTERED=20110411
+ UPDATED=20110411
+ SHORT="Python library for working with RDF"
+
+cat << EOF
+RDFLib is a Python library for working with RDF, a simple yet powerful language
+for representing information.
+
+The library contains parsers and serializers for RDF/XML, N3, NTriples, Turtle,
+TriX and RDFa. The library presents a Graph interface which can be backed by any
+one of a number of store implementations, including, memory, MySQL, Redland,
+SQLite, Sleepycat, ZODB and SQLObject.
+EOF
More information about the Lunar-commits
mailing list