Files
Jonathan Stickel b634654e8e cleanup of obscure enthought ports
* remove py-blockcanvas
* remove py-etsdevtools
* remove py-enable
* remove py-chaco
* uptate py-codetools and set `nomainter`
* update py-scimath

Closes https://trac.macports.org/ticket/61825
Closes https://trac.macports.org/ticket/61826
Closes https://trac.macports.org/ticket/61828
2021-01-14 13:00:13 -08:00

32 lines
1.1 KiB
Tcl

# -*- 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
}