Diff bincopy-20.1.0 with a bincopy-20.1.1

/usr/portage/dev-python/bincopy/bincopy-20.1.1.ebuild 2026-03-03 11:46:17.163671712 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-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_{10..13} )
7
PYTHON_COMPAT=( python3_{11..13} )
8 8

  
9 9
inherit distutils-r1 pypi
10 10

  
......
16 16

  
17 17
LICENSE="MIT"
18 18
SLOT="0"
19
KEYWORDS="amd64"
19
KEYWORDS="~amd64"
20 20

  
21 21
RDEPEND="
22 22
	>=dev-python/argparse-addons-0.4.0[${PYTHON_USEDEP}]
......
24 24
	dev-python/pyelftools[${PYTHON_USEDEP}]
25 25
"
26 26

  
27
EPYTEST_PLUGINS=()
27 28
distutils_enable_tests pytest
Thank you!