python3-click: update to 8.2.1

This commit is contained in:
Mateusz Sylwestrzak 2025-06-25 13:17:09 +02:00 committed by Duncan Overbruck
parent 9d61e23b63
commit b1b0c2ef30

View file

@ -1,6 +1,6 @@
# Template file for 'python3-click' # Template file for 'python3-click'
pkgname=python3-click pkgname=python3-click
version=8.2.0 version=8.2.1
revision=1 revision=1
build_style="python3-pep517" build_style="python3-pep517"
hostmakedepends="python3-flit_core" hostmakedepends="python3-flit_core"
@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://palletsprojects.com/p/click/" homepage="https://palletsprojects.com/p/click/"
changelog="https://raw.githubusercontent.com/pallets/click/main/CHANGES.rst" changelog="https://raw.githubusercontent.com/pallets/click/main/CHANGES.rst"
distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz" distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz"
checksum=f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d checksum=27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt