<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/37d769a6ba9198d467ac1ac80c8ab62ea682ecc2">https://github.com/macports/macports-ports/commit/37d769a6ba9198d467ac1ac80c8ab62ea682ecc2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 37d769a6ba9198d467ac1ac80c8ab62ea682ecc2
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Dec 9 16:11:23 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-jupyterlab_launcher: fail more gracefully
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    In situations known not to work, py-jupyterlab_launcher attempts to
</span><span style='display:block; white-space:pre;color:#404040;'>    download and empty file (.tar.gz), which fails.
</span><span style='display:block; white-space:pre;color:#404040;'>    By moving the failure to pre-fetch, a clear reason is given.
</span>---
 python/py-jupyterlab_launcher/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-jupyterlab_launcher/Portfile b/python/py-jupyterlab_launcher/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2e3e5da..0ffa66f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-jupyterlab_launcher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-jupyterlab_launcher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +38,7 @@ if {${name} ne ${subport}} {
</span>                             size    19106
     } else {
         known_fail          yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        pre-configure {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        pre-fetch {
</span>             ui_error "Please do not install this port since it has been replaced by 'py-jupyterlab_server'."
             return -code error
         }
</pre><pre style='margin:0'>

</pre>