py-datalad-container: add 1.2.0 (#38000)
This commit is contained in:
parent
0533c6a1b8
commit
f88b01c34b
1 changed files with 6 additions and 3 deletions
|
@ -12,12 +12,15 @@ class PyDataladContainer(PythonPackage):
|
|||
homepage = "https://github.com/datalad/datalad-container/"
|
||||
pypi = "datalad_container/datalad_container-1.1.5.tar.gz"
|
||||
|
||||
version("1.2.0", sha256="35239a7a00a7fec98828ef78f929d16047349ef0e921c8be9cf933ff845aece6")
|
||||
version("1.1.7", sha256="02574c1d3d1e83c8ef3ab75b6a3523ce5acc870b0b79af12ae433ac140c5cb16")
|
||||
version("1.1.5", sha256="f6099a0124ddb2f021531d5020a583eca3cd9243e4e609b0f58e3f72e779b601")
|
||||
|
||||
depends_on("python@3.7:", when="@1.1.6:", type="build")
|
||||
depends_on("py-setuptools@43:", when="@1.1.6:", type="build")
|
||||
depends_on("py-setuptools", type="build")
|
||||
|
||||
depends_on("py-datalad@0.13:", type="run")
|
||||
depends_on("py-requests@1.2:", type="run")
|
||||
depends_on("py-datalad@0.18:", when="@1.1.9:", type=("build", "run"))
|
||||
depends_on("py-datalad@0.13:", type=("build", "run"))
|
||||
depends_on("py-requests@1.2:", type=("build", "run"))
|
||||
|
||||
depends_on("py-pytest", type=("test"))
|
||||
|
|
Loading…
Reference in a new issue