# -*- 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 115810 2014-01-11 22:26:08Z mojca@macports.org $

PortSystem          1.0
PortGroup           python 1.0

PortGroup           github 1.0
github.setup        enthought etsdevtools 4.0.2

name                py-etsdevtools
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

checksums           rmd160  2e4f776b9ffbda1be629b8c3f68cb872bf7ad64a \
                    sha256  5403fd154dacff87880f9f08d0a319411b4bb99fcdbfc2102c7f3dad26791901

python.versions     26 27

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