# -*- 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 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem	1.0
PortGroup	python26 1.0

name                py26-traits
version             3.1.0
categories-append   devel
maintainers         nomaintainer 
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           md5 df2ed50626c302e5b8eb89e9766be5a9

depends_build-append    port:py26-distribute
depends_lib-append      port:py26-numpy port:py26-enthoughtbase
