py-ruff: add v0.5.7 (#45660)

This commit is contained in:
Adam J. Stewart 2024-08-11 23:31:23 +02:00 committed by GitHub
parent 847d7bc87d
commit 7900d0b3db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,16 @@ class PyRuff(PythonPackage):
license("MIT")
maintainers("adamjstewart")
version("0.5.7", sha256="8dfc0a458797f5d9fb622dd0efc52d796f23f0a1493a9527f4e49a550ae9a7e5")
version("0.4.5", sha256="286eabd47e7d4d521d199cab84deca135557e6d1e0f0d01c29e757c3cb151b54")
version("0.4.0", sha256="7457308d9ebf00d6a1c9a26aa755e477787a636c90b823f91cd7d4bea9e89260")
version("0.3.7", sha256="d5c1aebee5162c2226784800ae031f660c350e7a3402c4d1f8ea4e97e232e3ba")
version("0.3.0", sha256="0886184ba2618d815067cf43e005388967b67ab9c80df52b32ec1152ab49f53a")
version("0.1.6", sha256="1b09f29b16c6ead5ea6b097ef2764b42372aebe363722f1605ecbcd2b9207184")
depends_on("py-maturin@1", type="build")
with default_args(type="build"):
depends_on("py-maturin@1")
# Found in Cargo.toml
depends_on("rust@1.71:", type="build")
# Found in Cargo.toml
depends_on("rust@1.76:", when="@0.5.6:")
depends_on("rust@1.71:")