mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python3-click: update to 8.1.3.
This commit is contained in:
parent
929314a8e9
commit
5c957baadc
1 changed files with 6 additions and 4 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'python3-click'
|
# Template file for 'python3-click'
|
||||||
pkgname=python3-click
|
pkgname=python3-click
|
||||||
version=7.1.2
|
version=8.1.3
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="click-${version}"
|
wrksrc="click-${version}"
|
||||||
build_style="python3-module"
|
build_style="python3-module"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python3 package for creating beautiful command line interfaces"
|
short_desc="Python3 package for creating beautiful command line interfaces"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://click.pocoo.org/"
|
homepage="https://palletsprojects.com/p/click/"
|
||||||
|
changelog="https://raw.githubusercontent.com/pallets/click/main/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz"
|
||||||
checksum=d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a
|
checksum=7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
|
|
Loading…
Add table
Reference in a new issue