python-click: update to 7.0.
This commit is contained in:
parent
a8166c2b35
commit
88f7af3dd0
1 changed files with 9 additions and 9 deletions
|
@ -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 <okiddle@yahoo.co.uk>"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue