[89512] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Feb 1 07:58:58 PST 2012


Revision: 89512
          http://trac.macports.org/changeset/89512
Author:   macsforever2000 at macports.org
Date:     2012-02-01 07:58:57 -0800 (Wed, 01 Feb 2012)
Log Message:
-----------
py-traits: unify.

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

Removed Paths:
-------------
    trunk/dports/python/py25-traits/
    trunk/dports/python/py26-traits/

Modified: trunk/dports/python/py-traits/Portfile
===================================================================
--- trunk/dports/python/py-traits/Portfile	2012-02-01 15:58:26 UTC (rev 89511)
+++ trunk/dports/python/py-traits/Portfile	2012-02-01 15:58:57 UTC (rev 89512)
@@ -1,23 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem	1.0
+PortGroup	python 1.0
 
 name                py-traits
-version             1.1.0
-revision            1
+version             3.6.0
 categories-append   devel
-maintainers         jann openmaintainer 
+maintainers         vcn.com:jjstickel openmaintainer
 description         The Enthought traits package
-long_description    manifest typing, and much more
+long_description    A trait is a type definition that can be used for normal\
+    Python object attributes, giving the attributes\
+    some additional characteristics.
 platforms           darwin
-homepage            http://code.enthought.com/traits/
-master_sites        http://code.enthought.com/downloads/traits/
-distname            enthought.traits-${version}-src
-extract.suffix      .tgz
-checksums           rmd160 593773a22da988be9bfe9a35bf4209e2a6b8116e
-worksrcdir          enthought.traits-${version}/enthought
-patchfiles          enthought.diff color_traits.py.diff
-patch.pre_args      -p1
+homepage            http://code.enthought.com/projects/traits/
+master_sites        http://www.enthought.com/repo/ets/
+distname            Traits-${version}
 
-depends_lib-append  port:py24-scipy port:py24-numpy
+checksums           md5     f20092b1de7c470f61cc95ff4f2090e2 \
+                    sha1    7a068371c400bed3aae727575ed18b00188a629a \
+                    rmd160  43a83ca0006ec854974cd705ebbc2d7dd80361a1
+
+python.versions     24 25 26 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
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120201/02df25a9/attachment.html>


More information about the macports-changes mailing list