py-soupsieve: add 2.4.1 (#38929)
This commit is contained in:
parent
a468ca402e
commit
3bcd1a6c0e
@ -12,6 +12,7 @@ class PySoupsieve(PythonPackage):
|
||||
homepage = "https://github.com/facelessuser/soupsieve"
|
||||
pypi = "soupsieve/soupsieve-1.9.3.tar.gz"
|
||||
|
||||
version("2.4.1", sha256="89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea")
|
||||
version(
|
||||
"2.3.2.post1", sha256="fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"
|
||||
)
|
||||
@ -19,7 +20,8 @@ class PySoupsieve(PythonPackage):
|
||||
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", 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")
|
||||
|
||||
# Historical dependencies
|
||||
depends_on("py-setuptools@42:", when="@2.2", type="build")
|
||||
depends_on("py-setuptools", when="@:2.1", type="build")
|
||||
|
Loading…
Reference in New Issue
Block a user