# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-traits version 4.1.0 categories-append devel maintainers vcn.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 homepage https://github.com/enthought/traits master_sites http://www.enthought.com/repo/ets/ distname traits-${version} checksums md5 a58b335c8a1dcfb180a772cdac60e406 \ sha1 665ccecbaeec99b0923dd4e5206a968b9be0a755 \ rmd160 2a07dbab6fc763534201b061120e30433e91b0df # Build fails on python 2.4 due to "from __future__ import absolute_import" python.versions 25 26 27 python.default_version 27 if {$subport != $name} { depends_build-append port:py${python.version}-distribute depends_lib-append port:py${python.version}-numpy }