# -*- 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 115673 2014-01-08 18:28:09Z macsforever2000@macports.org $

PortSystem	        1.0
PortGroup	        python 1.0
PortGroup           github 1.0

github.setup        enthought traits 4.4.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  d7410c7a140c3f273f2d754e439197aadaee5003 \
                    sha256  0e58cf1a0bbdbf77625adfc9f2ee4903a2d51ec0e0c018f068089dafa36b4c14

python.versions     26 27

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