Diff aioquic-1.2.0 with a aioquic-1.3.0

/usr/portage/dev-python/aioquic/aioquic-1.3.0.ebuild 2026-04-18 12:17:38.892287242 +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
......
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=()
35 36
distutils_enable_tests pytest
Thank you!