[146608] trunk/dports/python/py-jupyter

stromnov at macports.org stromnov at macports.org
Sun Mar 13 07:03:29 PDT 2016


Revision: 146608
          https://trac.macports.org/changeset/146608
Author:   stromnov at macports.org
Date:     2016-03-13 07:03:29 -0700 (Sun, 13 Mar 2016)
Log Message:
-----------
py-jupyter: fix activation error (#50884)

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

Added Paths:
-----------
    trunk/dports/python/py-jupyter/files/
    trunk/dports/python/py-jupyter/files/patch-setup.py.diff

Modified: trunk/dports/python/py-jupyter/Portfile
===================================================================
--- trunk/dports/python/py-jupyter/Portfile	2016-03-13 09:10:10 UTC (rev 146607)
+++ trunk/dports/python/py-jupyter/Portfile	2016-03-13 14:03:29 UTC (rev 146608)
@@ -6,7 +6,7 @@
 
 name                py-jupyter
 version             1.0.0
-revision            0
+revision            1
 categories-append   devel science
 platforms           darwin
 license             BSD
@@ -34,6 +34,8 @@
                         port:py${python.version}-ipykernel \
                         port:py${python.version}-ipywidgets
 
+    patchfiles-append   patch-setup.py.diff
+
     # Remove QT support by default (to minimize average use case requirements)
     variant qtconsole description "Support for the Qt console" {
         depends_run-append  port:py${python.version}-qtconsole

Added: trunk/dports/python/py-jupyter/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-jupyter/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py-jupyter/files/patch-setup.py.diff	2016-03-13 14:03:29 UTC (rev 146608)
@@ -0,0 +1,10 @@
+--- setup.py.orig	2016-03-13 16:41:20.000000000 +0300
++++ setup.py	2016-03-13 16:41:35.000000000 +0300
+@@ -22,7 +22,6 @@
+     long_description    = """Install the Jupyter system, including the notebook, qtconsole, and the IPython kernel.""",
+     author              = "Jupyter Development Team",
+     author_email        = "jupyter at googlegroups.org",
+-    py_modules          = ['jupyter'],
+     install_requires    = [
+         'notebook',
+         'qtconsole',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160313/6339db1f/attachment.html>


More information about the macports-changes mailing list