mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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'
|
# Template file for 'python-click'
|
||||||
pkgname=python-click
|
pkgname=python-click
|
||||||
version=6.7
|
version=7.0
|
||||||
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"
|
||||||
pycompile_module="click"
|
|
||||||
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="3-clause-BSD"
|
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=f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b
|
checksum=5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE.rst
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-click_package() {
|
python3-click_package() {
|
||||||
|
@ -26,6 +26,6 @@ python3-click_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE
|
vlicense LICENSE.rst
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue