summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-nbformat/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-nbformat/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-nbformat/package.py38
1 files changed, 19 insertions, 19 deletions
diff --git a/var/spack/repos/builtin/packages/py-nbformat/package.py b/var/spack/repos/builtin/packages/py-nbformat/package.py
index 03a2db7b4a..62037bc0af 100644
--- a/var/spack/repos/builtin/packages/py-nbformat/package.py
+++ b/var/spack/repos/builtin/packages/py-nbformat/package.py
@@ -13,23 +13,23 @@ class PyNbformat(PythonPackage):
homepage = "https://github.com/jupyter/nbformat"
pypi = "nbformat/nbformat-5.0.7.tar.gz"
- version('5.4.0', sha256='44ba5ca6acb80c5d5a500f1e5b83ede8cbe364d5a495c4c8cf60aaf1ba656501')
- version('5.1.3', sha256='b516788ad70771c6250977c1374fcca6edebe6126fd2adb5a69aa5c2356fd1c8')
- version('5.0.7', sha256='54d4d6354835a936bad7e8182dcd003ca3dc0cedfee5a306090e04854343b340')
- version('4.4.0', sha256='f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402')
- version('4.1.0', sha256='dbf6c0ed0cb7c5a7184536368f1dd1ada2d48fd6f016e0f9e9b69236e28c0857')
- version('4.0.1', sha256='5261c957589b9dfcd387c338d59375162ba9ca82c69e378961a1f4e641285db5')
- version('4.0.0', sha256='daf9b990e96863d120aff123361156a316757757b81a8070eb6945e4a9774b2d')
+ version("5.4.0", sha256="44ba5ca6acb80c5d5a500f1e5b83ede8cbe364d5a495c4c8cf60aaf1ba656501")
+ version("5.1.3", sha256="b516788ad70771c6250977c1374fcca6edebe6126fd2adb5a69aa5c2356fd1c8")
+ version("5.0.7", sha256="54d4d6354835a936bad7e8182dcd003ca3dc0cedfee5a306090e04854343b340")
+ version("4.4.0", sha256="f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402")
+ version("4.1.0", sha256="dbf6c0ed0cb7c5a7184536368f1dd1ada2d48fd6f016e0f9e9b69236e28c0857")
+ version("4.0.1", sha256="5261c957589b9dfcd387c338d59375162ba9ca82c69e378961a1f4e641285db5")
+ version("4.0.0", sha256="daf9b990e96863d120aff123361156a316757757b81a8070eb6945e4a9774b2d")
- depends_on('python@3.7:', when='@5.2:', type=('build', 'run'))
- depends_on('python@3.5:', when='@5:', type=('build', 'run'))
- depends_on('python@2.7:2.8,3.3:', when='@:4', type=('build', 'run'))
- depends_on('py-setuptools@60:', when='@5.3:', type='build')
- depends_on('py-setuptools', type='build')
- depends_on('py-ipython-genutils', when='@:5.1', type=('build', 'run'))
- depends_on('py-traitlets@5.1:', when='@5.4:', type=('build', 'run'))
- depends_on('py-traitlets@4.1:', type=('build', 'run'))
- depends_on('py-jsonschema@2.6:', when='@5.3:', type=('build', 'run'))
- depends_on('py-jsonschema@2.4.0:2.4,2.5.1:', type=('build', 'run'))
- depends_on('py-jupyter-core', type=('build', 'run'))
- depends_on('py-fastjsonschema', when='@5.3:', type=('build', 'run'))
+ depends_on("python@3.7:", when="@5.2:", type=("build", "run"))
+ depends_on("python@3.5:", when="@5:", type=("build", "run"))
+ depends_on("python@2.7:2.8,3.3:", when="@:4", type=("build", "run"))
+ depends_on("py-setuptools@60:", when="@5.3:", type="build")
+ depends_on("py-setuptools", type="build")
+ depends_on("py-ipython-genutils", when="@:5.1", type=("build", "run"))
+ depends_on("py-traitlets@5.1:", when="@5.4:", type=("build", "run"))
+ depends_on("py-traitlets@4.1:", type=("build", "run"))
+ depends_on("py-jsonschema@2.6:", when="@5.3:", type=("build", "run"))
+ depends_on("py-jsonschema@2.4.0:2.4,2.5.1:", type=("build", "run"))
+ depends_on("py-jupyter-core", type=("build", "run"))
+ depends_on("py-fastjsonschema", when="@5.3:", type=("build", "run"))