[113774] trunk/dports/python/py-ipython/Portfile

sean at macports.org sean at macports.org
Sat Nov 23 08:39:28 PST 2013


Revision: 113774
          https://trac.macports.org/changeset/113774
Author:   sean at macports.org
Date:     2013-11-23 08:39:28 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
py-ipython: remove scientific variant from 2.4 adn 2.5 due to numpy update

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2013-11-23 16:39:25 UTC (rev 113773)
+++ trunk/dports/python/py-ipython/Portfile	2013-11-23 16:39:28 UTC (rev 113774)
@@ -9,7 +9,7 @@
 
 name                py-${realname}
 version             1.1.0
-revision            0
+revision            1
 platforms           darwin
 license             BSD
 supported_archs     noarch
@@ -48,7 +48,7 @@
     distname            ${realname}-${version}
 }
 
-if {$subport != $name && ${python.version} < 30} {
+if {$subport != $name && ${python.version} < 30 && ${python.version} > 25} {
     variant scientific description "Use ScientificPython to provide physical quantities support" {
         depends_lib-append      port:py${python.version}-scientific
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/532933a6/attachment.html>


More information about the macports-changes mailing list