mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-argcomplete: update to 2.1.1.
This commit is contained in:
parent
eca8fe3d5d
commit
14a7d40f14
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python3-argcomplete'
|
# Template file for 'python3-argcomplete'
|
||||||
pkgname=python3-argcomplete
|
pkgname=python3-argcomplete
|
||||||
version=2.0.0
|
version=2.1.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Bash tab completion for argparse"
|
short_desc="Bash tab completion for argparse"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/kislyuk/argcomplete"
|
homepage="https://github.com/kislyuk/argcomplete"
|
||||||
distfiles="${PYPI_SITE}/a/argcomplete/argcomplete-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/argcomplete/argcomplete-${version}.tar.gz"
|
||||||
checksum=6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20
|
checksum=72e08340852d32544459c0c19aad1b48aa2c3a96de8c6e5742456b4f538ca52f
|
||||||
|
|
Loading…
Add table
Reference in a new issue