Ticket #33110: Portfile

File Portfile, 1.4 KB (added by petrus.hyvonen@…, 12 years ago)
Line 
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$
3
4PortSystem              1.0
5PortGroup               python27 1.0
6
7name                py27-chaco
8version             4.1.0
9categories-append   devel
10maintainers         nomaintainer
11platforms           darwin
12
13description         The Enthought chaco package for 2-D plotting
14long_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 interactive data visualization and exploration.
18
19homepage            http://code.enthought.com/projects/chaco/
20master_sites        http://www.enthought.com/repo/ets/
21distname            chaco-${version}
22
23checksums           md5     7176a774dd6e65965caf4d49067bc61c \
24                    sha1    2b85e76cd368f3f5e5bbf5f483e840927a7eddd1 \
25                    rmd160  4df41bfbeaffdca4e2213a9a210a3e9ca28a616c
26
27depends_build-append port:py27-distribute
28depends_lib-append   port:py27-enable \
29                     port:py27-numpy
30