Ticket #33110: py-chaco_Portfile.diff
File py-chaco_Portfile.diff, 3.0 KB (added by jjstickel (Jonathan Stickel), 13 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id : Portfile 82185 2011-08-10 01:00:35Z ryandesign@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup python 261.05 PortGroup python 1.0 6 6 7 name py 26-chaco8 version 3.3.27 name py-chaco 8 version 4.1.0 9 9 categories-append devel 10 10 maintainers nomaintainer 11 11 platforms darwin 12 13 12 description The Enthought chaco package for 2-D plotting 14 long_description Chaco is a Python plotting application toolkit that facilitates writing plotting applications at all \ 15 levels of complexity, from simple scripts with hard-coded data to large plotting programs with complex \ 16 data interrelationships and a multitude of interactive tools. While Chaco generates attractive static plots \ 17 for publication and presentation, it also works well for interactive data visualization and exploration. 18 19 homepage http://code.enthought.com/projects/chaco/ 13 long_description Chaco is a Python plotting application toolkit that\ 14 facilitates writing plotting applications at all levels\ 15 of complexity, from simple scripts with hard-coded data to\ 16 large plotting programs with complex data\ 17 interrelationships and a multitude of interactive\ 18 tools. While Chaco generates attractive static plots for\ 19 publication and presentation, it also works well\ 20 interactive data visualization and exploration. 21 license bsd 22 homepage https://github.com/enthought/chaco 20 23 master_sites http://www.enthought.com/repo/ets/ 21 distname Chaco-${version} 22 23 checksums md5 18bbcc5e06dcfc6f29933d6b44d50a89 \ 24 sha1 ea902ffe0e07d87b1add5d0df4b93d74d7c23054 \ 25 rmd160 06ad58baf2887d757cae8b239da421a464f49569 24 distname chaco-${version} 26 25 27 depends_build-append \ 28 port:py26-distribute 29 depends_lib-append \ 30 port:py26-numpy \ 31 port:py26-enthoughtbase \ 32 port:py26-enable 26 checksums sha256 cdc80d77661fa955a4a4466b5b3f55808beedfc48f8f14b33f2ba81ccb360cc7 \ 27 rmd160 4df41bfbeaffdca4e2213a9a210a3e9ca28a616c 28 29 python.versions 25 26 27 30 python.default_version 27 31 32 if {$subport != $name} { 33 depends_build-append port:py${python.version}-distribute 34 depends_lib-append port:py${python.version}-enable \ 35 port:py${python.version}-numpy 36 }