[115491] trunk/dports/python/py-pyregion/Portfile

robitaille at macports.org robitaille at macports.org
Fri Jan 3 04:50:05 PST 2014


Revision: 115491
          https://trac.macports.org/changeset/115491
Author:   robitaille at macports.org
Date:     2014-01-03 04:50:05 -0800 (Fri, 03 Jan 2014)
Log Message:
-----------
py-pyregion: update to 1.1.2

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

Modified: trunk/dports/python/py-pyregion/Portfile
===================================================================
--- trunk/dports/python/py-pyregion/Portfile	2014-01-03 12:44:17 UTC (rev 115490)
+++ trunk/dports/python/py-pyregion/Portfile	2014-01-03 12:50:05 UTC (rev 115491)
@@ -5,9 +5,8 @@
 PortGroup           python 1.0
 
 name                py-pyregion
-version             1.0.1
-revision            1
-maintainers         robitaille
+version             1.1.2
+maintainers         robitaille openmaintainer
 
 categories-append   science
 description         pyregion is a Python module to parse ds9 region files
@@ -16,18 +15,20 @@
 platforms           darwin
 
 homepage            http://leejjoon.github.com/pyregion/
-master_sites        http://cloud.github.com/downloads/leejjoon/pyregion/
+master_sites        https://pypi.python.org/packages/source/p/pyregion/
 distname            pyregion-${version}
-checksums           md5  3c9fbe2a89311d38cf5ba55f242cac85 \
-                    sha1  ce6016c4066fb8b25dc68f1f316908c417a0860c \
-                    rmd160  c5de67d27f93ff03f239c639516b8aabf833af82
+checksums           md5  61dde9206ab4ba731279a4737cc5a5a5 \
+                    sha1  4f08281b90e7b131cab5db7144c8e572288d2794 \
+                    rmd160  b1d973b8bd9fa5ed03d40f0a160cf41a61e72b2c
 
-python.versions     26 27
+python.versions     26 27 31 32
+python.default_version 27
 
-if {${name} ne ${subport}} {
-    depends_run-append  port:py${python.version}-numpy \
-                        port:py${python.version}-matplotlib \
+if {${subport} != ${name}} {
+
+    depends_build-append  port:py${python.version}-numpy
+
+    depends_run-append  port:py${python.version}-matplotlib \
                         port:py${python.version}-parsing \
-                        port:py${python.version}-pyrex \
-                        port:py${python.version}-pywcs
+                        port:py${python.version}-astropy
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140103/397fec49/attachment.html>


More information about the macports-changes mailing list