Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
Date: Mon, 05 Sep 2022 07:44:27
Message-Id: 1662363860.c80f126263ccae518fed5a3416e0d2fc6074575e.mgorny@gentoo
1 commit: c80f126263ccae518fed5a3416e0d2fc6074575e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 07:40:16 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 07:44:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80f1262
7
8 dev-lang/python: Backport more bignum fixes to 3.8.13_p8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-lang/python/Manifest | 1 +
13 dev-lang/python/python-3.8.13_p8.ebuild | 348 ++++++++++++++++++++++++++++++++
14 2 files changed, 349 insertions(+)
15
16 diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
17 index 5f933f532ddf..0df801ec94a8 100644
18 --- a/dev-lang/python/Manifest
19 +++ b/dev-lang/python/Manifest
20 @@ -17,6 +17,7 @@ DIST python-gentoo-patches-3.11.0rc1_p1.tar.xz 19584 BLAKE2B 33c87e2e7141fa5cdf3
21 DIST python-gentoo-patches-3.11.0rc1_p2.tar.xz 21580 BLAKE2B 188a3b2e5bc0d067dac20a7d5bfe3149eeac062bdb29972b0d0a8b24238aa21eb2f2a797b57f6ded80cb85d255f6cc1e6336d57c3e5f43d2b8aa890e7d35ef50 SHA512 fbc740b7e8161d4878cc91d9ee66026ae51082f2b18d77dc40167bfab4891e7b811fa4920ddf5c5a27d8ddc84a0220ccb1b3612744818084da321188ada09563
22 DIST python-gentoo-patches-3.8.13_p6.tar.xz 27968 BLAKE2B 0cafbdfed47e0d58a9798c1e090abb17428472f769ebe4125cf1210218b90bcfd2ad8790fafbfdc1daccc51078a6bf5e068157f05151c2283eb80d5fe128d85c SHA512 b23d51478cc126a6f7f3d1d6d2302a13f3e873a3fac19c7b2b86b79f4b25bd421b60e5ecbe9bb606ee0eedc0e6871d20c0befd1b6596b525bf6ef79a19230ae2
23 DIST python-gentoo-patches-3.8.13_p7.tar.xz 41332 BLAKE2B e61fe83b1260fbdc3086384834914625ae361c3ab2365f5f86c454423f4738b1aa20f46cf95b8a64b54b7cc000761964d5db65383bba9bdcc2a86894aacbdd5b SHA512 e71fff8291c4dfec43d3609e84de2fe6afc29ee6087410f047e972294e555e5a17b7f8d19778a79e67bad66855fd7a163b5a047aee99ee357d5306d7cd01f989
24 +DIST python-gentoo-patches-3.8.13_p8.tar.xz 43204 BLAKE2B 6fb162bfcd2ab8c1fb4208716382aa144bf21b1bd8c2f00a2bd60e7cd0b0d8e034803e8f4129cf49cf6e594467aa2e4a45eb4cb72ddd8516ffd8f797570d59cd SHA512 41ec04e3257021fdcc848587c2275b241d0b31d1d6c10162e30b86920109286c92171d6143bb8be6d1f1c9070d43d31dc0290bdffac50d09d32c2493e631637c
25 DIST python-gentoo-patches-3.9.13_p4.tar.xz 22072 BLAKE2B a0e084eff35d075d2255b139d0db114d282cb6c9c0c2ea51a8ecb7f5f1dc8096d6578ae5f804b7583a2b7842152b5723ad802ca816d46813c40aaa756118afc8 SHA512 cdf8d43fd5263c4956be234f36c0767215ab2495705d4f2a060b32ecbfbe159e618e31693b0538a1b970f7b27ebe4953063f585930d074dcaf59f2f61486e6b6
26 DIST python-gentoo-patches-3.9.13_p5.tar.xz 35660 BLAKE2B be3fe3a4db5e94a06c6bcb36eee71fd7e33cf27a4f3a259e5d0bd332b4765e77d5753247ddf5bbc3cbf10647f55e1897c943a7149afc76a9649d634fbfaff682 SHA512 7d6f1d215df0e50b1b4837f62c160d3262c6d9a29dad1a3f82590f5f84245defcd9b3de500ec78f01a3308275647b7a5e72a16c7425aec1edb841ba079100e1b
27 DIST python-gentoo-patches-3.9.13_p6.tar.xz 37508 BLAKE2B 6d55aec9ae139cbe6d35b84335174d5fba5784bf52eb665e2d3a27693a2abb843bce1f190c92bfd173359c3782cae06a6b3520932b08aec678332928c5a27277 SHA512 1b1dec45d959849bf72b0646329e8cf74301e0f5373d6e2dbefb63d60fdddbe9fc33abda7d2312af8c52feadf3bacd04b627626d876acecc8984d3192a2d029d
28
29 diff --git a/dev-lang/python/python-3.8.13_p8.ebuild b/dev-lang/python/python-3.8.13_p8.ebuild
30 new file mode 100644
31 index 000000000000..add41cfe710b
32 --- /dev/null
33 +++ b/dev-lang/python/python-3.8.13_p8.ebuild
34 @@ -0,0 +1,348 @@
35 +# Copyright 1999-2022 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI="7"
39 +WANT_LIBTOOL="none"
40 +
41 +inherit autotools flag-o-matic multiprocessing pax-utils
42 +inherit python-utils-r1 toolchain-funcs verify-sig
43 +
44 +MY_PV=${PV/_rc/rc}
45 +MY_P="Python-${MY_PV%_p*}"
46 +PYVER=$(ver_cut 1-2)
47 +PATCHSET="python-gentoo-patches-${MY_PV}"
48 +
49 +DESCRIPTION="An interpreted, interactive, object-oriented programming language"
50 +HOMEPAGE="
51 + https://www.python.org/
52 + https://github.com/python/cpython/
53 +"
54 +SRC_URI="
55 + https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz
56 + https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
57 + verify-sig? (
58 + https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz.asc
59 + )
60 +"
61 +S="${WORKDIR}/${MY_P}"
62 +
63 +LICENSE="PSF-2"
64 +SLOT="${PYVER}"
65 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
66 +IUSE="
67 + bluetooth build +ensurepip examples gdbm hardened lto +ncurses pgo
68 + +readline +sqlite +ssl test tk wininst +xml
69 +"
70 +RESTRICT="!test? ( test )"
71 +
72 +# Do not add a dependency on dev-lang/python to this ebuild.
73 +# If you need to apply a patch which requires python for bootstrapping, please
74 +# run the bootstrap code on your dev box and include the results in the
75 +# patchset. See bug 447752.
76 +
77 +RDEPEND="
78 + app-arch/bzip2:=
79 + app-arch/xz-utils:=
80 + dev-lang/python-exec[python_targets_python3_8(-)]
81 + dev-libs/libffi:=
82 + sys-apps/util-linux:=
83 + >=sys-libs/zlib-1.1.3:=
84 + virtual/libcrypt:=
85 + virtual/libintl
86 + ensurepip? ( dev-python/ensurepip-wheels )
87 + gdbm? ( sys-libs/gdbm:=[berkdb] )
88 + ncurses? ( >=sys-libs/ncurses-5.2:= )
89 + readline? ( >=sys-libs/readline-4.1:= )
90 + sqlite? ( >=dev-db/sqlite-3.3.8:3= )
91 + ssl? ( >=dev-libs/openssl-1.1.1:= )
92 + tk? (
93 + >=dev-lang/tcl-8.0:=
94 + >=dev-lang/tk-8.0:=
95 + dev-tcltk/blt:=
96 + dev-tcltk/tix
97 + )
98 + xml? ( >=dev-libs/expat-2.1:= )
99 +"
100 +# bluetooth requires headers from bluez
101 +DEPEND="
102 + ${RDEPEND}
103 + bluetooth? ( net-wireless/bluez )
104 + test? ( app-arch/xz-utils[extra-filters(+)] )
105 +"
106 +# autoconf-archive needed to eautoreconf
107 +BDEPEND="
108 + sys-devel/autoconf-archive
109 + virtual/awk
110 + virtual/pkgconfig
111 + verify-sig? ( sec-keys/openpgp-keys-python )
112 +"
113 +RDEPEND+="
114 + !build? ( app-misc/mime-types )
115 +"
116 +
117 +VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/python.org.asc
118 +
119 +QA_PKGCONFIG_VERSION=${PYVER}
120 +
121 +src_unpack() {
122 + if use verify-sig; then
123 + verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.asc}
124 + fi
125 + default
126 +}
127 +
128 +src_prepare() {
129 + # Ensure that internal copies of expat and libffi are not used.
130 + rm -r Modules/expat || die
131 + rm -r Modules/_ctypes/libffi* || die
132 +
133 + local PATCHES=(
134 + "${WORKDIR}/${PATCHSET}"
135 + )
136 +
137 + default
138 +
139 + # https://bugs.gentoo.org/850151
140 + sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" setup.py || die
141 +
142 + # force the correct number of jobs
143 + # https://bugs.gentoo.org/737660
144 + local jobs=$(makeopts_jobs)
145 + sed -i -e "s:-j0:-j${jobs}:" Makefile.pre.in || die
146 + sed -i -e "/self\.parallel/s:True:${jobs}:" setup.py || die
147 +
148 + eautoreconf
149 +}
150 +
151 +src_configure() {
152 + # disable automagic bluetooth headers detection
153 + if ! use bluetooth; then
154 + local -x ac_cv_header_bluetooth_bluetooth_h=no
155 + fi
156 + local disable
157 + use gdbm || disable+=" gdbm"
158 + use ncurses || disable+=" _curses _curses_panel"
159 + use readline || disable+=" readline"
160 + use sqlite || disable+=" _sqlite3"
161 + use ssl || export PYTHON_DISABLE_SSL="1"
162 + use tk || disable+=" _tkinter"
163 + use xml || disable+=" _elementtree pyexpat" # _elementtree uses pyexpat.
164 + export PYTHON_DISABLE_MODULES="${disable}"
165 +
166 + if ! use xml; then
167 + ewarn "You have configured Python without XML support."
168 + ewarn "This is NOT a recommended configuration as you"
169 + ewarn "may face problems parsing any XML documents."
170 + fi
171 +
172 + if [[ -n "${PYTHON_DISABLE_MODULES}" ]]; then
173 + einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}"
174 + fi
175 +
176 + append-flags -fwrapv
177 +
178 + filter-flags -malign-double
179 +
180 + # https://bugs.gentoo.org/700012
181 + if is-flagq -flto || is-flagq '-flto=*'; then
182 + append-cflags $(test-flags-CC -ffat-lto-objects)
183 + fi
184 +
185 + # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
186 + # PKG_CONFIG needed for cross.
187 + tc-export CXX PKG_CONFIG
188 +
189 + # Fix implicit declarations on cross and prefix builds. Bug #674070.
190 + if use ncurses; then
191 + append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
192 + fi
193 +
194 + local dbmliborder=
195 + if use gdbm; then
196 + dbmliborder+="${dbmliborder:+:}gdbm"
197 + fi
198 +
199 + local myeconfargs=(
200 + # glibc-2.30 removes it; since we can't cleanly force-rebuild
201 + # Python on glibc upgrade, remove it proactively to give
202 + # a chance for users rebuilding python before glibc
203 + ac_cv_header_stropts_h=no
204 +
205 + --enable-shared
206 + --enable-ipv6
207 + --infodir='${prefix}/share/info'
208 + --mandir='${prefix}/share/man'
209 + --with-computed-gotos
210 + --with-dbmliborder="${dbmliborder}"
211 + --with-libc=
212 + --enable-loadable-sqlite-extensions
213 + --without-ensurepip
214 + --with-system-expat
215 + --with-system-ffi
216 + --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip
217 + )
218 +
219 + # disable implicit optimization/debugging flags
220 + local -x OPT=
221 + # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
222 + # propagated to sysconfig for built extensions
223 + local -x CFLAGS_NODIST=${CFLAGS}
224 + local -x LDFLAGS_NODIST=${LDFLAGS}
225 + local -x CFLAGS= LDFLAGS=
226 +
227 + econf "${myeconfargs[@]}"
228 +
229 + if grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
230 + eerror "configure has detected that the sem_open function is broken."
231 + eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."
232 + die "Broken sem_open function (bug 496328)"
233 + fi
234 +
235 + # install epython.py as part of stdlib
236 + echo "EPYTHON='python${PYVER}'" > Lib/epython.py || die
237 +}
238 +
239 +src_compile() {
240 + # Ensure sed works as expected
241 + # https://bugs.gentoo.org/594768
242 + local -x LC_ALL=C
243 + # Prevent using distutils bundled by setuptools.
244 + # https://bugs.gentoo.org/823728
245 + export SETUPTOOLS_USE_DISTUTILS=stdlib
246 +
247 + # also need to clear the flags explicitly here or they end up
248 + # in _sysconfigdata*
249 + emake CPPFLAGS= CFLAGS= LDFLAGS=
250 +
251 + # Work around bug 329499. See also bug 413751 and 457194.
252 + if has_version dev-libs/libffi[pax-kernel]; then
253 + pax-mark E python
254 + else
255 + pax-mark m python
256 + fi
257 +}
258 +
259 +src_test() {
260 + # Tests will not work when cross compiling.
261 + if tc-is-cross-compiler; then
262 + elog "Disabling tests due to crosscompiling."
263 + return
264 + fi
265 +
266 + local test_opts=(
267 + -u-network
268 + -j "$(makeopts_jobs)"
269 +
270 + # fails
271 + -x test_gdb
272 + )
273 +
274 + if use sparc ; then
275 + # bug #788022
276 + test_opts+=(
277 + -x test_multiprocessing_fork
278 + -x test_multiprocessing_forkserver
279 + )
280 + fi
281 +
282 + # bug 660358
283 + local -x COLUMNS=80
284 + local -x PYTHONDONTWRITEBYTECODE=
285 +
286 + emake test EXTRATESTOPTS="${test_opts[*]}" \
287 + CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty || die "emake test failed"
288 +}
289 +
290 +src_install() {
291 + local libdir=${ED}/usr/lib/python${PYVER}
292 +
293 + emake DESTDIR="${D}" altinstall
294 +
295 + # Remove static library
296 + rm "${ED}"/usr/$(get_libdir)/libpython*.a || die
297 +
298 + # Fix collisions between different slots of Python.
299 + rm "${ED}/usr/$(get_libdir)/libpython3.so" || die
300 +
301 + # Cheap hack to get version with ABIFLAGS
302 + local abiver=$(cd "${ED}/usr/include"; echo python*)
303 + if [[ ${abiver} != python${PYVER} ]]; then
304 + # Replace python3.X with a symlink to python3.Xm
305 + rm "${ED}/usr/bin/python${PYVER}" || die
306 + dosym "${abiver}" "/usr/bin/python${PYVER}"
307 + # Create python3.X-config symlink
308 + dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
309 + # Create python-3.5m.pc symlink
310 + dosym "python-${PYVER}.pc" "/usr/$(get_libdir)/pkgconfig/${abiver/${PYVER}/-${PYVER}}.pc"
311 + fi
312 +
313 + # python seems to get rebuilt in src_install (bug 569908)
314 + # Work around it for now.
315 + if has_version dev-libs/libffi[pax-kernel]; then
316 + pax-mark E "${ED}/usr/bin/${abiver}"
317 + else
318 + pax-mark m "${ED}/usr/bin/${abiver}"
319 + fi
320 +
321 + rm -r "${libdir}"/ensurepip/_bundled || die
322 + if ! use ensurepip; then
323 + rm -r "${libdir}"/ensurepip || die
324 + fi
325 + if ! use sqlite; then
326 + rm -r "${libdir}/"{sqlite3,test/test_sqlite*} || die
327 + fi
328 + if ! use tk; then
329 + rm -r "${ED}/usr/bin/idle${PYVER}" || die
330 + rm -r "${libdir}/"{idlelib,tkinter,test/test_tk*} || die
331 + fi
332 + if ! use wininst; then
333 + rm "${libdir}/distutils/command/"wininst-*.exe || die
334 + fi
335 +
336 + dodoc Misc/{ACKS,HISTORY,NEWS}
337 +
338 + if use examples; then
339 + docinto examples
340 + find Tools -name __pycache__ -exec rm -fr {} + || die
341 + dodoc -r Tools
342 + fi
343 + insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
344 + local libname=$(
345 + printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' |
346 + emake --no-print-directory -s -f - 2>/dev/null
347 + )
348 + newins Tools/gdb/libpython.py "${libname}"-gdb.py
349 +
350 + newconfd "${FILESDIR}/pydoc.conf" pydoc-${PYVER}
351 + newinitd "${FILESDIR}/pydoc.init" pydoc-${PYVER}
352 + sed \
353 + -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${PYVER/./_}_PORT:" \
354 + -e "s:@PYDOC@:pydoc${PYVER}:" \
355 + -i "${ED}/etc/conf.d/pydoc-${PYVER}" \
356 + "${ED}/etc/init.d/pydoc-${PYVER}" || die "sed failed"
357 +
358 + # python-exec wrapping support
359 + local pymajor=${PYVER%.*}
360 + local EPYTHON=python${PYVER}
361 + local scriptdir=${D}$(python_get_scriptdir)
362 + mkdir -p "${scriptdir}" || die
363 + # python and pythonX
364 + ln -s "../../../bin/${abiver}" "${scriptdir}/python${pymajor}" || die
365 + ln -s "python${pymajor}" "${scriptdir}/python" || die
366 + # python-config and pythonX-config
367 + # note: we need to create a wrapper rather than symlinking it due
368 + # to some random dirname(argv[0]) magic performed by python-config
369 + cat > "${scriptdir}/python${pymajor}-config" <<-EOF || die
370 + #!/bin/sh
371 + exec "${abiver}-config" "\${@}"
372 + EOF
373 + chmod +x "${scriptdir}/python${pymajor}-config" || die
374 + ln -s "python${pymajor}-config" "${scriptdir}/python-config" || die
375 + # 2to3, pydoc
376 + ln -s "../../../bin/2to3-${PYVER}" "${scriptdir}/2to3" || die
377 + ln -s "../../../bin/pydoc${PYVER}" "${scriptdir}/pydoc" || die
378 + # idle
379 + if use tk; then
380 + ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die
381 + fi
382 +}