# -*- 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 74315 2010-12-12 01:27:01Z ryandesign@macports.org $

PortSystem	1.0
PortGroup	python25 1.0

name                py25-traits
version             3.5.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            http://code.enthought.com/projects/traits/
master_sites        http://www.enthought.com/repo/ETS/
distname            Traits-${version}

checksums           sha1    766e2c66f2d064b2d765c50e8b18564aa3d1fcb3 \
                    rmd160  9e8d8d548ae89bda5c590d485f7d6ba014be6282

depends_build-append    port:py25-distribute
depends_lib-append  port:py25-numpy\
    port:py25-enthoughtbase
