# -*- 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

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        enthought traitsui 6.1.3

name                py-traitsui
categories-append   devel
# traitsui/wx/editors_gen.py is GPLv2
license             BSD GPL-2
maintainers         {gmail.com:jjstickel @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

checksums           rmd160  a616786cd6594ad7037b71bc8bb8c188e3f5d366 \
                    sha256  b7a843192c8e4584c91b9119e5297d4a86da6fba7335aa767c62e9e288c21a1f \
                    size    5120702

python.versions     35 36 37 38

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
    depends_lib-append      port:py${python.version}-pyface
}
