Skip to content

Commit

Permalink
ruff: update to 0.6.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
icp1994 authored and classabbyamp committed Sep 29, 2024
1 parent 53e7165 commit dcb13f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/ruff/template
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dcb13f7

Please sign in to comment.