From dbcd4e5f61a4523e696f1b53c715603f15a5f60b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 26 Sep 2012 03:50:27 +0200 Subject: [PATCH] New package: python-rdflib-3.2.2. --- srcpkgs/python-rdflib/template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 srcpkgs/python-rdflib/template diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template new file mode 100644 index 00000000000..4c117aac6bd --- /dev/null +++ b/srcpkgs/python-rdflib/template @@ -0,0 +1,27 @@ +# Template file for 'python-rdflib' +pkgname=python-rdflib +version=3.2.2 +revision=1 +wrksrc="rdflib-${version}" +build_style=python-module +depends="python>=2.7<3.0" +makedepends="python-devel python-distribute" +fulldepends="python-isodate" +short_desc="Python library for working with RDF" +maintainer="Juan RP " +license="BSD" +homepage="http://rdflib.net/" +distfiles="https://github.com/downloads/RDFLib/rdflib/rdflib-${version}.tar.gz" +checksum=996b5c10b3303b10f155665066174c0b4cb1a6b756f8124eb92eb63dfc9a6a05 +long_desc=" + 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." + +noarch=yes +pycompile_module="rdflib"