Ticket #37408: py-chaco_Portfile.diff
File py-chaco_Portfile.diff, 1.4 KB (added by jjstickel (Jonathan Stickel), 12 years ago) |
---|
-
python/py-chaco/Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-chaco 8 version 4. 1.08 version 4.2.0 9 9 categories-append devel 10 10 license BSD PSF 11 maintainers nomaintainer11 maintainers gmail.com:jjstickel openmaintainer 12 12 platforms darwin 13 13 description The Enthought chaco package for 2-D plotting 14 14 long_description Chaco is a Python plotting application toolkit that\ … … 23 23 master_sites http://www.enthought.com/repo/ets/ 24 24 distname chaco-${version} 25 25 26 checksums sha256 cdc80d77661fa955a4a4466b5b3f55808beedfc48f8f14b33f2ba81ccb360cc7\27 rmd160 4df41bfbeaffdca4e2213a9a210a3e9ca28a616c26 checksums sha256 f2021f4d9b788effa4915114e28d4e2fed597b7c0f6254d44b41c6178e63542f \ 27 rmd160 c2e9a4f35c5d8ad0eacaedae87dc2e3672b4c18c 28 28 29 29 python.versions 25 26 27 30 python.default_version 27 30 31 31 32 if {$subport != $name} { 32 33 depends_build-append port:py${python.version}-distribute 33 34 depends_lib-append port:py${python.version}-enable \ 34 35 port:py${python.version}-numpy 36 37 patchfiles pyqt4_qsize.patch 38 patch.pre_args -p1 35 39 }