# -*- 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 89611 2012-02-03 23:59:29Z dports@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-apptools
version             3.4.1
categories-append   devel
maintainers         vcn.com:jjstickel openmaintainer
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            http://code.enthought.com/projects/app_tools.php
master_sites        http://www.enthought.com/repo/ets/
distname            AppTools-${version}

checksums           md5     f0c6b4b00c930f6db9d48de2353c28fc \
                    sha1    9a36a06bbe3d80993cd4b5d40189b8e5716fa76f \
                    rmd160  f93c65bdc1b7aeb698794c5e8333382c0dd626bf

python.versions        25 26 27
python.default_version 25

if {$subport != $name} {
    depends_build-append  port:py${python.version}-distribute
    
    depends_lib-append    port:py${python.version}-configobj \
                          port:py${python.version}-numpy \
                          port:py${python.version}-envisagecore \
                          port:py${python.version}-traitsgui
}
