[48555] trunk/dports/python/py-rdflib/Portfile

blb at macports.org blb at macports.org
Tue Mar 24 18:36:01 PDT 2009


Revision: 48555
          http://trac.macports.org/changeset/48555
Author:   blb at macports.org
Date:     2009-03-24 18:36:00 -0700 (Tue, 24 Mar 2009)
Log Message:
-----------
python/py-rdflib - version update to 2.4.0, ticket #18962

Modified Paths:
--------------
    trunk/dports/python/py-rdflib/Portfile

Modified: trunk/dports/python/py-rdflib/Portfile
===================================================================
--- trunk/dports/python/py-rdflib/Portfile	2009-03-25 01:19:47 UTC (rev 48554)
+++ trunk/dports/python/py-rdflib/Portfile	2009-03-25 01:36:00 UTC (rev 48555)
@@ -4,10 +4,10 @@
 PortGroup python24 1.0
 
 name			py-rdflib
-version			2.3.1
+version			2.4.0
 categories		python textproc
 platforms		darwin
-maintainers		nomaintainer
+maintainers		eikeon.com:eikeon openmaintainer
 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 \
@@ -17,9 +17,11 @@
 				ZODB BTree).
 
 homepage		http://rdflib.net/
-master_sites	http://rdflib.net/2006/02/27/
+master_sites	${homepage}
 distname		rdflib-${version}
-checksums		md5 50876327771dc5a6cf07bf4f26a63187
+checksums		md5     ce7c73ffd2fe8a4a527143168bc91058 \
+				sha1    89e47b38ddd6c3386db21cc4f433762287e334e2 \
+				rmd160  0d0ce273d11fc4fc06313c76691186f2be1588a2
 
 test.run		yes
 test.cmd		${python.bin} run_tests.py
@@ -28,6 +30,6 @@
 post-destroot {
 	xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE \
 		README ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/example.py \
+	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/951c6b7c/attachment.html>


More information about the macports-changes mailing list