Add checksum for py-soupsieve 2.3.2.post1 (#32980)

* Add checksum for py-soupsieve 2.3.2.post1

* Update package.py

* Update var/spack/repos/builtin/packages/py-soupsieve/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
iarspider 2022-10-06 10:53:58 +02:00 committed by GitHub
parent 1f5729644b
commit 96daaa359d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,15 @@ class PySoupsieve(PythonPackage):
homepage = "https://github.com/facelessuser/soupsieve"
pypi = "soupsieve/soupsieve-1.9.3.tar.gz"
version(
"2.3.2.post1", sha256="fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"
)
version("2.2.1", sha256="052774848f448cf19c7e959adf5566904d525f33a3f8b6ba6f6f8f26ec7de0cc")
version("1.9.6", sha256="7985bacc98c34923a439967c1a602dc4f1e15f923b6fcf02344184f86cc7efaa")
version("1.9.3", sha256="8662843366b8d8779dec4e2f921bebec9afd856a5ff2e82cd419acc5054a1a92")
depends_on("python@3.6:", when="@2.2:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-setuptools@42:", when="@2.2:", type="build")
depends_on("py-setuptools", when="@:2.1", type="build")
depends_on("py-setuptools@42:", when="@2.2", type="build")
depends_on("py-hatchling@0.21.1:", when="@2.3.2:", type="build")
depends_on("py-backports-functools-lru-cache", when="^python@:2", type=("build", "run"))