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

jmr at macports.org jmr at macports.org
Mon May 28 15:25:05 PDT 2012


Revision: 93706
          https://trac.macports.org/changeset/93706
Author:   jmr at macports.org
Date:     2012-05-28 15:25:05 -0700 (Mon, 28 May 2012)
Log Message:
-----------
py24-ipython: replace py-scientific dep with py24-scientific (#34642)

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2012-05-28 21:30:35 UTC (rev 93705)
+++ trunk/dports/python/py-ipython/Portfile	2012-05-28 22:25:05 UTC (rev 93706)
@@ -56,11 +56,7 @@
 
 if {$subport != "py31-${realname}" && $subport != "py32-${realname}" && $subport != $name} {
     variant scientific description "Use ScientificPython to provide physical quantities support" {
-        if {$subport == "py24-${realname}"} {
-            depends_lib-append      port:py-scientific
-        } elseif {$subport != $name} {
-            depends_lib-append      port:py${python.version}-scientific
-        }
+        depends_lib-append      port:py${python.version}-scientific
     }
     default_variants        +scientific
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120528/693d9d79/attachment-0001.html>


More information about the macports-changes mailing list