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

name                py-apptools
categories-append   devel
license             BSD
maintainers         {gmail.com:jjstickel @jjstickel} openmaintainer
supported_archs     noarch

description         The Enthought apptools package
long_description    The Enthought Tool Suite includes a set of packages\
    that we have found useful in creating a number of applications.\
    They implement functionality that is commonly needed by many applications.\
    These packages are distributed together as the AppTools project.
platforms           darwin

checksums           rmd160  004958cc00d28caf83045497c813880cdbf7f1ee \
                    sha256  eb80e3ba421de2c3665a7f83bd3e3588d291013b3dd1d46e816124d62a53e163

python.versions     27 35 36

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