Ticket #37413: py-traits_Portfile.diff
File py-traits_Portfile.diff, 1.3 KB (added by jjstickel (Jonathan Stickel), 12 years ago) |
---|
-
python/py-traits/Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-traits 8 version 4. 1.08 version 4.2.0 9 9 categories-append devel 10 10 license BSD {PSF ZPL} 11 maintainers vcn.com:jjstickel openmaintainer11 maintainers gmail.com:jjstickel openmaintainer 12 12 description The Enthought traits package 13 13 long_description A trait is a type definition that can be used for normal\ 14 14 Python object attributes, giving the attributes\ … … 18 18 master_sites http://www.enthought.com/repo/ets/ 19 19 distname traits-${version} 20 20 21 checksums md5 a58b335c8a1dcfb180a772cdac60e406 \ 22 sha1 665ccecbaeec99b0923dd4e5206a968b9be0a755 \ 23 rmd160 2a07dbab6fc763534201b061120e30433e91b0df 21 checksums sha256 ca90fe98f0cf33db8fec0d696cfe624e690907a6f70b9ec42081e51dddd420f5 \ 22 rmd160 1c6204a98ff71e2449f878124deaca80c646d22b 24 23 25 24 # Build fails on python 2.4 due to "from __future__ import absolute_import" 26 25 python.versions 25 26 27