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 python 1.0 |
---|
6 | |
---|
7 | name py-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 | python.versions 24 25 26 27 |
---|
30 | |
---|
31 | if {$subport != $name} { |
---|
32 | depends_build-append port:py${python.version}-distribute \ |
---|
33 | port:py${python.version}-cython \ |
---|
34 | port:swig-python |
---|
35 | depends_lib-append port:py${python.version}-traitsui |
---|
36 | } |
---|
37 | |
---|
38 | #universal_variant no |
---|