mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
python3-click: update to 8.2.0.
This commit is contained in:
parent
9cfdf0d6cf
commit
77eddc4f09
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python3-click'
|
||||
pkgname=python3-click
|
||||
version=8.1.7
|
||||
revision=3
|
||||
build_style="python3-module"
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=8.2.0
|
||||
revision=1
|
||||
build_style="python3-pep517"
|
||||
hostmakedepends="python3-flit_core"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
checkdepends="python3-pytest less"
|
||||
short_desc="Python3 package for creating beautiful command line interfaces"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
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"
|
||||
checksum=ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de
|
||||
checksum=f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.rst
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue