python3-uvloop: update to 0.21.0.

This commit is contained in:
Andrew J. Hesford 2024-11-16 09:25:58 -05:00
parent d07a497d34
commit 5ad20a0771

View file

@ -1,10 +1,10 @@
# Template file for 'python3-uvloop'
pkgname=python3-uvloop
version=0.20.0
version=0.21.0
revision=1
build_style=python3-pep517
make_check_target="../tests"
hostmakedepends="python3 python3-setuptools python3-wheel python3-Cython0.29"
hostmakedepends="python3 python3-setuptools python3-wheel python3-Cython"
makedepends="libuv-devel python3-devel"
depends="python3"
checkdepends="flake8 python3-pytest-xdist python3-openssl python3-psutil"
@ -13,7 +13,7 @@ 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=9fa2458b6aa280aa4268bc0054ef53cefb624463f2b5ff09db3ce406ea581f94
checksum=1edc1301832851833dd19bbacd9dddfe3180473b963b58c9c58a1823927fc204
# Must not be in wrksrc to avoid failed imports from current directory
make_check_pre="env -C .xbps-testdir"