ruff: update to 0.6.8.

This commit is contained in:
icp 2024-09-20 11:59:21 +05:30 committed by classabbyamp
parent 53e7165968
commit dcb13f7e05
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'ruff' # Template file for 'ruff'
pkgname=ruff pkgname=ruff
version=0.6.5 version=0.6.8
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
build_helper="rust qemu" build_helper="rust qemu"
hostmakedepends="maturin cargo" hostmakedepends="maturin cargo pkg-config"
makedepends="rust-std" makedepends="rust-std libzstd-devel"
short_desc="Fast Python linter and code formatter" 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/${version}.tar.gz" distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/${version}.tar.gz"
checksum=ecca79da8acf4e1f234652fcb1fadef913392e66795b61db1c469c1e34b8fe49 checksum=27765b3018646745b064ea5734a4f1ba36dede3df3883dd5d150e8307e5d2149
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE