mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-argcomplete: update to 3.1.1.
This commit is contained in:
parent
b84c1e0383
commit
ac31d69953
1 changed files with 10 additions and 3 deletions
|
@ -1,13 +1,20 @@
|
||||||
# Template file for 'python3-argcomplete'
|
# Template file for 'python3-argcomplete'
|
||||||
pkgname=python3-argcomplete
|
pkgname=python3-argcomplete
|
||||||
version=3.0.5
|
version=3.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pexpect python3-pip zsh"
|
||||||
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"
|
||||||
|
changelog="https://raw.githubusercontent.com/kislyuk/argcomplete/develop/Changes.rst"
|
||||||
distfiles="${PYPI_SITE}/a/argcomplete/argcomplete-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/argcomplete/argcomplete-${version}.tar.gz"
|
||||||
checksum=fe3ce77125f434a0dd1bffe5f4643e64126d5731ce8d173d36f62fa43d6eb6f7
|
checksum=6c4c563f14f01440aaffa3eae13441c5db2357b5eec639abe7c0b15334627dff
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# pytest is not supported
|
||||||
|
python3 -m unittest -b test/test.py
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue