dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 8806c6784cf92d08f51cda1adcd2a3509297786d
parent e64acc18f6504906b0ce36bf0ed53808d0109c8c
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun,  8 May 2011 13:53:23 +1000

rdflib: bump to 3.1.0

Diffstat:
Dpackages/dev-python/rdflib/rdflib-3.0.0.exheres-0 | 33---------------------------------
Apackages/dev-python/rdflib/rdflib-3.1.0.exheres-0 | 31+++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 33 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
@@ -1,33 +0,0 @@
-# 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
-}
diff --git a/packages/dev-python/rdflib/rdflib-3.1.0.exheres-0 b/packages/dev-python/rdflib/rdflib-3.1.0.exheres-0
@@ -0,0 +1,31 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require pypi googlecode [ suffix=tar.gz ] distutils [ python_dep=2.4 ]
+
+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/"
+
+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
+}