# -*- 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: Portfile 106911 2013-06-11 14:40:14Z jmr@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-apptools
version             4.1.0
categories-append   devel
license             BSD
maintainers         gmail.com: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
homepage            https://github.com/enthought/apptools
master_sites        http://www.enthought.com/repo/ets/
distname            apptools-${version}

checksums           rmd160  7ada88a5cc1eedba7ec28b619b78028e30d25f8f \
                    sha256  4890dfbbde4882e8cbb452b823a3a5a9d61f43d0a3d04b78553d795ae8351a58

python.versions     25 26 27

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