ruff: update to 0.3.7.
This commit is contained in:
parent
73b06ef659
commit
96f59da000
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'ruff'
|
||||
pkgname=ruff
|
||||
version=0.3.5
|
||||
version=0.3.7
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
build_helper="rust"
|
||||
hostmakedepends="maturin cargo"
|
||||
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>"
|
||||
license="MIT"
|
||||
homepage="https://docs.astral.sh/ruff/"
|
||||
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"
|
||||
checksum=44ec048e84335eaafb435c50edec83dbd1cd818fad4fe41d9c6e12a9837f0484
|
||||
checksum=3adb76aebeb24c2358f51183fbe7a981e0d45c11af2afce6ca67f985dab3b900
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue