py-distro: add 1.7.0 (#32813)

This commit is contained in:
Manuela Kuhn 2022-09-26 17:34:43 +02:00 committed by GitHub
parent 3aa93ca79d
commit 07157306b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,9 @@ class PyDistro(PythonPackage):
homepage = "https://github.com/nir0s/distro"
pypi = "distro/distro-1.5.0.tar.gz"
version("1.7.0", sha256="151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39")
version("1.6.0", sha256="83f5e5a09f9c5f68f60173de572930effbcc0287bb84fdc4426cb4168c088424")
version("1.5.0", sha256="0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92")
depends_on("python@3.6:", when="@1.7:", type=("build", "run"))
depends_on("py-setuptools", type="build")