Ticket #33109: py-traitsui_Portfile2.2

File py-traitsui_Portfile2.2, 1.2 KB (added by petrus.hyvonen@…, 12 years ago)

added py-traits to depenencies

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 traitsui project contains a toolkit-independent GUI\
13                    abstraction layer, which is used to support the\
14                    "visualization" features of the Traits package.
15platforms           darwin
16homepage            https://github.com/enthought/traitsui
17master_sites        http://www.enthought.com/repo/ets/
18distname            traitsui-${version}
19
20checksums           md5     3d0a16f62a8ec6aa7fbeaa9faf73211b \
21                    sha1    09599f16d2ffe15e1e45d00137a6050199698635 \
22                    rmd160  27fefccfdad307c8fc707f8577c8020ddd6ad215
23
24python.versions     25 26 27
25python.default_version 27
26
27if {$subport != $name} {
28    depends_build-append    port:py${python.version}-distribute
29    depends_lib-append      port:py${python.version}-pyface \
30                            port:py${python.version}-traits
31}