dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit c7b6444258cf2c3fedbe1a44dabf7225329cc1c0
parent 15b69865a221091e902b93008994f476bc0fb016
Author: Dan Callaghan <djc@djc.id.au>
Date:   Thu, 22 Dec 2011 12:28:58 +1000

rdflib has moved to ::python

Diffstat:
Dpackages/dev-python/rdflib/rdflib-3.1.0.exheres-0 | 31-------------------------------
1 file changed, 0 insertions(+), 31 deletions(-)
diff --git a/packages/dev-python/rdflib/rdflib-3.1.0.exheres-0 b/packages/dev-python/rdflib/rdflib-3.1.0.exheres-0
@@ -1,31 +0,0 @@
-# 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
-}