python3-astroid: drop python3.8 backported checkdepends
importlib_metadata is backport of Python 3.8's standard library for older Python. We've upgraded to Python 3.8, drop it. See: https://importlib-metadata.readthedocs.io/en/latest/ python3-astroid doesn't need zipp for testing, and zipp is a backported package itself. Drop that check-deps, too.
This commit is contained in:
parent
3726543af0
commit
90bf8a84e2
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'python3-astroid'
|
# Template file for 'python3-astroid'
|
||||||
pkgname=python3-astroid
|
pkgname=python3-astroid
|
||||||
version=2.3.3
|
version=2.3.3
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="astroid-${version}"
|
wrksrc="astroid-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="astroid"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-six python3-lazy-object-proxy python3-wrapt
|
depends="python3-six python3-lazy-object-proxy python3-wrapt
|
||||||
python3-typed-ast"
|
python3-typed-ast"
|
||||||
checkdepends="$depends python3-attrs python3-pytest python3-wcwidth
|
checkdepends="$depends python3-attrs python3-pytest python3-wcwidth
|
||||||
python3-py python3-pluggy python3-more-itertools python3-importlib_metadata
|
python3-py python3-pluggy python3-more-itertools python3-parsing"
|
||||||
python3-parsing python3-zipp"
|
|
||||||
short_desc="Abstract syntax tree for Python3"
|
short_desc="Abstract syntax tree for Python3"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Reference in New Issue