Diff protobuf-python-4.21.9 with a protobuf-python-4.23.3
/usr/portage/dev-python/protobuf-python/protobuf-python-4.23.3.ebuild 2023-10-09 14:52:30.328368371 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
DISTUTILS_EXT=1 |
7 | 7 |
DISTUTILS_USE_PEP517=setuptools |
8 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
8 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
9 | 9 | |
10 | 10 |
inherit distutils-r1 |
11 | 11 | |
... | ... | |
24 | 24 |
https://github.com/protocolbuffers/protobuf/archive/v${PARENT_PV}.tar.gz |
25 | 25 |
-> ${PARENT_P}.tar.gz |
26 | 26 |
" |
27 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" |
|
27 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos" |
|
28 | 28 |
fi |
29 | 29 | |
30 | 30 |
DESCRIPTION="Google's Protocol Buffers - Python bindings" |
... | ... | |
34 | 34 |
" |
35 | 35 | |
36 | 36 |
LICENSE="BSD" |
37 |
SLOT="0/32" |
|
37 |
SLOT="0/23.3.0" |
|
38 | 38 | |
39 | 39 |
S="${WORKDIR}/${PARENT_P}/python" |
40 | 40 | |
... | ... | |
58 | 58 | |
59 | 59 |
# Here for patches within "python/" subdirectory. |
60 | 60 |
PATCHES=( |
61 |
"${FILESDIR}"/${PN}-3.20.3-python311.patch |
|
62 | 61 |
) |
63 | 62 | |
64 | 63 |
python_prepare_all() { |