py-cloudpickle: new version 3.0.0 (switch to flit-core) (#44324)

This commit is contained in:
Wouter Deconinck 2024-05-23 00:40:16 -05:00 committed by GitHub
parent 7e5ce3ba48
commit 27b90e38db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,8 @@ class PyCloudpickle(PythonPackage):
license("BSD-3-Clause")
version("3.0.0", sha256="996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882")
version("2.2.1", sha256="d89684b8de9e34a2a43b3460fbca07d09d6e25ce858df4d5a44240403b6178f5")
version("2.2.0", sha256="3f4219469c55453cfe4737e564b67c2a149109dabf7f242478948b895f61106f")
version("1.6.0", sha256="9bc994f9e9447593bd0a45371f0e7ac7333710fcf64a4eb9834bf149f4ef2f32")
version("1.2.1", sha256="603244e0f552b72a267d47a7d9b347b27a3430f58a0536037a290e7e0e212ecf")
@ -22,4 +24,6 @@ class PyCloudpickle(PythonPackage):
depends_on("python@3.5:", type=("build", "run"), when="@1.6.0:")
depends_on("python@3.6:", type=("build", "run"), when="@2.2.0:")
depends_on("py-setuptools", type="build")
depends_on("python@3.8:", type=("build", "run"), when="@3:")
depends_on("py-setuptools", type="build", when="@:2")
depends_on("py-flit-core", type="build", when="@3:")