# -*- 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.4.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***

checksums           rmd160  6c6ae3ca0a90fff032c98d6a7d08340471f0714d \
                    sha256  1621779bea726951f844541c204941376c575e9284a47eee23543011ef0d31e6 \
                    size    275347

python.versions     37 38

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

    livecheck.type  none
}
