# -*- 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 codetools 4.3.0

name                py-codetools
categories-append   devel
license             BSD
maintainers         nomaintainer

description         Code analysis and execution tools

long_description    The codetools project includes packages that simplify \
                    meta-programming and help the programmer separate data from\
                    code in Python. ***This package is likely no longer usefull***

platforms           darwin

checksums           rmd160  9b6293e6da1d2f05de52228d7f11753623f1f9ef \
                    sha256  9708d402585ed4b42429a565c09a9ca4e5c9b5fe56b2eb5cc25c72dc23f98847 \
                    size    270264

python.versions     36 37 38

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