summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2020-09-15 00:20:15 -0500
committerGitHub <noreply@github.com>2020-09-15 07:20:15 +0200
commit77d20906c02769af8823042562c177bd696186f8 (patch)
treee6195f704253ecf33273cbf2bbd140e20771d7e2 /var
parent682223f1f4a430c08c691190e46f4a93ab7258df (diff)
downloadspack-77d20906c02769af8823042562c177bd696186f8.tar.gz
spack-77d20906c02769af8823042562c177bd696186f8.tar.bz2
spack-77d20906c02769af8823042562c177bd696186f8.tar.xz
spack-77d20906c02769af8823042562c177bd696186f8.zip
py-jupyterlab: added v2.2.7 (#18635)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-jupyterlab/package.py15
1 files changed, 6 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/py-jupyterlab/package.py b/var/spack/repos/builtin/packages/py-jupyterlab/package.py
index d1ae7844ea..f19c1b8174 100644
--- a/var/spack/repos/builtin/packages/py-jupyterlab/package.py
+++ b/var/spack/repos/builtin/packages/py-jupyterlab/package.py
@@ -3,26 +3,23 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
-from spack import *
-
class PyJupyterlab(PythonPackage):
"""JupyterLab is the next-generation web-based user interface
for Project Jupyter."""
homepage = "https://jupyterlab.readthedocs.io/"
- url = "https://pypi.io/packages/source/j/jupyterlab/jupyterlab-2.1.0.tar.gz"
+ url = "https://pypi.io/packages/source/j/jupyterlab/jupyterlab-2.2.7.tar.gz"
+ version('2.2.7', sha256='a72ffd0d919cba03a5ef8422bc92c3332a957ff97b0490494209c83ad93826da')
version('2.1.0', sha256='8c239aababf5baa0b3d36e375fddeb9fd96f3a9a24a8cda098d6a414f5bbdc81')
- depends_on('python@3:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
-
+ depends_on('python@3.5:', type=('build', 'run'))
+ depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-notebook@4.3.1:', type=('build', 'run'))
- depends_on('py-tornado@6.0.3:', type=('build', 'run'))
- depends_on('py-jupyterlab-server@1.1.0:', type=('build', 'run'))
+ depends_on('py-tornado@:5,6.0.3:', type=('build', 'run'))
+ depends_on('py-jupyterlab-server@1.1.5:1.999', type=('build', 'run'))
depends_on('py-jinja2@2.10:', type=('build', 'run'))
-
depends_on('py-pytest', type='test')
depends_on('py-pytest-check-links', type='test')
depends_on('py-requests', type='test')