python3-argcomplete: update to 3.1.2.
This commit is contained in:
parent
0ee962ddb7
commit
92353fb43d
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-argcomplete'
|
# Template file for 'python3-argcomplete'
|
||||||
pkgname=python3-argcomplete
|
pkgname=python3-argcomplete
|
||||||
version=3.1.1
|
version=3.1.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -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=6c4c563f14f01440aaffa3eae13441c5db2357b5eec639abe7c0b15334627dff
|
checksum=d5d1e5efd41435260b8f85673b74ea2e883affcbec9f4230c582689e8e78251b
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# pytest is not supported
|
# pytest is not supported
|
||||||
|
|
Loading…
Reference in New Issue