python-click: update to 7.1.2.

This commit is contained in:
Adam Beckmeyer 2020-06-23 11:04:46 -04:00 committed by Piraty
parent 05789c7adf
commit 94e6e2e306

View file

@ -1,19 +1,18 @@
# Template file for 'python-click' # Template file for 'python-click'
pkgname=python-click pkgname=python-click
version=7.0 version=7.1.2
revision=2 revision=1
archs=noarch archs=noarch
wrksrc="Click-${version}" wrksrc="click-${version}"
build_style="python-module" build_style="python-module"
pycompile_module="click"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python"
short_desc="Python2 package for creating beautiful command line interfaces" short_desc="Python2 package for creating beautiful command line interfaces"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>" maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="http://click.pocoo.org/" homepage="http://click.pocoo.org/"
distfiles="${PYPI_SITE}/C/Click/Click-${version}.tar.gz" distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz"
checksum=5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7 checksum=d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a
post_install() { post_install() {
vlicense LICENSE.rst vlicense LICENSE.rst
@ -21,7 +20,6 @@ post_install() {
python3-click_package() { python3-click_package() {
archs=noarch archs=noarch
pycompile_module="click"
depends="python3" depends="python3"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {