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-enable |
---|
8 | version 3.3.2 |
---|
9 | categories-append devel |
---|
10 | maintainers nomaintainer |
---|
11 | description The Enthought enable package |
---|
12 | long_description Enable is a 2D canvas library. |
---|
13 | platforms darwin |
---|
14 | homepage http://code.enthought.com/projects/enable/ |
---|
15 | master_sites http://www.enthought.com/repo/ETS/ |
---|
16 | distname Enable-${version} |
---|
17 | checksums md5 54e93cf67a8baa2cd36dd1741adbcf11 |
---|
18 | |
---|
19 | depends_build-append port:py26-distribute \ |
---|
20 | port:swig-python \ |
---|
21 | port:py26-cython |
---|
22 | |
---|
23 | depends_lib-append port:py26-scipy \ |
---|
24 | port:py26-enthoughtbase \ |
---|
25 | port:py26-wxpython \ |
---|
26 | port:py26-traitsgui |
---|
27 | |
---|
28 | universal_variant no |
---|
29 | |
---|
30 | variant gtk conflicts carbon { |
---|
31 | patchfiles-append patch-enthought-kiva-setup.py.diff \ |
---|
32 | patch-enthought-kiva-backend_wx.py.diff \ |
---|
33 | patch-enthought-enable-wx_backend-api.py.diff \ |
---|
34 | patch-enthought-kiva-agg-setup.py.diff |
---|
35 | } |
---|
36 | |
---|
37 | variant carbon conflicts gtk { |
---|
38 | } |
---|
39 | |
---|
40 | default_variants +gtk |
---|
41 | |
---|