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

aronnax at macports.org aronnax at macports.org
Mon Oct 20 11:29:29 PDT 2014


Revision: 127082
          https://trac.macports.org/changeset/127082
Author:   aronnax at macports.org
Date:     2014-10-20 11:29:29 -0700 (Mon, 20 Oct 2014)
Log Message:
-----------
py-ipython: add +notebook to default variants (fixes #45467)

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2014-10-20 18:24:21 UTC (rev 127081)
+++ trunk/dports/python/py-ipython/Portfile	2014-10-20 18:29:29 UTC (rev 127082)
@@ -9,6 +9,7 @@
 
 name                py-${realname}
 version             2.3.0
+revision            1
 platforms           darwin
 license             BSD
 supported_archs     noarch
@@ -65,6 +66,8 @@
 }
 
 if {${name} ne ${subport} && ${python.version} >= 26} {
+    default_variants-append     +notebook
+
     variant parallel description "Support for parallel computing" {
         depends_lib-append      port:py${python.version}-zmq
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141020/6e80682b/attachment.html>


More information about the macports-changes mailing list