python-click: update to 6.3
This commit is contained in:
parent
7fd55c44f6
commit
ee393280e1
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'python-click'
|
||||
pkgname=python-click
|
||||
version=6.2
|
||||
version=6.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="click-${version}"
|
||||
build_style="python-module"
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-colorama"
|
||||
depends="python"
|
||||
pycompile_module="click"
|
||||
short_desc="A wrapper around optparse for command-line interfaces in Python2"
|
||||
short_desc="Python2 package for creating beautiful command line interfaces"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="3-clause-BSD"
|
||||
homepage="http://click.pocoo.org/"
|
||||
distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz"
|
||||
checksum=fba0ff70f5ebb4cebbf64c40a8fbc222fb7cf825237241e548354dabe3da6a82
|
||||
checksum=b720d9faabe193287b71e3c26082b0f249501288e153b7e7cfce3bb87ac8cc1c
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -24,7 +24,7 @@ python3.4-click_package() {
|
|||
noarch=yes
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="click"
|
||||
depends="python3.4-colorama"
|
||||
depends="python3.4"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
|
|
Loading…
Add table
Reference in a new issue