python3-argcomplete: update to 3.3.0.
This commit is contained in:
parent
3748588ecd
commit
ccc337e444
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-argcomplete'
|
# Template file for 'python3-argcomplete'
|
||||||
pkgname=python3-argcomplete
|
pkgname=python3-argcomplete
|
||||||
version=3.2.3
|
version=3.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
|
@ -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=bf7900329262e481be5a15f56f19736b376df6f82ed27576fa893652c5de6c23
|
checksum=fd03ff4a5b9e6580569d34b273f741e85cd9e072f3feeeee3eba4891c70eda62
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# pytest is not supported
|
# pytest is not supported
|
||||||
|
|
Loading…
Reference in New Issue