[48556] trunk/dports/python

blb at macports.org blb at macports.org
Tue Mar 24 18:44:42 PDT 2009


Revision: 48556
          http://trac.macports.org/changeset/48556
Author:   blb at macports.org
Date:     2009-03-24 18:44:42 -0700 (Tue, 24 Mar 2009)
Log Message:
-----------
New ports - py2[56]-rdflib, Python library for working with RDF

Added Paths:
-----------
    trunk/dports/python/py25-rdflib/
    trunk/dports/python/py25-rdflib/Portfile
    trunk/dports/python/py26-rdflib/
    trunk/dports/python/py26-rdflib/Portfile

Removed Paths:
-------------
    trunk/dports/python/py25-rdflib/Portfile
    trunk/dports/python/py26-rdflib/Portfile

Deleted: trunk/dports/python/py25-rdflib/Portfile
===================================================================
--- trunk/dports/python/py-rdflib/Portfile	2009-03-24 21:52:29 UTC (rev 48550)
+++ trunk/dports/python/py25-rdflib/Portfile	2009-03-25 01:44:42 UTC (rev 48556)
@@ -1,33 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name			py-rdflib
-version			2.3.1
-categories		python textproc
-platforms		darwin
-maintainers		nomaintainer
-description		Python library for working with RDF
-long_description	RDFLib is a Python library for working with RDF, a \
-				simple yet powerful language for representing \
-				information. The library contains an RDF/XML \
-				parser/serializer, a TripleStore, an InformationStore \
-				and various store backends (InMemory, SleepyCat BTree, \
-				ZODB BTree).
-
-homepage		http://rdflib.net/
-master_sites	http://rdflib.net/2006/02/27/
-distname		rdflib-${version}
-checksums		md5 50876327771dc5a6cf07bf4f26a63187
-
-test.run		yes
-test.cmd		${python.bin} run_tests.py
-test.target
-
-post-destroot {
-	xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE \
-		README ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/example.py \
-		${destroot}${prefix}/share/doc/${name}/examples
-}

Copied: trunk/dports/python/py25-rdflib/Portfile (from rev 48555, trunk/dports/python/py-rdflib/Portfile)
===================================================================
--- trunk/dports/python/py25-rdflib/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-rdflib/Portfile	2009-03-25 01:44:42 UTC (rev 48556)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-rdflib
+version			2.4.0
+categories		python textproc
+platforms		darwin
+maintainers		nomaintainer
+description		Python library for working with RDF
+long_description	RDFLib is a Python library for working with RDF, a \
+				simple yet powerful language for representing \
+				information. The library contains an RDF/XML \
+				parser/serializer, a TripleStore, an InformationStore \
+				and various store backends (InMemory, SleepyCat BTree, \
+				ZODB BTree).
+
+homepage		http://rdflib.net/
+master_sites	${homepage}
+distname		rdflib-${version}
+checksums		md5     ce7c73ffd2fe8a4a527143168bc91058 \
+				sha1    89e47b38ddd6c3386db21cc4f433762287e334e2 \
+				rmd160  0d0ce273d11fc4fc06313c76691186f2be1588a2
+
+test.run		yes
+test.cmd		${python.bin} run_tests.py
+test.target
+
+post-destroot {
+	move ${destroot}${prefix}/bin/rdfpipe \
+		${destroot}${prefix}/bin/rdfpipe-${python.branch}
+	xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE \
+		README ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 ${worksrcpath}/examples/example.py \
+		${destroot}${prefix}/share/doc/${name}/examples
+}
+

Deleted: trunk/dports/python/py26-rdflib/Portfile
===================================================================
--- trunk/dports/python/py-rdflib/Portfile	2009-03-24 21:52:29 UTC (rev 48550)
+++ trunk/dports/python/py26-rdflib/Portfile	2009-03-25 01:44:42 UTC (rev 48556)
@@ -1,33 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name			py-rdflib
-version			2.3.1
-categories		python textproc
-platforms		darwin
-maintainers		nomaintainer
-description		Python library for working with RDF
-long_description	RDFLib is a Python library for working with RDF, a \
-				simple yet powerful language for representing \
-				information. The library contains an RDF/XML \
-				parser/serializer, a TripleStore, an InformationStore \
-				and various store backends (InMemory, SleepyCat BTree, \
-				ZODB BTree).
-
-homepage		http://rdflib.net/
-master_sites	http://rdflib.net/2006/02/27/
-distname		rdflib-${version}
-checksums		md5 50876327771dc5a6cf07bf4f26a63187
-
-test.run		yes
-test.cmd		${python.bin} run_tests.py
-test.target
-
-post-destroot {
-	xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE \
-		README ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/example.py \
-		${destroot}${prefix}/share/doc/${name}/examples
-}

Copied: trunk/dports/python/py26-rdflib/Portfile (from rev 48555, trunk/dports/python/py-rdflib/Portfile)
===================================================================
--- trunk/dports/python/py26-rdflib/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-rdflib/Portfile	2009-03-25 01:44:42 UTC (rev 48556)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name			py26-rdflib
+version			2.4.0
+categories		python textproc
+platforms		darwin
+maintainers		nomaintainer
+description		Python library for working with RDF
+long_description	RDFLib is a Python library for working with RDF, a \
+				simple yet powerful language for representing \
+				information. The library contains an RDF/XML \
+				parser/serializer, a TripleStore, an InformationStore \
+				and various store backends (InMemory, SleepyCat BTree, \
+				ZODB BTree).
+
+homepage		http://rdflib.net/
+master_sites	${homepage}
+distname		rdflib-${version}
+checksums		md5     ce7c73ffd2fe8a4a527143168bc91058 \
+				sha1    89e47b38ddd6c3386db21cc4f433762287e334e2 \
+				rmd160  0d0ce273d11fc4fc06313c76691186f2be1588a2
+
+test.run		yes
+test.cmd		${python.bin} run_tests.py
+test.target
+
+post-destroot {
+	ln -s ${python.prefix}/bin/rdfpipe \
+		${destroot}${prefix}/bin/rdfpipe-${python.branch}
+	xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE \
+		README ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 ${worksrcpath}/examples/example.py \
+		${destroot}${prefix}/share/doc/${name}/examples
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090324/1cccc872/attachment.html>


More information about the macports-changes mailing list