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 | description The Enthought enable package |
---|
12 | long_description The Enable project provides two related multi-platform\ |
---|
13 | packages for drawing GUI objects. Enable: An object\ |
---|
14 | drawing library that supports containment and event\ |
---|
15 | notification. Kiva: A multi-platform DisplayPDF vector\ |
---|
16 | drawing engine. |
---|
17 | license bsd |
---|
18 | platforms darwin |
---|
19 | homepage https://github.com/enthought/enable |
---|
20 | master_sites http://www.enthought.com/repo/ets/ |
---|
21 | distname enable-${version} |
---|
22 | |
---|
23 | checksums sha256 b0de7a3eda78c5c527d58a98627c8cabadc71c7f1ee4e360fa3a6d8b087da264 \ |
---|
24 | rmd160 57c7f1cefb1f0d167603e419bafa355fd4c03906 |
---|
25 | |
---|
26 | python.versions 25 26 27 |
---|
27 | python.default_version 27 |
---|
28 | |
---|
29 | patchfiles enable_clang_patch.diff \ |
---|
30 | no-64-bit-quartz.diff |
---|
31 | patch.pre_args -p1 |
---|
32 | |
---|
33 | if {$subport != $name} { |
---|
34 | depends_build-append port:py${python.version}-distribute \ |
---|
35 | port:py${python.version}-cython \ |
---|
36 | port:swig-python |
---|
37 | depends_lib-append port:py${python.version}-traitsui\ |
---|
38 | port:py${python.version}-reportlab |
---|
39 | } |
---|
40 | |
---|
41 | # haven't retested if this is still true for version >= 4.0 |
---|
42 | universal_variant no |
---|