From 88f7af3dd0e7872ae27b3b048a4aed6622443eb2 Mon Sep 17 00:00:00 2001 From: xaltsc <41400742+xaltsc@users.noreply.github.com> Date: Sat, 6 Apr 2019 01:29:13 +0200 Subject: [PATCH] python-click: update to 7.0. --- srcpkgs/python-click/template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python-click/template b/srcpkgs/python-click/template index 60e56df1cd8..217e617e73e 100644 --- a/srcpkgs/python-click/template +++ b/srcpkgs/python-click/template @@ -1,22 +1,22 @@ # Template file for 'python-click' pkgname=python-click -version=6.7 -revision=2 +version=7.0 +revision=1 archs=noarch -wrksrc="click-${version}" +wrksrc="Click-${version}" build_style="python-module" +pycompile_module="click" hostmakedepends="python-setuptools python3-setuptools" depends="python" -pycompile_module="click" short_desc="Python2 package for creating beautiful command line interfaces" maintainer="Oliver Kiddle " -license="3-clause-BSD" +license="BSD-3-Clause" homepage="http://click.pocoo.org/" -distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz" -checksum=f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b +distfiles="${PYPI_SITE}/C/Click/Click-${version}.tar.gz" +checksum=5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7 post_install() { - vlicense LICENSE + vlicense LICENSE.rst } python3-click_package() { @@ -26,6 +26,6 @@ python3-click_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense LICENSE + vlicense LICENSE.rst } }