py-joblib: add 1.2.0 (#32926)
This commit is contained in:
parent
8b2ed09832
commit
918de81f5a
@ -11,17 +11,13 @@ class PyJoblib(PythonPackage):
|
||||
|
||||
homepage = "https://joblib.readthedocs.io/"
|
||||
pypi = "joblib/joblib-0.14.0.tar.gz"
|
||||
git = "https://github.com/joblib/joblib"
|
||||
|
||||
# 'joblib.test' requires 'pytest'. Leave out of 'import_modules' to avoid
|
||||
# unnecessary dependencies.
|
||||
import_modules = [
|
||||
"joblib",
|
||||
"joblib.externals",
|
||||
"joblib.externals.cloudpickle",
|
||||
"joblib.externals.loky",
|
||||
"joblib.externals.loky.backend",
|
||||
]
|
||||
skip_modules = ["joblib.test"]
|
||||
|
||||
version("1.2.0", sha256="e1cee4a79e4af22881164f218d4311f60074197fb707e082e803b61f6d137018")
|
||||
version("1.1.0", sha256="4158fcecd13733f8be669be0683b96ebdbbd38d23559f54dca7205aea1bf1e35")
|
||||
version("1.0.1", sha256="9c17567692206d2f3fb9ecf5e991084254fe631665c450b443761c4186a613f7")
|
||||
version("1.0.0", sha256="7ad866067ac1fdec27d51c8678ea760601b70e32ff1881d4dc8e1171f2b64b24")
|
||||
@ -37,6 +33,7 @@ class PyJoblib(PythonPackage):
|
||||
version("0.10.2", sha256="3123553bdad83b143428033537c9e1939caf4a4d8813dade6a2246948c94494b")
|
||||
version("0.10.0", sha256="49b3a0ba956eaa2f077e1ebd230b3c8d7b98afc67520207ada20a4d8b8efd071")
|
||||
|
||||
depends_on("python@3.7:", when="@1.2:", type=("build", "run"))
|
||||
depends_on("python@3.6:", when="@0.15:", type=("build", "run"))
|
||||
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
|
||||
depends_on("py-setuptools", type=("build", "run"))
|
||||
|
Loading…
Reference in New Issue
Block a user