mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
python3-cli-ui: update to 0.17.2.
This commit is contained in:
parent
2dae99323d
commit
d497279b7e
1 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'python3-cli-ui'
|
||||
pkgname=python3-cli-ui
|
||||
version=0.11.0
|
||||
revision=4
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=0.17.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="python3-colorama python3-tabulate python3-Unidecode"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
short_desc="Tools for better command line interfaces"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://pypi.org/project/cli-ui"
|
||||
homepage="https://github.com/your-tools/python-cli-ui"
|
||||
distfiles="${PYPI_SITE}/c/cli-ui/cli-ui-${version}.tar.gz"
|
||||
checksum=f73b5ca388404829e8a3f537f0fc85be6bf20979ac18356fc520d989c0ccd230
|
||||
checksum=2f67e50cf474e76ad160c3e660bbad98bf8b8dfb8d847765f3a261b7e13c05fa
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue