Diff aioquic-1.2.0 with a aioquic-1.3.0

/usr/portage/dev-python/aioquic/aioquic-1.3.0.ebuild 2026-07-03 20:03:04.898733496 +0300
1
# Copyright 2024-2025 Gentoo Authors
1
# Copyright 2024-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_EXT=1
7 7
DISTUTILS_USE_PEP517=setuptools
8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
8
PYTHON_COMPAT=( python3_{12..15} )
9 9

  
10 10
inherit distutils-r1 pypi
11 11

  
......
17 17

  
18 18
LICENSE="BSD"
19 19
SLOT="0"
20
KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
20
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
21 21

  
22 22
DEPEND="
23 23
	dev-libs/openssl:=
......
32 32
	>=dev-python/service-identity-24.1.0[${PYTHON_USEDEP}]
33 33
"
34 34

  
35
EPYTEST_PLUGINS=()
36
EPYTEST_XDIST=1
35 37
distutils_enable_tests pytest
Thank you!