summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2023-10-14 19:56:14 +0200
committerGitHub <noreply@github.com>2023-10-14 12:56:14 -0500
commit0989cb8866b01d2218296280f7f9ae31bf9a4ca0 (patch)
tree06b10cf2d61975051fe018bf2ed461915ba4daa1
parentb536260eb5c875447c2c45419e7025b98d19aaf5 (diff)
downloadspack-0989cb8866b01d2218296280f7f9ae31bf9a4ca0.tar.gz
spack-0989cb8866b01d2218296280f7f9ae31bf9a4ca0.tar.bz2
spack-0989cb8866b01d2218296280f7f9ae31bf9a4ca0.tar.xz
spack-0989cb8866b01d2218296280f7f9ae31bf9a4ca0.zip
py-click: add 8.1.7 (#40473)
-rw-r--r--var/spack/repos/builtin/packages/py-click/package.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/py-click/package.py b/var/spack/repos/builtin/packages/py-click/package.py
index d5830049ea..e32256b016 100644
--- a/var/spack/repos/builtin/packages/py-click/package.py
+++ b/var/spack/repos/builtin/packages/py-click/package.py
@@ -11,8 +11,9 @@ class PyClick(PythonPackage):
homepage = "https://click.palletsprojects.com"
pypi = "click/click-7.1.2.tar.gz"
- git = "https://github.com/pallets/click/"
+ git = "https://github.com/pallets/click.git"
+ version("8.1.7", sha256="ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de")
version("8.1.3", sha256="7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e")
version("8.0.3", sha256="410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b")
version("8.0.1", sha256="8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a")
@@ -24,9 +25,6 @@ class PyClick(PythonPackage):
)
version("6.6", sha256="cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9")
- depends_on("python@3.7:", when="@8.1:", type=("build", "run"))
- depends_on("python@3.6:", when="@8:", type=("build", "run"))
- depends_on("python@2.7:2.8,3.5:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-importlib-metadata", when="@8: ^python@:3.7", type=("build", "run"))