Re: [MacPorts] #18962: py-rdflib 2.4.0 updating to a much more recent version
#18962: py-rdflib 2.4.0 updating to a much more recent version ------------------------+-------------------------------- Reporter: eikeon@… | Owner: macports-tickets@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: Port: py-rdflib | ------------------------+-------------------------------- Description changed by ryandesign@…: Old 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@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 }
New 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@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 } }}} -- -- Ticket URL: <https://trac.macports.org/ticket/18962#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts