python-click: update to 7.1.2.
This commit is contained in:
parent
05789c7adf
commit
94e6e2e306
1 changed files with 5 additions and 7 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'python-click'
|
||||
pkgname=python-click
|
||||
version=7.0
|
||||
revision=2
|
||||
version=7.1.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="Click-${version}"
|
||||
wrksrc="click-${version}"
|
||||
build_style="python-module"
|
||||
pycompile_module="click"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 package for creating beautiful command line interfaces"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://click.pocoo.org/"
|
||||
distfiles="${PYPI_SITE}/C/Click/Click-${version}.tar.gz"
|
||||
checksum=5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7
|
||||
distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz"
|
||||
checksum=d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.rst
|
||||
|
@ -21,7 +20,6 @@ post_install() {
|
|||
|
||||
python3-click_package() {
|
||||
archs=noarch
|
||||
pycompile_module="click"
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue