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 python27 1.0 |
---|
6 | |
---|
7 | name py27-enable |
---|
8 | version 4.1.0 |
---|
9 | categories-append devel |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description The Enthought enable package |
---|
13 | long_description An object drawing library that supports containment and event notification. |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | homepage http://code.enthought.com/projects/enable/ |
---|
17 | master_sites http://www.enthought.com/repo/ets/ |
---|
18 | distname enable-${version} |
---|
19 | |
---|
20 | checksums md5 8e5aa012a3baae9ec26c3b053e64edf1 \ |
---|
21 | sha1 680f64a76114192332008dabfd203c9438326a93 \ |
---|
22 | rmd160 57c7f1cefb1f0d167603e419bafa355fd4c03906 |
---|
23 | |
---|
24 | #patchfiles-append patch-enthought-kiva-setup.py.diff \ |
---|
25 | # patch-enthought-kiva-backend_wx.py.diff \ |
---|
26 | # patch-enthought-enable-wx_backend-api.py.diff \ |
---|
27 | # patch-enthought-kiva-agg-setup.py.diff |
---|
28 | |
---|
29 | depends_build-append \ |
---|
30 | port:py27-cython \ |
---|
31 | port:py27-distribute \ |
---|
32 | port:swig-python \ |
---|
33 | |
---|
34 | depends_lib-append port:py27-traitsui |
---|
35 | |
---|
36 | # port:py26-scipy \ |
---|
37 | # port:py26-enthoughtbase \ |
---|
38 | # port:py26-wxpython \ |
---|
39 | # port:py26-traitsgui |
---|
40 | |
---|
41 | #universal_variant no |
---|
42 | |
---|