# Template file for 'python3-uvloop'
pkgname=python3-uvloop
version=0.22.1
revision=2
build_style=python3-pep517
make_check_target="../tests"
hostmakedepends="python3 python3-setuptools python3-wheel python3-Cython"
makedepends="libuv-devel python3-devel"
depends="python3"
checkdepends="flake8 python3-pytest python3-openssl python3-psutil"
short_desc="Fast replacement for Python asyncio event loop"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Apache-2.0, MIT"
homepage="https://github.com/MagicStack/uvloop"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=728c2cb54a7b26c3cd907b60c59b4195d605c87d007ec3066c86d785aeab5872
# Must not be in wrksrc to avoid failed imports from current directory
make_check_pre="env -C .xbps-testdir"

post_patch() {
	cat <<-EOF >> setup.cfg
	[build_ext]
	use-system-libuv=1
	EOF
}

post_install() {
	vlicense LICENSE-MIT
}
