mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
python3-anyio: update to 4.9.0.
This commit is contained in:
parent
78c9dc5467
commit
5cb14cbe5d
1 changed files with 7 additions and 6 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'python3-anyio'
|
# Template file for 'python3-anyio'
|
||||||
pkgname=python3-anyio
|
pkgname=python3-anyio
|
||||||
version=4.4.0
|
version=4.9.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# This file needs python module `exceptiongroup`
|
# This file needs python module `exceptiongroup`
|
||||||
make_check_args="--ignore tests/test_taskgroups.py"
|
make_check_args="--ignore tests/test_taskgroups.py"
|
||||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3-sniffio python3-idna"
|
depends="python3-sniffio python3-idna"
|
||||||
checkdepends="$depends python3-pytest-mock python3-hypothesis
|
checkdepends="$depends python3-pytest-mock python3-hypothesis python3-psutil
|
||||||
python3-psutil python3-trio python3-trustme python3-uvloop"
|
python3-trio python3-trustme python3-uvloop python3-blockbuster"
|
||||||
short_desc="High level asynchronous concurrency and networking framework"
|
short_desc="High level asynchronous concurrency and networking framework"
|
||||||
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/agronholm/anyio"
|
homepage="https://github.com/agronholm/anyio"
|
||||||
changelog="https://raw.githubusercontent.com/agronholm/anyio/master/docs/versionhistory.rst"
|
changelog="https://raw.githubusercontent.com/agronholm/anyio/master/docs/versionhistory.rst"
|
||||||
distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz"
|
||||||
checksum=5aadc6a1bbb7cdb0bede386cac5e2940f5e2ff3aa20277e991cf028e0585ce94
|
checksum=673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028
|
||||||
|
|
||||||
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
|
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
|
||||||
# these tests fail on CI
|
# 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="(test_iterate)or(test_receive)or(test_reuse)or(test_send)"
|
||||||
_test3="(TestConnectedUDPSocket)and($_test3)and(-ipv6)"
|
_test3="(TestConnectedUDPSocket)and($_test3)and(-ipv6)"
|
||||||
_test4="test_bind_link_local"
|
_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
|
fi
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue