Ticket #19567: py25-traits_Portfile

File py25-traits_Portfile, 891 bytes (added by jjstickel@…, 15 years ago)
Line 
1# -*- 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
2# JJS 3/24/09
3
4PortSystem      1.0
5PortGroup       python25 1.0
6
7name                py25-traits
8version             3.1.0
9categories-append   devel
10maintainers         vcn.com:jjstickel openmaintainer
11description         The Enthought traits package
12long_description    A trait is a type definition that can be used for normal\
13    Python object attributes, giving the attributes\
14    some additional characteristics.
15platforms           darwin
16homepage            http://code.enthought.com/projects/traits/
17master_sites        http://www.enthought.com/repo/ETS/
18distname            Traits-${version}
19checksums           md5 df2ed50626c302e5b8eb89e9766be5a9
20
21depends_build-append  port:py25-setuptools
22
23depends_lib-append  port:py25-numpy\
24    port:py25-enthoughtbase