mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-argcomplete: update to 3.6.2.
This commit is contained in:
parent
ec4c1a92ba
commit
01a51f9b0e
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-argcomplete'
|
# Template file for 'python3-argcomplete'
|
||||||
pkgname=python3-argcomplete
|
pkgname=python3-argcomplete
|
||||||
version=3.5.1
|
version=3.6.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pexpect python3-pip zsh"
|
checkdepends="python3-pexpect python3-pip zsh"
|
||||||
short_desc="Bash tab completion for argparse"
|
short_desc="Bash tab completion for argparse"
|
||||||
|
@ -12,7 +12,7 @@ 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"
|
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=eb1ee355aa2557bd3d0145de7b06b2a45b0ce461e1e7813f5d066039ab4177b4
|
checksum=d0519b1bc867f5f4f4713c41ad0aba73a4a5f007449716b16f385f2166dc6adf
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# pytest is not supported
|
# pytest is not supported
|
||||||
|
|
Loading…
Add table
Reference in a new issue