[Lunar-commits] <moonbase-other> rdflib: Readding to moonbase and bumping to 3.2.0.
Dennis Veatch
stumbles at lunar-linux.org
Thu Jul 12 11:20:53 CEST 2012
commit 0d6f8e68040c0b48f688b938f3713ec9e5c33a67
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Thu, 12 Jul 2012 02:20:53 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/0d6f8e68040c0b48f688b938f3713ec9e5c33a67
rdflib: Readding to moonbase and bumping to 3.2.0.
---
python/rdflib/BUILD +7/-0
python/rdflib/DEPENDS +1/-0
python/rdflib/DETAILS +19/-0
3 files changed, 27 insertions (+), 0 deletions (-)
--- /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
--- /dev/null
+++ b/python/rdflib/DEPENDS
@@ -0,0 +1 @@
+depends Python
--- /dev/null
+++ b/python/rdflib/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=rdflib
+ VERSION=3.2.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.rdflib.net/
+ SOURCE_VFY=sha1:ea997378c2dcf71b436f0c869524175ca6385e8d
+ WEB_SITE=http://www.rdflib.net/
+ ENTERED=20110411
+ UPDATED=20110712
+ 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