# Template file for 'python3-trio'
pkgname=python3-trio
version=0.30.0
revision=2
build_style=python3-pep517
# Needs astor (https://pypi.org/project/astor/)
make_check_args="--ignore src/trio/_tests/tools/test_gen_exports.py"
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-attrs python3-idna
 python3-outcome python3-sniffio python3-sortedcontainers"
checkdepends="$depends python3-pytest iana-etc pylint python3-astroid
 python3-async_generator python3-jedi python3-openssl python3-trustme"
short_desc="Friendly Python library for async concurrency and I/O"
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
license="Apache-2.0, MIT"
homepage="https://github.com/python-trio/trio"
changelog="https://raw.githubusercontent.com/python-trio/trio/master/docs/source/history.rst"
distfiles="${PYPI_SITE}/t/trio/trio-${version}.tar.gz"
checksum=0781c857c0c81f8f51e0089929a26b5bb63d57f927728a5586f7e36171f064df

post_install() {
	vlicense LICENSE
}
