ruff: update to 0.6.8.
This commit is contained in:
parent
53e7165968
commit
dcb13f7e05
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'ruff'
|
||||
pkgname=ruff
|
||||
version=0.6.5
|
||||
version=0.6.8
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
build_helper="rust qemu"
|
||||
hostmakedepends="maturin cargo"
|
||||
makedepends="rust-std"
|
||||
hostmakedepends="maturin cargo pkg-config"
|
||||
makedepends="rust-std libzstd-devel"
|
||||
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/${version}.tar.gz"
|
||||
checksum=ecca79da8acf4e1f234652fcb1fadef913392e66795b61db1c469c1e34b8fe49
|
||||
checksum=27765b3018646745b064ea5734a4f1ba36dede3df3883dd5d150e8307e5d2149
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue