# -*- 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-etsdevtools
version             4.0.0
categories-append   devel
license             BSD
maintainers         gmail.com:jjstickel openmaintainer
description         Enthought tools to support Python development
long_description    The etsdevtools project includes a set of packages that \
                    can be used during the development of a software project,\
                    for understanding, debugging, testing, and inspecting code.
                    
platforms           darwin
homepage            http://code.enthought.com/projects/ets_dev_tools/
master_sites        http://www.enthought.com/repo/ets/
distname            etsdevtools-${version}

checksums           md5    5f5b2800b63619c1e8e02c3790133910 \
                    sha1   0de3fb0d4b1c23429ce591b9755489ac4addeedd \
                    rmd160 fb8c922ac8bb0685d27d9506ad2d54510621eac6


python.versions        25 26 27
python.default_version 27

if {$subport != $name} {
    depends_build   port:py${python.version}-setuptools
    depends_lib     port:py${python.version}-traits
}
