ruff: update to 0.7.0.

This commit is contained in:
icp 2024-10-20 14:26:51 +05:30 committed by Leah Neukirchen
parent 796fc97b30
commit 4e8bdce769

View file

@ -1,6 +1,6 @@
# Template file for 'ruff' # Template file for 'ruff'
pkgname=ruff pkgname=ruff
version=0.6.8 version=0.7.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
build_helper="rust qemu" build_helper="rust qemu"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://docs.astral.sh/ruff/" homepage="https://docs.astral.sh/ruff/"
changelog="https://raw.githubusercontent.com/astral-sh/ruff/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/astral-sh/ruff/main/CHANGELOG.md"
distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/${version}.tar.gz"
checksum=27765b3018646745b064ea5734a4f1ba36dede3df3883dd5d150e8307e5d2149 checksum=1bb27c8b7da3d2d2a676c677692f9a527d5fa5697a52c0515f9662f735449293
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE