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:
Đoàn Trần Công Danh 2020-01-28 10:37:40 +07:00 committed by Piotr
parent 3726543af0
commit 90bf8a84e2

View file

@ -1,17 +1,15 @@
# Template file for 'python3-astroid'
pkgname=python3-astroid
version=2.3.3
revision=2
revision=3
archs=noarch
wrksrc="astroid-${version}"
build_style=python3-module
pycompile_module="astroid"
hostmakedepends="python3-setuptools"
depends="python3-six python3-lazy-object-proxy python3-wrapt
python3-typed-ast"
checkdepends="$depends python3-attrs python3-pytest python3-wcwidth
python3-py python3-pluggy python3-more-itertools python3-importlib_metadata
python3-parsing python3-zipp"
python3-py python3-pluggy python3-more-itertools python3-parsing"
short_desc="Abstract syntax tree for Python3"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"