diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template index 507938e9182..8e2df4c0c54 100644 --- a/srcpkgs/python3-click/template +++ b/srcpkgs/python3-click/template @@ -1,19 +1,19 @@ # Template file for 'python3-click' pkgname=python3-click -version=8.1.7 -revision=3 -build_style="python3-module" -hostmakedepends="python3-setuptools" +version=8.2.0 +revision=1 +build_style="python3-pep517" +hostmakedepends="python3-flit_core" depends="python3" -checkdepends="python3-pytest" +checkdepends="python3-pytest less" short_desc="Python3 package for creating beautiful command line interfaces" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://palletsprojects.com/p/click/" changelog="https://raw.githubusercontent.com/pallets/click/main/CHANGES.rst" distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz" -checksum=ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de +checksum=f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d post_install() { - vlicense LICENSE.rst + vlicense LICENSE.txt }