Add checksum for py-tables 3.7.0 (#33157)
* Add checksum for py-tables 3.7.0 * Update package.py * Update var/spack/repos/builtin/packages/py-tables/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
0835b69771
commit
c777380569
@ -13,6 +13,7 @@ class PyTables(PythonPackage):
|
||||
homepage = "https://www.pytables.org/"
|
||||
pypi = "tables/tables-3.6.1.tar.gz"
|
||||
|
||||
version("3.7.0", sha256="e92a887ad6f2a983e564a69902de4a7645c30069fc01abd353ec5da255c5e1fe")
|
||||
version("3.6.1", sha256="49a972b8a7c27a8a173aeb05f67acb45fe608b64cd8e9fa667c0962a60b71b49")
|
||||
version("3.6.0", sha256="db3488214864fb313a611fca68bf1c9019afe4e7877be54d0e61c84416603d4d")
|
||||
version("3.5.2", sha256="b220e32262bab320aa41d33125a7851ff898be97c0de30b456247508e2cc33c2")
|
||||
@ -25,15 +26,19 @@ class PyTables(PythonPackage):
|
||||
variant("lzo", default=False, description="Support for lzo compression")
|
||||
|
||||
# requirements.txt
|
||||
depends_on("python@3.6:", when="@3.7.0:", type=("build", "run"))
|
||||
depends_on("python@3.5:", when="@3.6.1:", type=("build", "run"))
|
||||
depends_on("python@3.4:", when="@3.6.0:", type=("build", "run"))
|
||||
depends_on("python@2.6:", type=("build", "run"))
|
||||
|
||||
depends_on("py-setuptools", type=("build", "run"))
|
||||
depends_on("py-setuptools@42.0:", when="@3.7.0:", type=("build", "run"))
|
||||
depends_on("py-cython@0.21:", type="build")
|
||||
depends_on("py-cython@0.29.21:", when="@3.7.0:", type="build")
|
||||
depends_on("py-numpy@1.9.3:", type=("build", "run"))
|
||||
depends_on("py-numexpr@2.6.2:", type=("build", "run"))
|
||||
depends_on("py-six@1.9.0:", when="@:3.5", type=("build", "run"))
|
||||
depends_on("py-packaging", when="@3.7.0:", type=("build", "run"))
|
||||
# tables/req_versions.py
|
||||
depends_on("hdf5@1.8.4:1.8", when="@:3.3")
|
||||
depends_on("hdf5@1.8.4:", when="@3.4.0:")
|
||||
|
Loading…
Reference in New Issue
Block a user