# -*- 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 149275 2016-06-09 00:53:19Z khindenburg@macports.org $ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup enthought traits 4.5.0 name py-traits categories-append devel license BSD {PSF ZPL} maintainers gmail.com:jjstickel openmaintainer description The Enthought traits package long_description A trait is a type definition that can be used for normal\ Python object attributes, giving the attributes\ some additional characteristics. platforms darwin checksums rmd160 7bfc711e951867ed112d798f4d204f5ace39c335 \ sha256 e87de459f1ec7c57813b84b6e395a98afed5660a0920b2829b2af7699a35c5e0 python.versions 27 35 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-numpy }