python3-uvloop: update to 0.17.0.

This commit is contained in:
Andrew J. Hesford 2022-09-16 16:16:32 -04:00
parent 9ce693129a
commit f4159f1691

View file

@ -1,7 +1,7 @@
# Template file for 'python3-uvloop' # Template file for 'python3-uvloop'
pkgname=python3-uvloop pkgname=python3-uvloop
version=0.16.0 version=0.17.0
revision=2 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3 python3-setuptools python3-Cython" hostmakedepends="python3 python3-setuptools python3-Cython"
@ -13,12 +13,12 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Apache-2.0, MIT" license="Apache-2.0, MIT"
homepage="https://github.com/MagicStack/uvloop" homepage="https://github.com/MagicStack/uvloop"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=b003d3110baf076d3e70c85fb96a434ea67ad2f4c4ccb11cfce7e00ce8565378 checksum=175ac8aeb251da6a6a72f504f451ad7b4e60092d5adee9231b0a67ad2e7ca235
do_check() { do_check() {
# For some reason, setting PYTHONPATH is not sufficient # For some reason, setting PYTHONPATH is not sufficient
cp build/lib*/uvloop/*.so uvloop cp build/lib*/uvloop/*.so uvloop
python3 -m pytest tests -k 'not Test_UV_TCPSSL' python3 -m pytest tests -k 'not (Test_AIO_TCPSSL or Test_UV_libuv)'
} }
post_patch() { post_patch() {