py-aioitertools: add v0.11.0 (#36540)
* py-aioitertools: add v0.11.0 * Update var/spack/repos/builtin/packages/py-aioitertools/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update package.py --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
46bbce1922
commit
a6a364d3b8
1 changed files with 3 additions and 1 deletions
|
@ -14,8 +14,10 @@ class PyAioitertools(PythonPackage):
|
||||||
homepage = "https://aioitertools.omnilib.dev/en/stable/"
|
homepage = "https://aioitertools.omnilib.dev/en/stable/"
|
||||||
pypi = "aioitertools/aioitertools-0.7.1.tar.gz"
|
pypi = "aioitertools/aioitertools-0.7.1.tar.gz"
|
||||||
|
|
||||||
|
version("0.11.0", sha256="42c68b8dd3a69c2bf7f2233bf7df4bb58b557bca5252ac02ed5187bbc67d6831")
|
||||||
version("0.7.1", sha256="54a56c7cf3b5290d1cb5e8974353c9f52c677612b5d69a859369a020c53414a3")
|
version("0.7.1", sha256="54a56c7cf3b5290d1cb5e8974353c9f52c677612b5d69a859369a020c53414a3")
|
||||||
|
|
||||||
depends_on("python@3.6:", type=("build", "run"))
|
depends_on("python@3.6:", type=("build", "run"))
|
||||||
depends_on("py-flit-core@2:3", type="build")
|
depends_on("py-flit-core@2:3", type="build")
|
||||||
depends_on("py-typing-extensions@3.7:", type=("build", "run"))
|
depends_on("py-typing-extensions@3.7:", when="@0.7.1", type=("build", "run"))
|
||||||
|
depends_on("py-typing-extensions@4:", when="@0.11.0: ^python@:3.9", type=("build", "run"))
|
||||||
|
|
Loading…
Reference in a new issue