Ticket #33109: Portfile.2

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

Updated to unified python

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-traitsui
8version             4.1.0
9categories-append   devel
10maintainers         vcn.com:jjstickel openmaintainer
11description         The Enthought traitsui package
12long_description    The TraitsGUI project contains a\
13    toolkit-independent GUI abstraction layer (known as Pyface),\
14    which is used to support the "visualization" features of the Traits package.
15platforms           darwin
16homepage            http://code.enthought.com/projects/traits_gui/
17master_sites        http://www.enthought.com/repo/ets/
18distname            traitsui-${version}
19
20checksums           md5     3d0a16f62a8ec6aa7fbeaa9faf73211b \
21                    sha1    09599f16d2ffe15e1e45d00137a6050199698635 \
22                    rmd160  27fefccfdad307c8fc707f8577c8020ddd6ad215
23
24python.versions     24 25 26 27
25
26if {$subport != $name} {
27    depends_build-append    port:py${python.version}-distribute
28    depends_lib-append      port:py${python.version}-traits
29}