[145674] trunk/dports/python/py-scipy/Portfile

michaelld at macports.org michaelld at macports.org
Fri Feb 12 12:17:55 PST 2016


Revision: 145674
          https://trac.macports.org/changeset/145674
Author:   michaelld at macports.org
Date:     2016-02-12 12:17:55 -0800 (Fri, 12 Feb 2016)
Log Message:
-----------
py*-scipy:
+ update to 0.17.
+ move to using Github, since it is more up to date than sourceforge.

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

Modified: trunk/dports/python/py-scipy/Portfile
===================================================================
--- trunk/dports/python/py-scipy/Portfile	2016-02-12 20:11:33 UTC (rev 145673)
+++ trunk/dports/python/py-scipy/Portfile	2016-02-12 20:17:55 UTC (rev 145674)
@@ -4,13 +4,14 @@
 PortSystem              1.0
 PortGroup               python 1.0
 PortGroup               active_variants 1.1
+PortGroup               github 1.0
 PortGroup               compilers 1.0
 
+github.setup            scipy scipy 0.17.0 v
 name                    py-scipy
 
-version                 0.16.1
-checksums               rmd160 29443d335271d740b6990eb6d94c46573558167b \
-                        sha256 ecd1efbb1c038accb0516151d1e6679809c6010288765eb5da6051550bf52260
+checksums               rmd160 106020f0e6cfb191a5205169e54f5b9707055ff0 \
+                        sha256 23bdd8a766a5af6d48d9fcedc68b02293d4bf47a7c65b67f590f482765054a52
 
 platforms               darwin
 license                 BSD
@@ -19,8 +20,6 @@
 long_description        ${description}
 
 homepage                http://www.scipy.org/
-master_sites            sourceforge:project/scipy/scipy/${version}/
-distname                scipy-${version}
 
 python.versions         26 27 33 34 35
 
@@ -109,7 +108,6 @@
 +atlas variant."
                 }
             }
-
         }
 
     } elseif {[variant_isset openblas]} {
@@ -131,8 +129,4 @@
     }
 
     livecheck.type          none
-} else {
-    livecheck.type          regex
-    livecheck.url           http://sourceforge.net/projects/scipy/rss
-    livecheck.regex         scipy-(\[0-9\.\]+)${extract.suffix}/download</guid>
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160212/f54e45f5/attachment.html>


More information about the macports-changes mailing list