mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-cli-ui: update to 0.11.0
[ci skip]
This commit is contained in:
parent
f2f2cfe069
commit
dba783c0a2
1 changed files with 7 additions and 8 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'python3-cli-ui'
|
# Template file for 'python3-cli-ui'
|
||||||
pkgname=python3-cli-ui
|
pkgname=python3-cli-ui
|
||||||
version=0.10.0
|
version=0.11.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="python-cli-ui-${version}"
|
wrksrc="cli-ui-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="cli_ui"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-colorama python3-tabulate python3-Unidecode"
|
depends="python3-colorama python3-tabulate python3-Unidecode"
|
||||||
short_desc="Tools for better command line interfaces"
|
short_desc="Tools for better command line interfaces"
|
||||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
maintainer="Nathan Owens <ndowens@artixlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/TankerHQ/python-cli-ui"
|
homepage="https://pypi.org/project/cli-ui"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cli-ui/cli-ui-${version}.tar.gz"
|
||||||
checksum=522d0270fe23bf57493da6a3c98c2f3901ead1417d5de406a756fcbdd27ffcb4
|
checksum=f73b5ca388404829e8a3f537f0fc85be6bf20979ac18356fc520d989c0ccd230
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue