Ticket #37413: py-traits_Portfile.diff

File py-traits_Portfile.diff, 1.3 KB (added by jjstickel (Jonathan Stickel), 11 years ago)
  • python/py-traits/Portfile

    old new  
    55PortGroup       python 1.0
    66
    77name                py-traits
    8 version             4.1.0
     8version             4.2.0
    99categories-append   devel
    1010license             BSD {PSF ZPL}
    11 maintainers         vcn.com:jjstickel openmaintainer
     11maintainers         gmail.com:jjstickel openmaintainer
    1212description         The Enthought traits package
    1313long_description    A trait is a type definition that can be used for normal\
    1414    Python object attributes, giving the attributes\
     
    1818master_sites        http://www.enthought.com/repo/ets/
    1919distname            traits-${version}
    2020
    21 checksums           md5     a58b335c8a1dcfb180a772cdac60e406 \
    22                     sha1    665ccecbaeec99b0923dd4e5206a968b9be0a755 \
    23                     rmd160  2a07dbab6fc763534201b061120e30433e91b0df
     21checksums           sha256  ca90fe98f0cf33db8fec0d696cfe624e690907a6f70b9ec42081e51dddd420f5 \
     22                    rmd160  1c6204a98ff71e2449f878124deaca80c646d22b
    2423
    2524# Build fails on python 2.4 due to "from __future__ import absolute_import"
    2625python.versions        25 26 27