Skip to content
Permalink
Browse files

py-jupyterlab: fix dependencies for Python < 3.6

For Python < 3.6, a comparability version of py-jupyterlab is used,
which has different dependencies.
  • Loading branch information
MarcusCalhoun-Lopez committed Apr 20, 2019
1 parent a03b49f commit 90eeba1977a37126bf4c58ff598cbe0b5e68f475
Showing with 5 additions and 1 deletion.
  1. +5 −1 python/py-jupyterlab/Portfile
@@ -38,12 +38,16 @@ if {${name} ne ${subport}} {

if {${python.version} < 36} {
version 0.33.12
revision 0
revision 1
distname ${python.rootname}-${version}
checksums rmd160 4fe0074a1202cbc3833d1a85a3b8b9c5c97701c2 \
sha256 04a14b38b218c87731b519ff0f7e133b28a613ad944617ac7e07480d6a36eb5f \
size 9681748

depends_lib-replace port:py${python.version}-jupyterlab_server \
port:py${python.version}-jupyterlab_launcher
depends_lib-append port:py${python.version}-ipython_genutils

if {${python.version} eq 27} {
depends_lib-append port:py${python.version}-futures \
port:py${python.version}-subprocess32

0 comments on commit 90eeba1

Please sign in to comment.
You can’t perform that action at this time.