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-traitsui |
---|
8 | version 4.1.0 |
---|
9 | categories-append devel |
---|
10 | maintainers vcn.com:jjstickel openmaintainer |
---|
11 | description The Enthought traitsui package |
---|
12 | long_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. |
---|
15 | platforms darwin |
---|
16 | homepage http://code.enthought.com/projects/traits_gui/ |
---|
17 | master_sites http://www.enthought.com/repo/ets/ |
---|
18 | distname traitsui-${version} |
---|
19 | |
---|
20 | checksums md5 3d0a16f62a8ec6aa7fbeaa9faf73211b \ |
---|
21 | sha1 09599f16d2ffe15e1e45d00137a6050199698635 \ |
---|
22 | rmd160 27fefccfdad307c8fc707f8577c8020ddd6ad215 |
---|
23 | |
---|
24 | python.versions 24 25 26 27 |
---|
25 | |
---|
26 | if {$subport != $name} { |
---|
27 | depends_build-append port:py${python.version}-distribute |
---|
28 | depends_lib-append port:py${python.version}-traits |
---|
29 | } |
---|