ruff: update to 0.3.7.

This commit is contained in:
icp 2024-04-12 13:04:51 +05:30 committed by classabbyamp
parent 73b06ef659
commit 96f59da000

View file

@ -1,18 +1,18 @@
# Template file for 'ruff' # Template file for 'ruff'
pkgname=ruff pkgname=ruff
version=0.3.5 version=0.3.7
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
build_helper="rust" build_helper="rust"
hostmakedepends="maturin cargo" hostmakedepends="maturin cargo"
makedepends="rust-std" makedepends="rust-std"
short_desc="Extremely fast Python linter, written in Rust" short_desc="Fast Python linter and code formatter"
maintainer="icp <pangolin@vivaldi.net>" maintainer="icp <pangolin@vivaldi.net>"
license="MIT" 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/v${version}.tar.gz" distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/v${version}.tar.gz"
checksum=44ec048e84335eaafb435c50edec83dbd1cd818fad4fe41d9c6e12a9837f0484 checksum=3adb76aebeb24c2358f51183fbe7a981e0d45c11af2afce6ca67f985dab3b900
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE