<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/90eeba1977a37126bf4c58ff598cbe0b5e68f475">https://github.com/macports/macports-ports/commit/90eeba1977a37126bf4c58ff598cbe0b5e68f475</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 90eeba1  py-jupyterlab: fix dependencies for Python < 3.6
</span>90eeba1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 90eeba1977a37126bf4c58ff598cbe0b5e68f475
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Apr 20 05:45:43 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-jupyterlab: fix dependencies for Python < 3.6
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    For Python < 3.6, a comparability version of py-jupyterlab is used,
</span><span style='display:block; white-space:pre;color:#404040;'>    which has different dependencies.
</span>---
 python/py-jupyterlab/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-jupyterlab/Portfile b/python/py-jupyterlab/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b1f9bd3..7e52f53 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-jupyterlab/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-jupyterlab/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,12 +38,16 @@ if {${name} ne ${subport}} {
</span> 
     if {${python.version} < 36} {
         version             0.33.12
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        revision            1
</span>         distname            ${python.rootname}-${version}
         checksums           rmd160  4fe0074a1202cbc3833d1a85a3b8b9c5c97701c2 \
                             sha256  04a14b38b218c87731b519ff0f7e133b28a613ad944617ac7e07480d6a36eb5f \
                             size    9681748
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-replace port:py${python.version}-jupyterlab_server \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:py${python.version}-jupyterlab_launcher
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append  port:py${python.version}-ipython_genutils
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>         if {${python.version} eq 27} {
             depends_lib-append  port:py${python.version}-futures \
                                 port:py${python.version}-subprocess32
</pre><pre style='margin:0'>

</pre>