py-setupmeta: add 3.4.0 (#38589)

This commit is contained in:
Manuela Kuhn 2023-06-27 20:09:12 +02:00 committed by GitHub
parent 9ce075ed3d
commit 5388ab1ac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,8 @@ class PySetupmeta(PythonPackage):
homepage = "https://github.com/codrsquad/setupmeta"
pypi = "setupmeta/setupmeta-3.3.0.tar.gz"
version("3.4.0", sha256="f986a1d9c5b595a840d71d888950c7cc6bbb586b4145d04e7992501e280e07c3")
version("3.3.2", sha256="221463a64d2528ba558f14b087410e05a7ef0dab17d19004f124a262d6e007f5")
version("3.3.0", sha256="32914af4eeffb8bf1bd45057254d9dff4d16cb7ae857141e07698f7ac19dc960")
depends_on("python@2.7:", type=("build", "run"))
depends_on("py-setuptools", type=("build", "run"))