Ticket #33108: py-traits_Portfile.diff

File py-traits_Portfile.diff, 1.7 KB (added by jjstickel@…, 12 years ago)
  • python/py-traits/Portfile

    old new  
    55PortGroup       python 1.0
    66
    77name                py-traits
    8 version             3.6.0
     8version             4.1.0
    99categories-append   devel
    1010maintainers         vcn.com:jjstickel openmaintainer
    1111description         The Enthought traits package
     
    1313    Python object attributes, giving the attributes\
    1414    some additional characteristics.
    1515platforms           darwin
    16 homepage            http://code.enthought.com/projects/traits/
     16homepage            https://github.com/enthought/traits
    1717master_sites        http://www.enthought.com/repo/ets/
    18 distname            Traits-${version}
     18distname            traits-${version}
    1919
    20 checksums           md5     f20092b1de7c470f61cc95ff4f2090e2 \
    21                     sha1    7a068371c400bed3aae727575ed18b00188a629a \
    22                     rmd160  43a83ca0006ec854974cd705ebbc2d7dd80361a1
     20checksums           md5     a58b335c8a1dcfb180a772cdac60e406 \
     21                    sha1    665ccecbaeec99b0923dd4e5206a968b9be0a755 \
     22                    rmd160  2a07dbab6fc763534201b061120e30433e91b0df
    2323
    2424# Build fails on python 2.4 due to "from __future__ import absolute_import"
    2525python.versions        25 26 27
    26 python.default_version 25
     26python.default_version 27
    2727
    2828if {$subport != $name} {
    2929    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
    3231}