Diff zenlib-3.1.5 with a zenlib-3.3.0

/usr/portage/dev-python/zenlib/zenlib-3.3.0.ebuild 2026-04-10 12:17:39.674069176 +0300
1
# Copyright 2023-2025 Gentoo Authors
1
# Copyright 2023-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_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{11..13} )
7
PYTHON_COMPAT=( python3_{11..14} )
8 8

  
9 9
inherit distutils-r1
10 10

  
......
17 17

  
18 18
LICENSE="GPL-2"
19 19
SLOT="0"
20
KEYWORDS="amd64 arm64"
20
KEYWORDS="amd64 arm64 ~riscv ~x86"
21 21

  
22 22
distutils_enable_tests unittest
23 23

  
Thank you!