# -*- 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 5.3.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

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

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.

checksums           rmd160  d9a1a6a12038a1fe67be0f1520db9dadf506dbf3 \
                    sha256  b3768229bf56d3ad8ea859719422e7dd5ac5856ae1b35dfe0808e5418bc36996 \
                    size    187213

python.versions     39 310 311 312

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