summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-numpydoc/package.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/py-numpydoc/package.py b/var/spack/repos/builtin/packages/py-numpydoc/package.py
index 93854c9b3c..2c3a2f42e2 100644
--- a/var/spack/repos/builtin/packages/py-numpydoc/package.py
+++ b/var/spack/repos/builtin/packages/py-numpydoc/package.py
@@ -12,12 +12,13 @@ class PyNumpydoc(PythonPackage):
homepage = "https://github.com/numpy/numpydoc"
pypi = "numpydoc/numpydoc-0.6.0.tar.gz"
+ version("1.5.0", sha256="b0db7b75a32367a0e25c23b397842c65e344a1206524d16c8069f0a1c91b5f4c")
version("1.1.0", sha256="c36fd6cb7ffdc9b4e165a43f67bf6271a7b024d0bb6b00ac468c9e2bfc76448e")
version("0.6.0", sha256="1ec573e91f6d868a9940d90a6599f3e834a2d6c064030fbe078d922ee21dcfa1")
- depends_on("python@2.6:2.8,3.3:", when="@0.6.0")
- depends_on("python@3.5:", when="@1.1.0")
depends_on("py-setuptools", type="build")
- depends_on("py-sphinx@1.0.1:1.6.7", type="build", when="@0.6.0")
- depends_on("py-sphinx@1.6.5:", type="build", when="@1.1.0")
- depends_on("py-jinja2@2.3:", type="build", when="@1.1.0")
+ depends_on("py-sphinx@4.2:", when="@1.5:", type=("build", "run"))
+ depends_on("py-sphinx@1.6.5:", when="@1.1.0", type=("build", "run"))
+ depends_on("py-sphinx@1.0.1:1.6.7", when="@0.6.0", type=("build", "run"))
+ depends_on("py-jinja2@2.10:", when="@1.3.0:", type=("build", "run"))
+ depends_on("py-jinja2@2.3:", when="@1.1.0", type=("build", "run"))