Ticket #42075: py-chaco_Portfile.diff
File py-chaco_Portfile.diff, 1.6 KB (added by jjstickel (Jonathan Stickel), 11 years ago) |
---|
-
python/py-chaco/Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup python 1.0 6 6 7 PortGroup github 1.0 8 github.setup enthought chaco 4.4.1 9 7 10 name py-chaco 8 version 4.2.09 revision 110 11 categories-append devel 11 12 license BSD PSF 12 13 maintainers gmail.com:jjstickel openmaintainer … … 20 21 tools. While Chaco generates attractive static plots for\ 21 22 publication and presentation, it also works well\ 22 23 interactive data visualization and exploration. 23 homepage https://github.com/enthought/chaco24 master_sites http://www.enthought.com/repo/ets/25 distname chaco-${version}26 24 27 checksums rmd160 c 2e9a4f35c5d8ad0eacaedae87dc2e3672b4c18c\28 sha256 f2021f4d9b788effa4915114e28d4e2fed597b7c0f6254d44b41c6178e63542f25 checksums rmd160 cd4541b58a50e2ba407a784be63d9a5239596538 \ 26 sha256 9dc5f1a5151a41f7edb5f178e4c5f1cae678f7867e2c0198676f8d9699f46f09 29 27 30 28 python.versions 26 27 31 29 … … 33 31 depends_build-append port:py${python.version}-setuptools 34 32 depends_lib-append port:py${python.version}-enable \ 35 33 port:py${python.version}-numpy 36 37 patchfiles pyqt4_qsize.patch38 patch.pre_args -p139 34 }