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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-traits |
---|
8 | version 4.1.0 |
---|
9 | categories-append devel |
---|
10 | maintainers vcn.com:jjstickel openmaintainer |
---|
11 | description The Enthought traits package |
---|
12 | long_description A trait is a type definition that can be used for normal\ |
---|
13 | Python object attributes, giving the attributes\ |
---|
14 | some additional characteristics. |
---|
15 | platforms darwin |
---|
16 | homepage http://code.enthought.com/projects/traits/ |
---|
17 | master_sites http://www.enthought.com/repo/ets/ |
---|
18 | distname traits-${version} |
---|
19 | |
---|
20 | checksums md5 a58b335c8a1dcfb180a772cdac60e406 \ |
---|
21 | sha1 665ccecbaeec99b0923dd4e5206a968b9be0a755 \ |
---|
22 | rmd160 2a07dbab6fc763534201b061120e30433e91b0df |
---|
23 | |
---|
24 | #depends_build-append port:py27-distribute |
---|
25 | depends_lib-append port:py27-numpy |
---|
26 | #port:py27-enthoughtbase |
---|