# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-traitsui version 4.1.0 categories-append devel maintainers vcn.com:jjstickel openmaintainer description The Enthought traitsui package long_description The traitsui project contains a toolkit-independent GUI\ abstraction layer, which is used to support the\ "visualization" features of the Traits package. platforms darwin homepage https://github.com/enthought/traitsui master_sites http://www.enthought.com/repo/ets/ distname traitsui-${version} checksums md5 3d0a16f62a8ec6aa7fbeaa9faf73211b \ sha1 09599f16d2ffe15e1e45d00137a6050199698635 \ rmd160 27fefccfdad307c8fc707f8577c8020ddd6ad215 python.versions 25 26 27 python.default_version 27 if {$subport != $name} { depends_build-append port:py${python.version}-distribute depends_lib-append port:py${python.version}-pyface }