python3-anyio: update to 4.9.0.

This commit is contained in:
Gonzalo Tornaría 2025-03-06 16:44:57 -03:00 committed by Andrew J. Hesford
parent 78c9dc5467
commit 5cb14cbe5d

View file

@ -1,21 +1,21 @@
# Template file for 'python3-anyio'
pkgname=python3-anyio
version=4.4.0
revision=2
version=4.9.0
revision=1
build_style=python3-pep517
# This file needs python module `exceptiongroup`
make_check_args="--ignore tests/test_taskgroups.py"
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-sniffio python3-idna"
checkdepends="$depends python3-pytest-mock python3-hypothesis
python3-psutil python3-trio python3-trustme python3-uvloop"
checkdepends="$depends python3-pytest-mock python3-hypothesis python3-psutil
python3-trio python3-trustme python3-uvloop python3-blockbuster"
short_desc="High level asynchronous concurrency and networking framework"
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/agronholm/anyio"
changelog="https://raw.githubusercontent.com/agronholm/anyio/master/docs/versionhistory.rst"
distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz"
checksum=5aadc6a1bbb7cdb0bede386cac5e2940f5e2ff3aa20277e991cf028e0585ce94
checksum=673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
# these tests fail on CI
@ -25,7 +25,8 @@ if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
_test3="(test_iterate)or(test_receive)or(test_reuse)or(test_send)"
_test3="(TestConnectedUDPSocket)and($_test3)and(-ipv6)"
_test4="test_bind_link_local"
make_check_args+=" -k not(($_test1)or($_test2)or($_test3)or($_test4))"
_test5="test_getaddrinfo"
make_check_args+=" -k not(($_test1)or($_test2)or($_test3)or($_test4)or($_test5))"
fi
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then