pre-commit: update to 2.20.0.
This commit is contained in:
parent
dd54e2290c
commit
37c5603717
1 changed files with 5 additions and 3 deletions
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'pre-commit'
|
||||
pkgname=pre-commit
|
||||
version=2.18.1
|
||||
version=2.20.0
|
||||
revision=1
|
||||
wrksrc="pre_commit-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="nodeenv python3-cfgv python3-identify python3-yaml python3-toml"
|
||||
depends="nodeenv python3-cfgv python3-identify python3-yaml
|
||||
python3-toml python3-virtualenv"
|
||||
short_desc="Framework for multi-language pre-commit hooks"
|
||||
maintainer="Joseph Benden <joe@benden.us>"
|
||||
license="MIT"
|
||||
homepage="https://pre-commit.com/"
|
||||
changelog="https://raw.githubusercontent.com/pre-commit/pre-commit/main/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/p/pre-commit/pre_commit-${version}.tar.gz"
|
||||
checksum=5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10
|
||||
checksum=a978dac7bc9ec0bcee55c18a277d553b0f419d259dadb4b9418ff2d00eb43959
|
||||
make_check=no # No tests available
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue