py-cfgv: add 3.4.0 (#40465)

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

View File

@ -12,10 +12,13 @@ class PyCfgv(PythonPackage):
homepage = "https://github.com/asottile/cfgv/"
pypi = "cfgv/cfgv-2.0.1.tar.gz"
version("3.4.0", sha256="e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560")
version("3.3.1", sha256="f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736")
version("2.0.1", sha256="edb387943b665bf9c434f717bf630fa78aecd53d5900d2e05da6ad6048553144")
depends_on("python@3.8:", when="@3.4:", type=("build", "run"))
depends_on("python@3.6.1:", when="@3.1:", type=("build", "run"))
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
depends_on("py-setuptools", type="build")
# Historical dependencies
depends_on("py-six", when="@:2", type=("build", "run"))