mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-cli_helpers: update to 2.3.0.
This commit is contained in:
parent
63f7d659b8
commit
f39cf19eae
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-cli_helpers'
|
# Template file for 'python3-cli_helpers'
|
||||||
pkgname=python3-cli_helpers
|
pkgname=python3-cli_helpers
|
||||||
version=2.2.1
|
version=2.3.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-configobj python3-tabulate"
|
depends="python3-configobj python3-tabulate python3-Pygments"
|
||||||
checkdepends="python3-pytest ${depends}"
|
checkdepends="python3-pytest ${depends}"
|
||||||
short_desc="Python helpers for building command-line apps"
|
short_desc="Python helpers for building command-line apps"
|
||||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/dbcli/cli_helpers"
|
homepage="https://cli-helpers.rtfd.io/"
|
||||||
changelog="https://raw.githubusercontent.com/dbcli/cli_helpers/main/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/dbcli/cli_helpers/main/CHANGELOG"
|
||||||
distfiles="${PYPI_SITE}/c/cli_helpers/cli_helpers-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cli_helpers/cli_helpers-${version}.tar.gz"
|
||||||
checksum=0ccc1cfcda1ac64dc7ed83d7013055cf19e5979d29e56c21f3b692de01555aae
|
checksum=e7174d003a2b58fd3e31a73fbbc45d5aa513de62cbd42d437f78b9658bd5f967
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue