dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 3e55f38e86e689a96bd6d13326b71c7111f1e9ae
parent a56ee85324f3a6b3b359a32c62404e969e9e3f61
Author: Dan Callaghan <djc@djc.id.au>
Date:   Thu, 20 Jan 2011 21:49:47 +1000

initial exheres for rdflib

Diffstat:
Apackages/dev-python/rdflib/rdflib-3.0.0.exheres-0 | 33+++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+), 0 deletions(-)
diff --git a/packages/dev-python/rdflib/rdflib-3.0.0.exheres-0 b/packages/dev-python/rdflib/rdflib-3.0.0.exheres-0
@@ -0,0 +1,33 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require pypi distutils [ python_dep=2.5 ]
+
+SUMMARY="Python library for working with RDF"
+DESCRIPTION="
+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.
+"
+HOMEPAGE="http://rdflib.net/"
+# pypi is probably more reliable
+#DOWNLOADS="http://rdflib.net/${PNV}.tar.gz"
+
+LICENCES="BSD-3"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+    test:
+        dev-lang/python:=[berkdb]
+"
+
+BUGS_TO="djc@djc.id.au"
+
+# tests fetch sample data from the network
+RESTRICT="test"
+
+src_test() {
+    edo ./run_tests.py
+}