Ticket #37233: Portfile-py-pyquery.diff

File Portfile-py-pyquery.diff, 1.7 KB (added by larryv (Lawrence Velázquez), 11 years ago)
  • Portfile

    old new  
    55PortGroup                   python 1.0
    66
    77name                        py-pyquery
    8 version                     1.2.1
     8version                     1.2.4
    99categories-append           devel
    1010platforms                   darwin
    1111supported_archs             noarch
     
    2121master_sites                http://pypi.python.org/packages/source/p/pyquery
    2222distname                    pyquery-${version}
    2323
    24 checksums                   rmd160  f74c85ee0ef903260bd31e5e102c4ea51ae460b5 \
    25                             sha256  a607f81a628887e2cf03d5dddee6f092faf411e51b894130a2b4c839e60c408f
     24checksums                   rmd160  bce4fef874ecdefcb98b1af3d15e4972e613e068 \
     25                            sha256  1c39f786c42430279eadf787f1ef06873f15c9acba2698c23dfd925ac7b169d7
    2626
    27 python.versions             25 26 27 31 32
     27python.versions             26 27 31 32
    2828python.default_version      27
    2929
    3030if {${subport} != ${name}} {
     
    3333                            port:py${python.version}-cssselect
    3434    post-destroot {
    3535        set doc ${destroot}${prefix}/share/doc/${subport}
    36         xinstall -m 644 -W ${worksrcpath} CHANGES.txt README.txt ${doc}
     36        xinstall -m 644 -W ${worksrcpath} CHANGES.rst README.rst ${doc}
    3737        xinstall -m 644 -W ${worksrcpath}/docs ajax.txt api.txt \
    38           attributes.txt css.txt future.txt index.txt \
    39           manipulating.txt testing.txt tips.txt traversing.txt ${doc}
     38          attributes.txt changes.txt css.txt future.txt index.txt \
     39          manipulating.txt scrap.txt testing.txt tips.txt traversing.txt \
     40          ${doc}
    4041    }
    4142    livecheck.type          none
    4243} else {