Ticket #37233: Portfile-py-pyquery.diff
File Portfile-py-pyquery.diff, 1.7 KB (added by larryv (Lawrence Velázquez), 12 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-pyquery 8 version 1.2. 18 version 1.2.4 9 9 categories-append devel 10 10 platforms darwin 11 11 supported_archs noarch … … 21 21 master_sites http://pypi.python.org/packages/source/p/pyquery 22 22 distname pyquery-${version} 23 23 24 checksums rmd160 f74c85ee0ef903260bd31e5e102c4ea51ae460b5\25 sha256 a607f81a628887e2cf03d5dddee6f092faf411e51b894130a2b4c839e60c408f24 checksums rmd160 bce4fef874ecdefcb98b1af3d15e4972e613e068 \ 25 sha256 1c39f786c42430279eadf787f1ef06873f15c9acba2698c23dfd925ac7b169d7 26 26 27 python.versions 2 5 26 27 31 3227 python.versions 26 27 31 32 28 28 python.default_version 27 29 29 30 30 if {${subport} != ${name}} { … … 33 33 port:py${python.version}-cssselect 34 34 post-destroot { 35 35 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} 37 37 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} 40 41 } 41 42 livecheck.type none 42 43 } else {