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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-chaco |
---|
8 | version 3.3.2 |
---|
9 | categories-append devel |
---|
10 | maintainers nomaintainer |
---|
11 | description The Enthought chaco package |
---|
12 | long_description Chaco is a library for interactive 2D plotting. |
---|
13 | platforms darwin |
---|
14 | homepage http://code.enthought.com/projects/chaco/ |
---|
15 | master_sites http://www.enthought.com/repo/ETS/ |
---|
16 | distname Chaco-${version} |
---|
17 | checksums md5 18bbcc5e06dcfc6f29933d6b44d50a89 |
---|
18 | |
---|
19 | depends_build-append port:py26-distribute |
---|
20 | |
---|
21 | depends_lib-append port:py26-numpy \ |
---|
22 | port:py26-enthoughtbase \ |
---|
23 | port:py26-enable |
---|