# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-astroid _pkgname=astroid pkgver=2.3.0 pkgrel=0 pkgdesc="A new abstract syntax tree from Python's ast" url="https://www.astroid.org" arch="noarch" license="LGPL-2.1-or-later" depends="py3-lazy-object-proxy py3-six py3-typed-ast py3-wrapt" replaces="py-logilab-astng" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-runner" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { python3 setup.py build } check() { python3 -m pytest -v } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="9987f809fecce928f692ea485bb50e928f614c9e234f2aebec302cd90512185064a4468c56a35cf61d127bf81fa2fdf91c245af0604837afe14bac15be9c382f astroid-2.3.0.tar.gz"