[122801] trunk/dports/python/py-aplpy/Portfile

robitaille at macports.org robitaille at macports.org
Wed Jul 30 05:23:35 PDT 2014


Revision: 122801
          https://trac.macports.org/changeset/122801
Author:   robitaille at macports.org
Date:     2014-07-30 05:23:34 -0700 (Wed, 30 Jul 2014)
Log Message:
-----------
py-aplpy: updated to 0.9.12

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

Modified: trunk/dports/python/py-aplpy/Portfile
===================================================================
--- trunk/dports/python/py-aplpy/Portfile	2014-07-30 10:34:35 UTC (rev 122800)
+++ trunk/dports/python/py-aplpy/Portfile	2014-07-30 12:23:34 UTC (rev 122801)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-aplpy
-version             0.9.11
+version             0.9.12
 maintainers         robitaille stsci.edu:mperrin openmaintainer
 
 categories-append   science
@@ -23,14 +23,19 @@
 homepage            http://aplpy.github.com/
 master_sites        https://pypi.python.org/packages/source/A/APLpy/
 distname            APLpy-${version}
-checksums           md5     53a2130136dd6e0b2fbf1c8e8b15d3e6 \
-                    sha1    716919a990d3be46db6847f87bafa1d430fc1328 \
-                    rmd160  f2684b57613c6ea16eab5ef4328d24991849353a
+checksums           md5     aeff0c49f43847819ab5e94e63abd74c \
+                    sha1    cde95e803980a69de907011d960831cca8ed778d \
+                    rmd160  2e4fd68de4887f07c4851d846ed92ec585ce776d
 
-python.versions     26 27 32 33
+python.versions     26 27 32 33 34
 
 if {${name} ne ${subport}} {
 
+    # By default, astropy downloads an astropy-helpers package for setup.py.
+    # The --offline and --no-git flags prevent this and use a bundled version.
+    build.cmd  ${python.bin} setup.py --no-user-cfg --offline --no-git
+    destroot.cmd  ${python.bin} setup.py --no-user-cfg --offline --no-git
+
     depends_run-append  port:py${python.version}-numpy \
                         port:py${python.version}-matplotlib \
                         port:py${python.version}-astropy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140730/c9c48e97/attachment.html>


More information about the macports-changes mailing list