Opened 15 years ago

Last modified 8 years ago

#18962 closed update

py-rdflib 2.4.0 updating to a much more recent version — at Initial Version

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

Description

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@… 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

}

Change History (0)

Note: See TracTickets for help on using tickets.