Diff rtslib-fb-2.1.74 with a rtslib-fb-2.1.75

/usr/portage/dev-python/rtslib-fb/rtslib-fb-2.1.75.ebuild 2023-10-09 14:52:30.372368372 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
PYPI_NO_NORMALIZE=1
7
PYTHON_COMPAT=( python3_{9..11} )
7
PYTHON_COMPAT=( python3_{10..11} )
8 8

  
9 9
inherit distutils-r1 systemd pypi
10 10

  
11 11
DESCRIPTION="A Python object API for managing the Linux LIO kernel target"
12
HOMEPAGE="https://github.com/open-iscsi/rtslib-fb"
12
HOMEPAGE="
13
	https://github.com/open-iscsi/rtslib-fb/
14
	https://pypi.org/project/rtslib-fb/
15
"
13 16

  
14 17
LICENSE="Apache-2.0"
15 18
SLOT="0"
16
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
19
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
17 20

  
18
RDEPEND="dev-python/pyudev[${PYTHON_USEDEP}]
19
	dev-python/six[${PYTHON_USEDEP}]"
21
RDEPEND="
22
	dev-python/pyudev[${PYTHON_USEDEP}]
23
	dev-python/six[${PYTHON_USEDEP}]
24
"
20 25

  
21 26
src_install() {
22 27
	distutils-r1_src_install
Thank you!