[95720] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Jul 19 18:55:42 PDT 2012


Revision: 95720
          https://trac.macports.org/changeset/95720
Author:   jmr at macports.org
Date:     2012-07-19 18:55:41 -0700 (Thu, 19 Jul 2012)
Log Message:
-----------
py26-chaco: move to unified portgroup, add py25 and py27, update to 4.1.0 (#33110)

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

Added Paths:
-----------
    trunk/dports/python/py-chaco/

Removed Paths:
-------------
    trunk/dports/python/py26-chaco/

Modified: trunk/dports/python/py-chaco/Portfile
===================================================================
--- trunk/dports/python/py26-chaco/Portfile	2012-07-19 22:52:26 UTC (rev 95710)
+++ trunk/dports/python/py-chaco/Portfile	2012-07-20 01:55:41 UTC (rev 95720)
@@ -2,31 +2,34 @@
 # $Id$
 
 PortSystem	1.0
-PortGroup	python26 1.0
+PortGroup	python 1.0
 
-name                py26-chaco
-version             3.3.2
+name                py-chaco
+version             4.1.0
 categories-append   devel
 maintainers         nomaintainer
 platforms           darwin
-
 description         The Enthought chaco package for 2-D plotting
-long_description    Chaco is a Python plotting application toolkit that facilitates writing plotting applications at all \
-                    levels of complexity, from simple scripts with hard-coded data to large plotting programs with complex \
-                    data interrelationships and a multitude of interactive tools. While Chaco generates attractive static plots \
-                    for publication and presentation, it also works well for interactive data visualization and exploration.
-
-homepage            http://code.enthought.com/projects/chaco/
+long_description    Chaco is a Python plotting application toolkit that\
+                    facilitates writing plotting applications at all levels\
+                    of complexity, from simple scripts with hard-coded data to\
+                    large plotting programs with complex data\
+                    interrelationships and a multitude of interactive\
+                    tools. While Chaco generates attractive static plots for\
+                    publication and presentation, it also works well\
+                    interactive data visualization and exploration.
+homepage            https://github.com/enthought/chaco
 master_sites        http://www.enthought.com/repo/ets/
-distname            Chaco-${version}
+distname            chaco-${version}
 
-checksums           md5     18bbcc5e06dcfc6f29933d6b44d50a89 \
-                    sha1    ea902ffe0e07d87b1add5d0df4b93d74d7c23054 \
-                    rmd160  06ad58baf2887d757cae8b239da421a464f49569
+checksums           sha256 cdc80d77661fa955a4a4466b5b3f55808beedfc48f8f14b33f2ba81ccb360cc7 \
+                    rmd160 4df41bfbeaffdca4e2213a9a210a3e9ca28a616c
+                    
+python.versions     25 26 27
+python.default_version 27
 
-depends_build-append \
-                    port:py26-distribute
-depends_lib-append \
-                    port:py26-numpy \
-                    port:py26-enthoughtbase \
-                    port:py26-enable
+if {$subport != $name} {
+    depends_build-append    port:py${python.version}-distribute
+    depends_lib-append      port:py${python.version}-enable \
+                            port:py${python.version}-numpy
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120719/cfa3ea81/attachment.html>


More information about the macports-changes mailing list