# Compiling time: 0 SBU
# Maintainer: Anthony Jorion <pingax@frugalware.org>

pkgname=python3-astroid
pkgver=4.0.0a0
pkgrel=1
pkgdesc="Python Abstract Syntax Tree New Generation."
archs=('x86_64')
depends=('python3-six' 'python3-lazy-object-proxy' 'python3-wrapt')
makedepends=('python3-build' 'python3-installer' 'python3-setuptools' 'python3-wheel')
groups=('devel-extra')
_F_pypi_name="astroid"
Finclude python pypi
sha1sums=('103fd5e8567ef0147b48cd3f126b95b0705b3a33')
_F_python_version=python3

build() {
        Fcd
        Fpatchall
        Fexec python3 -m build --wheel --no-isolation || Fdie
        Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie

}

# optimization OK
