mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 18:13:07 +02:00
python3-fire: update to 0.7.1
This commit is contained in:
parent
df859bf755
commit
60b09884ec
1 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'python3-fire'
|
# Template file for 'python3-fire'
|
||||||
pkgname=python3-fire
|
pkgname=python3-fire
|
||||||
version=0.7.0
|
version=0.7.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-six python3-termcolor"
|
depends="python3-termcolor"
|
||||||
|
checkdepends="${depends} python3-hypothesis python3-Levenshtein python3-pytest"
|
||||||
short_desc="Library for automatically generating command line interfaces"
|
short_desc="Library for automatically generating command line interfaces"
|
||||||
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
|
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/google/python-fire"
|
homepage="https://github.com/google/python-fire"
|
||||||
distfiles="${PYPI_SITE}/f/fire/fire-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/fire/fire-${version}.tar.gz"
|
||||||
checksum=961550f07936eaf65ad1dc8360f2b2bf8408fad46abbfa4d2a3794f8d2a95cdf
|
checksum=3b208f05c736de98fb343310d090dcc4d8c78b2a89ea4f32b837c586270a9cbf
|
||||||
|
|
Loading…
Add table
Reference in a new issue