Ticket #19688: py26-cython.diff
File py26-cython.diff, 1.5 KB (added by miles@…, 16 years ago) |
---|
-
(a) Portfile-old vs. (b) Portfile
a b 2 2 # $Id: Portfile 44419 2008-12-28 09:31:44Z akitada@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup python2 51.05 PortGroup python26 1.0 6 6 7 name py2 5-cython8 version 0. 9.87 name py26-cython 8 version 0.11.1 9 9 categories python devel 10 10 maintainers openmaintainer akitada cornell.edu:ajb78 11 11 platforms darwin … … 19 19 master_sites ${homepage} 20 20 21 21 distname Cython-${version} 22 checksums md5 dac0f6c217437819f620da18a97d505f \ 23 sha1 0066194ec056bfe90ef8358b06501a5250e7f10f \ 24 rmd160 84e2d4ae5f092494ebdf8a8f50b9643535693568 25 26 depends_lib port:py25-hashlib 22 checksums md5 34799e9ce3acead9d2a834bd331a073b \ 23 sha1 76eedb166d7078d6ba0b31b72a17532bfe4b838d \ 24 rmd160 5692801a8c10f718599f26b25201bfd8905cf62d 27 25 28 26 post-destroot { 29 27 xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \ 30 28 extension_types.html index.html overview.html primes.c sharing.html \ 31 29 special_methods.html ${destroot}${prefix}/share/doc/${name} 32 xinstall -m 644 -W ${worksrcpath} CHANGES_pyrex.txtINSTALL.txt README.txt\30 xinstall -m 644 -W ${worksrcpath} INSTALL.txt README.txt\ 33 31 ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name} 34 32 }