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

jmr at macports.org jmr at macports.org
Tue Jun 11 12:57:16 PDT 2013


Revision: 106920
          https://trac.macports.org/changeset/106920
Author:   jmr at macports.org
Date:     2013-06-11 12:57:15 -0700 (Tue, 11 Jun 2013)
Log Message:
-----------
py24-scipy, py25-scipy: fix dist_subdir and master_sites

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

Modified: trunk/dports/python/py-scipy/Portfile
===================================================================
--- trunk/dports/python/py-scipy/Portfile	2013-06-11 19:48:03 UTC (rev 106919)
+++ trunk/dports/python/py-scipy/Portfile	2013-06-11 19:57:15 UTC (rev 106920)
@@ -20,8 +20,10 @@
 checksums               rmd160  35f3177dbcc37e0984fc852abf23ea0aab348ee0 \
                         sha256  b967e802dafe2db043cfbdf0043e1312f9ce9c1386863e1c801a08ddfccf9de6
 
+if {${python.version} >= 26} {
 # Stealth update for 0.12.0 (see http://projects.scipy.org/scipy/ticket/1888)
 dist_subdir             ${name}/${version}_1
+}
 
 python.versions         24 25 26 27 31 32 33
 
@@ -32,6 +34,7 @@
     # scipy dropped support for Python 2.4 at version 0.12.0
     version                 0.11.0
     revision                1
+    master_sites            sourceforge:project/scipy/scipy/${version}/
     distname                scipy-${version}
     checksums               rmd160 68c0d13088d898e96c3a7ea4e77f8fc9b49e6c78 \
                             sha256 b2b74d56a2d58a4f032f91e8b91b1c2272d5eb0b5010082dd1e492e452f862ee
@@ -41,6 +44,7 @@
     # scipy dropped support for Python 2.5 at version 0.12.0
     version                 0.11.0
     revision                1
+    master_sites            sourceforge:project/scipy/scipy/${version}/
     distname                scipy-${version}
     checksums               rmd160 68c0d13088d898e96c3a7ea4e77f8fc9b49e6c78 \
                             sha256 b2b74d56a2d58a4f032f91e8b91b1c2272d5eb0b5010082dd1e492e452f862ee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130611/cb3bcea7/attachment.html>


More information about the macports-changes mailing list