You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
29 lines
1.1 KiB
Tcl
29 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 etsdevtools 4.0.2
|
|
|
|
name py-etsdevtools
|
|
categories-append devel
|
|
license BSD
|
|
maintainers {gmail.com:jjstickel @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 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build port:py${python.version}-setuptools
|
|
depends_lib port:py${python.version}-traits
|
|
}
|