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