Ticket #18962: Portfile-py-rdflib.diff

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

    old new  
    44PortGroup python24 1.0
    55
    66name                    py-rdflib
    7 version                 2.3.1
     7version                 2.4.0
    88categories              python textproc
    99platforms               darwin
    10 maintainers             nomaintainer
     10maintainers             eikeon@eikeon.com openmaintainer
    1111description             Python library for working with RDF
    1212long_description        RDFLib is a Python library for working with RDF, a \
    1313                                simple yet powerful language for representing \
     
    1717                                ZODB BTree).
    1818
    1919homepage                http://rdflib.net/
    20 master_sites    http://rdflib.net/2006/02/27/
     20master_sites    http://rdflib.net/
    2121distname                rdflib-${version}
    22 checksums               md5 50876327771dc5a6cf07bf4f26a63187
     22checksums               md5 ce7c73ffd2fe8a4a527143168bc91058
    2323
    2424test.run                yes
    2525test.cmd                ${python.bin} run_tests.py
     
    2828post-destroot {
    2929        xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE \
    3030                README ${destroot}${prefix}/share/doc/${name}
    31         xinstall -m 644 ${worksrcpath}/example.py \
     31        xinstall -m 644 ${worksrcpath}/examples/example.py \
    3232                ${destroot}${prefix}/share/doc/${name}/examples
    3333}