Ticket #33111: Portfile.2

File Portfile.2, 1.4 KB (added by petrus.hyvonen@…, 12 years ago)

py enable file in unified python way

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
11
12description         The Enthought enable package
13long_description    An object drawing library that supports containment and event notification.
14
15platforms           darwin
16homepage            http://code.enthought.com/projects/enable/
17master_sites        http://www.enthought.com/repo/ets/
18distname            enable-${version}
19
20checksums           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                   
29python.versions     24 25 26 27
30
31if {$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