Diff python-3.12.0_beta4_p2 with a python-3.12.0_rc1_p5

/usr/portage/dev-lang/python/python-3.12.0_rc1_p5.ebuild 2023-10-09 14:52:29.472368350 +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
WANT_LIBTOOL="none"
6 6

  
7 7
inherit autotools check-reqs flag-o-matic multiprocessing pax-utils
8 8
inherit python-utils-r1 toolchain-funcs verify-sig
9 9

  
10
MY_PV=${PV/_beta/b}
10
MY_PV=${PV/_rc/rc}
11 11
MY_P="Python-${MY_PV%_p*}"
12 12
PYVER=$(ver_cut 1-2)
13 13
PATCHSET="python-gentoo-patches-${MY_PV}"
Thank you!