Ticket #33111: py-enable_Portfile

File py-enable_Portfile, 1.6 KB (added by jjstickel (Jonathan Stickel), 12 years ago)
Line 
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
4PortSystem      1.0
5PortGroup       python 1.0
6
7name                py-enable
8version             4.1.0
9categories-append   devel
10maintainers         nomaintainer
11description         The Enthought enable package
12long_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.
17license             bsd
18platforms           darwin
19homepage            https://github.com/enthought/enable
20master_sites        http://www.enthought.com/repo/ets/
21distname            enable-${version}
22
23checksums           sha256 b0de7a3eda78c5c527d58a98627c8cabadc71c7f1ee4e360fa3a6d8b087da264 \
24                    rmd160 57c7f1cefb1f0d167603e419bafa355fd4c03906
25                   
26python.versions     25 26 27
27python.default_version 27
28
29patchfiles          enable_clang_patch.diff
30patch.pre_args      -p1
31
32if {$subport != $name} {
33    depends_build-append    port:py${python.version}-distribute \
34                            port:py${python.version}-cython \
35                            port:swig-python
36    depends_lib-append      port:py${python.version}-traitsui\
37                            port:py${python.version}-reportlab
38}
39
40# haven't retested if this is still true for version >= 4.0
41universal_variant no