# Compiling Time: 2.13 SBU
# Maintainer: Marius Cirsta <mcirsta@frugalware.org>

_F_archive_name="trio"
pkgname=python3-trio
pkgver=0.30.0
pkgrel=1
pkgdesc="A friendly Python library for async concurrency and I/O"
depends=('python3-async_generator' 'python3-attrs' 'python3-exceptiongroup' 'python3-idna'
	'python3-outcome' 'python3-sniffio' 'python3-sortedcontainers')
makedepends=('python3-build' 'python3-installer' 'python3-setuptools' 'python3-wheel')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=trio
Finclude pypi
sha1sums=('5358de1e5922ba09f08b78c6135ff86d506f3a4c')
_F_python_version=python3

build() {
        Fcd
        Fpatchall
        Fexec python3 -m build --wheel --no-isolation -C setup-args=-Dblas=blas -C setup-args=-Dlapack=lapack || Fdie
        Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie

}

# optimization OK
