Diff absl-py-1.4.0 with a absl-py-2.0.0

/usr/portage/dev-python/absl-py/absl-py-2.0.0.ebuild 2023-10-09 14:52:30.248368369 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{9..11} )
7
PYTHON_COMPAT=( python3_{10..12} )
8 8

  
9 9
inherit distutils-r1
10 10

  
......
22 22

  
23 23
LICENSE="Apache-2.0"
24 24
SLOT="0"
25
KEYWORDS="amd64 ~arm ~arm64 x86"
25
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
26 26

  
27 27
RDEPEND="
28 28
	dev-python/setuptools[${PYTHON_USEDEP}]
......
38 38
		absl/testing/tests/absltest_filtering_test_helper.py:absl/testing/tests/absltest_filtering_test_helper
39 39
		absl/testing/tests/absltest_randomization_testcase.py:absl/testing/tests/absltest_randomization_testcase
40 40
		absl/testing/tests/absltest_sharding_test_helper.py:absl/testing/tests/absltest_sharding_test_helper
41
		absl/testing/tests/absltest_sharding_test_helper_no_tests.py:absl/testing/tests/absltest_sharding_test_helper_no_tests
41 42
		absl/testing/tests/absltest_test_helper.py:absl/testing/tests/absltest_test_helper
42 43
		absl/testing/tests/xml_reporter_helper_test.py:absl/testing/tests/xml_reporter_helper_test
43 44
		absl/tests/app_test_helper.py:absl/tests/app_test_helper_pure_python
Thank you!