Opened 15 years ago

Closed 15 years ago

Last modified 8 years ago

#18962 closed update (fixed)

py-rdflib 2.4.0 updating to a much more recent version

Reported by: eikeon@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: jmpp@…, eikeon@…
Port: py-rdflib

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I don't see an attach file button anywhere on this page. So here's the patch:

--- Portfile.orig	2009-03-24 21:02:12.000000000 -0400
+++ Portfile	2009-03-24 20:52:48.000000000 -0400
@@ -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@eikeon.com 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,9 @@
 				ZODB BTree).
 
 homepage		http://rdflib.net/
-master_sites	http://rdflib.net/2006/02/27/
+master_sites	http://rdflib.net/
 distname		rdflib-${version}
-checksums		md5 50876327771dc5a6cf07bf4f26a63187
+checksums		md5 ce7c73ffd2fe8a4a527143168bc91058
 
 test.run		yes
 test.cmd		${python.bin} run_tests.py
@@ -28,6 +28,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
 }

Attachments (1)

Portfile-py-rdflib.diff (1.1 KB) - added by eikeon@… 15 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 15 years ago by eikeon@…

Cc: eikeon@… added

Cc Me!

Changed 15 years ago by eikeon@…

Attachment: Portfile-py-rdflib.diff added

comment:2 Changed 15 years ago by blb@…

Resolution: fixed
Status: newclosed

Updated in r48555, thanks. I made a couple of changes: used the obfuscated form for your email address, added sha1 and rmd160 checksums (you can use 'port -d checksum' to get a list of them all when you are first updating), and use ${homepage} for master_sites since they are the same now.

comment:3 Changed 15 years ago by eikeon@…

Thank you for the quick turnaround. Always nice when that happens. Cheers.

Now to test out and learn more about ports to see if we need py25-rdflib etc variants.

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementupdate

comment:5 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

comment:6 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.