py-pybids: add 0.16.3 (#40486)

This commit is contained in:
Manuela Kuhn 2023-10-14 20:05:36 +02:00 committed by GitHub
parent 8dde74854a
commit 2ad9470670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyPybids(PythonPackage):
homepage = "https://github.com/bids-standard/pybids"
pypi = "pybids/pybids-0.13.1.tar.gz"
version("0.16.3", sha256="10e279350c8d14ca602c0d4469a5e4bf7ff393e8643c831a546ae735b6b82cc3")
version("0.16.1", sha256="1a6ab06d375f3b783e738826e6d220b2f4145419b4b02f4edbcc8cb7c9b2208a")
version("0.15.3", sha256="4d99c979bc4bc209cff70a02d1da309c9bf8c6b0338e2a0b66ebea77c7f3c461")
version("0.15.1", sha256="0253507a04dbfea43eb1f75a1f71aab04be21076bfe96c004888000b802e38f2")
@ -22,7 +23,6 @@ class PyPybids(PythonPackage):
version("0.8.0", sha256="fe60fa7d1e171e75a38a04220ed992f1b062531a7452fcb7ce5ba81bb6abfdbc")
depends_on("python@3.8:", when="@0.16:", type=("build", "run"))
depends_on("python@3.7:", when="@0.15:", type=("build", "run"))
depends_on("py-setuptools", when="@0.15.6:", type="build")
depends_on("py-setuptools@30.3:60,61.0.1:", when="@:0.15.5", type="build")
depends_on("py-versioneer+toml", when="@0.15.6:", type="build")