Add checksum for py-threadpoolctl 3.1.0 (#33012)
* Add checksum for py-threadpoolctl 3.1.0 * Update package.py
This commit is contained in:
parent
143faeee0e
commit
5b45ffb353
1 changed files with 4 additions and 2 deletions
|
@ -15,9 +15,11 @@ class PyThreadpoolctl(PythonPackage):
|
||||||
homepage = "https://github.com/joblib/threadpoolctl"
|
homepage = "https://github.com/joblib/threadpoolctl"
|
||||||
pypi = "threadpoolctl/threadpoolctl-2.0.0.tar.gz"
|
pypi = "threadpoolctl/threadpoolctl-2.0.0.tar.gz"
|
||||||
|
|
||||||
|
version("3.1.0", sha256="a335baacfaa4400ae1f0d8e3a58d6674d2f8828e3716bb2802c44955ad391380")
|
||||||
version("3.0.0", sha256="d03115321233d0be715f0d3a5ad1d6c065fe425ddc2d671ca8e45e9fd5d7a52a")
|
version("3.0.0", sha256="d03115321233d0be715f0d3a5ad1d6c065fe425ddc2d671ca8e45e9fd5d7a52a")
|
||||||
version("2.0.0", sha256="48b3e3e9ee079d6b5295c65cbe255b36a3026afc6dde3fb49c085cd0c004bbcf")
|
version("2.0.0", sha256="48b3e3e9ee079d6b5295c65cbe255b36a3026afc6dde3fb49c085cd0c004bbcf")
|
||||||
|
|
||||||
depends_on("python@3.5:", type=("build", "run"))
|
depends_on("python@3.5:", type=("build", "run"))
|
||||||
depends_on("python@3.6:", type=("build", "run"), when="@3.0.0:")
|
depends_on("python@3.6:", when="@3.0.0:", type=("build", "run"))
|
||||||
depends_on("py-flit", type="build")
|
depends_on("py-flit", when="@:3.0.0", type="build")
|
||||||
|
depends_on("py-flit-core", when="@3.1.0:", type="build")
|
||||||
|
|
Loading…
Reference in a new issue