[95715] trunk/dports/python/py-traits/Portfile

jmr at macports.org jmr at macports.org
Thu Jul 19 18:30:24 PDT 2012


Revision: 95715
          https://trac.macports.org/changeset/95715
Author:   jmr at macports.org
Date:     2012-07-19 18:30:24 -0700 (Thu, 19 Jul 2012)
Log Message:
-----------
py-traits: update to 4.1.0 (#33108)

Modified Paths:
--------------
    trunk/dports/python/py-traits/Portfile

Modified: trunk/dports/python/py-traits/Portfile
===================================================================
--- trunk/dports/python/py-traits/Portfile	2012-07-20 01:23:25 UTC (rev 95714)
+++ trunk/dports/python/py-traits/Portfile	2012-07-20 01:30:24 UTC (rev 95715)
@@ -5,7 +5,7 @@
 PortGroup	python 1.0
 
 name                py-traits
-version             3.6.0
+version             4.1.0
 categories-append   devel
 maintainers         vcn.com:jjstickel openmaintainer
 description         The Enthought traits package
@@ -13,20 +13,19 @@
     Python object attributes, giving the attributes\
     some additional characteristics.
 platforms           darwin
-homepage            http://code.enthought.com/projects/traits/
+homepage            https://github.com/enthought/traits
 master_sites        http://www.enthought.com/repo/ets/
-distname            Traits-${version}
+distname            traits-${version}
 
-checksums           md5     f20092b1de7c470f61cc95ff4f2090e2 \
-                    sha1    7a068371c400bed3aae727575ed18b00188a629a \
-                    rmd160  43a83ca0006ec854974cd705ebbc2d7dd80361a1
+checksums           md5     a58b335c8a1dcfb180a772cdac60e406 \
+                    sha1    665ccecbaeec99b0923dd4e5206a968b9be0a755 \
+                    rmd160  2a07dbab6fc763534201b061120e30433e91b0df
 
 # Build fails on python 2.4 due to "from __future__ import absolute_import"
 python.versions        25 26 27
-python.default_version 25
+python.default_version 27
 
 if {$subport != $name} {
     depends_build-append    port:py${python.version}-distribute
-    depends_lib-append      port:py${python.version}-numpy \
-                            port:py${python.version}-enthoughtbase
+    depends_lib-append      port:py${python.version}-numpy
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120719/9a3e2ca9/attachment.html>


More information about the macports-changes mailing list