summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeague Sterling <teaguesterling@users.noreply.github.com>2024-06-06 02:15:22 -0700
committerGitHub <noreply@github.com>2024-06-06 11:15:22 +0200
commit357ee1c632808c4ab8cccc81a826bc14b56370c0 (patch)
tree6778d1021dd3c0db268c9900aca87965049ccae4
parentcb0a3eaadee52d4bc3bd4eb1431f3734253aaffb (diff)
downloadspack-357ee1c632808c4ab8cccc81a826bc14b56370c0.tar.gz
spack-357ee1c632808c4ab8cccc81a826bc14b56370c0.tar.bz2
spack-357ee1c632808c4ab8cccc81a826bc14b56370c0.tar.xz
spack-357ee1c632808c4ab8cccc81a826bc14b56370c0.zip
py-uvloop: add v0.17.0,v0.18.0,v0.19.0 (#44513)
-rw-r--r--var/spack/repos/builtin/packages/py-uvloop/package.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-uvloop/package.py b/var/spack/repos/builtin/packages/py-uvloop/package.py
index 10c875940c..f47129425c 100644
--- a/var/spack/repos/builtin/packages/py-uvloop/package.py
+++ b/var/spack/repos/builtin/packages/py-uvloop/package.py
@@ -14,9 +14,17 @@ class PyUvloop(PythonPackage):
license("Apache-2.0")
+ version("0.19.0", sha256="0246f4fd1bf2bf702e06b0d45ee91677ee5c31242f39aab4ea6fe0c51aedd0fd")
+ version("0.18.0", sha256="d5d1135beffe9cd95d0350f19e2716bc38be47d5df296d7cc46e3b7557c0d1ff")
+ version("0.17.0", sha256="0ddf6baf9cf11a1a22c71487f39f15b2cf78eb5bde7e5b45fbb99e8a9d91b9e1")
version("0.16.0", sha256="f74bc20c7b67d1c27c72601c78cf95be99d5c2cdd4514502b4f3eb0933ff1228")
version("0.14.0", sha256="123ac9c0c7dd71464f58f1b4ee0bbd81285d96cdda8bc3519281b8973e3a461e")
+ depends_on("python@3.8:", when="@0.19:", type=("build", "run"))
depends_on("python@3.7:", when="@0.15:", type=("build", "run"))
depends_on("python@3.5:", type=("build", "run"))
- depends_on("py-setuptools", type="build")
+
+ with default_args(type="build"):
+ depends_on("py-setuptools")
+ depends_on("py-setuptools@60:", when="@0.18:")
+ depends_on("py-cython@0.29.36:0.29", when="@0.17:") # May have been required for 0.16: