python3-click: update to 8.2.0.

This commit is contained in:
Gonzalo Tornaría 2025-05-05 12:18:52 -03:00 committed by Andrew J. Hesford
parent 9cfdf0d6cf
commit 77eddc4f09

View file

@ -1,19 +1,19 @@
# Template file for 'python3-click' # Template file for 'python3-click'
pkgname=python3-click pkgname=python3-click
version=8.1.7 version=8.2.0
revision=3 revision=1
build_style="python3-module" build_style="python3-pep517"
hostmakedepends="python3-setuptools" hostmakedepends="python3-flit_core"
depends="python3" depends="python3"
checkdepends="python3-pytest" checkdepends="python3-pytest less"
short_desc="Python3 package for creating beautiful command line interfaces" short_desc="Python3 package for creating beautiful command line interfaces"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" 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=ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de checksum=f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d
post_install() { post_install() {
vlicense LICENSE.rst vlicense LICENSE.txt
} }