Diff libvirt-python-9.4.0 with a libvirt-python-9.5.0
/usr/portage/dev-python/libvirt-python/libvirt-python-9.5.0.ebuild 2023-10-09 14:52:30.304368371 +0300 | ||
---|---|---|
12 | 12 | |
13 | 13 |
DISTUTILS_EXT=1 |
14 | 14 |
DISTUTILS_USE_PEP517=setuptools |
15 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
15 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
16 | 16 |
inherit distutils-r1 verify-sig |
17 | 17 | |
18 | 18 |
if [[ ${PV} == *9999* ]]; then |
... | ... | |
23 | 23 |
MY_P="${P/_rc/-rc}" |
24 | 24 |
SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz |
25 | 25 |
verify-sig? ( https://libvirt.org/sources/python/${MY_P}.tar.gz.asc )" |
26 |
KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" |
|
26 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" |
|
27 | 27 |
RDEPEND="app-emulation/libvirt:0/${PV}" |
28 | 28 |
fi |
29 | 29 |
S="${WORKDIR}/${P%_rc*}" |
... | ... | |
31 | 31 |
DESCRIPTION="libvirt Python bindings" |
32 | 32 |
HOMEPAGE="https://www.libvirt.org" |
33 | 33 | |
34 |
LICENSE="LGPL-2" |
|
34 |
LICENSE="LGPL-2+" |
|
35 | 35 |
SLOT="0" |
36 | 36 |
IUSE="examples test" |
37 | 37 |
RESTRICT="!test? ( test )" |