Add py-jupyter package (#14035)
This commit is contained in:
parent
db1026cb62
commit
0a1d2a45f4
22
var/spack/repos/builtin/packages/py-jupyter/package.py
Normal file
22
var/spack/repos/builtin/packages/py-jupyter/package.py
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
|
||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
from spack import *
|
||||
|
||||
|
||||
class PyJupyter(PythonPackage):
|
||||
"""Jupyter metapackage. Install all the Jupyter components in one go."""
|
||||
|
||||
homepage = "https://jupyter.org/"
|
||||
url = "https://pypi.io/packages/source/j/jupyter/jupyter-1.0.0.tar.gz"
|
||||
|
||||
version('1.0.0', sha256='d9dc4b3318f310e34c82951ea5d6683f67bed7def4b259fafbfe4f1beb1d8e5f')
|
||||
|
||||
depends_on('py-notebook', type=('build', 'run'))
|
||||
depends_on('py-qtconsole', type=('build', 'run'))
|
||||
depends_on('py-jupyter-console', type=('build', 'run'))
|
||||
depends_on('py-nbconvert', type=('build', 'run'))
|
||||
depends_on('py-ipykernel', type=('build', 'run'))
|
||||
depends_on('py-ipywidgets', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user