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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup enthought chaco 4.8.0 |
---|
8 | |
---|
9 | name py-chaco |
---|
10 | categories-append devel |
---|
11 | license BSD PSF |
---|
12 | maintainers nomaintainer |
---|
13 | platforms darwin |
---|
14 | description The Enthought chaco package for 2-D plotting |
---|
15 | long_description Chaco is a Python plotting application toolkit that\ |
---|
16 | facilitates writing plotting applications at all levels\ |
---|
17 | of complexity, from simple scripts with hard-coded data to\ |
---|
18 | large plotting programs with complex data\ |
---|
19 | interrelationships and a multitude of interactive\ |
---|
20 | tools. While Chaco generates attractive static plots for\ |
---|
21 | publication and presentation, it also works well\ |
---|
22 | interactive data visualization and exploration. |
---|
23 | |
---|
24 | checksums rmd160 846a6673a63a14b5221c9e51b1d9fb12871ef3aa \ |
---|
25 | sha256 f07008ac77997438762fc5d80caf85ba83c3761a0f45b12605ffd5dc7b385608 \ |
---|
26 | size 1 |
---|
27 | |
---|
28 | python.versions 36 37 38 |
---|
29 | |
---|
30 | if {${name} ne ${subport}} { |
---|
31 | depends_build-append port:py${python.version}-setuptools |
---|
32 | depends_lib-append port:py${python.version}-enable \ |
---|
33 | port:py${python.version}-numpy |
---|
34 | } |
---|