void-packages/srcpkgs/ruff/template
Zyrtula 7ac66a5406
ruff: update to 0.5.0.
Closes: #50922 [via git-merge-pr]
2024-07-02 02:52:15 -04:00

19 lines
585 B
Bash

# Template file for 'ruff'
pkgname=ruff
version=0.5.0
revision=1
build_style=python3-pep517
build_helper="rust"
hostmakedepends="maturin cargo"
makedepends="rust-std"
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=d82f44f45fc310345cb7d4ce3fc5c9a39556515062002804bb4ae9f6e191c2b2
post_install() {
vlicense LICENSE
}