Ticket #33108: py-traits_Portfile.diff
File py-traits_Portfile.diff, 1.7 KB (added by jjstickel@…, 13 years ago) |
---|
-
python/py-traits/Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-traits 8 version 3.6.08 version 4.1.0 9 9 categories-append devel 10 10 maintainers vcn.com:jjstickel openmaintainer 11 11 description The Enthought traits package … … 13 13 Python object attributes, giving the attributes\ 14 14 some additional characteristics. 15 15 platforms darwin 16 homepage http ://code.enthought.com/projects/traits/16 homepage https://github.com/enthought/traits 17 17 master_sites http://www.enthought.com/repo/ets/ 18 distname Traits-${version}18 distname traits-${version} 19 19 20 checksums md5 f20092b1de7c470f61cc95ff4f2090e2\21 sha1 7a068371c400bed3aae727575ed18b00188a629a\22 rmd160 43a83ca0006ec854974cd705ebbc2d7dd80361a120 checksums md5 a58b335c8a1dcfb180a772cdac60e406 \ 21 sha1 665ccecbaeec99b0923dd4e5206a968b9be0a755 \ 22 rmd160 2a07dbab6fc763534201b061120e30433e91b0df 23 23 24 24 # Build fails on python 2.4 due to "from __future__ import absolute_import" 25 25 python.versions 25 26 27 26 python.default_version 2 526 python.default_version 27 27 27 28 28 if {$subport != $name} { 29 29 depends_build-append port:py${python.version}-distribute 30 depends_lib-append port:py${python.version}-numpy \ 31 port:py${python.version}-enthoughtbase 30 depends_lib-append port:py${python.version}-numpy 32 31 }