Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 0/9] python-r1 suite cleanup
Date: Wed, 04 Mar 2020 14:32:56
Message-Id: 20200304143223.55830-1-mgorny@gentoo.org
1 Hi,
2
3 Here's a short series addressing some issues I've noticed in the code.
4 This is mostly stale documentation, non-doc changes are:
5
6 1. python_setup() now verbosely reports the implementation selected.
7
8 2. leftover code to workaround virtual/pypy* is removed.
9
10 3. calling distutils-r1_python_install_all is no longer mandatory.
11 It it just a thin wrapper on einstalldocs, so it's fine to call
12 einstalldocs instead.
13
14 4. /usr/lib/pypy*/share is now a fatal error. It shouldn't be happening
15 now that pypy* is patched.
16
17 Best regards,
18 Michał Górny
19
20 Michał Górny (9):
21 python*-r1.eclass, distutils-r1.eclass: Link to Python Guide
22 python-utils-r1.eclass: Mark _python_check_locale_sanity @INTERNAL
23 python-utils-r1.eclass: Update docs to use python_setup
24 python-r1.eclass: Report impl used by python_setup
25 python-any-r1.eclass: Report impl used by python_setup
26 python-single-r1.eclass: Report impl used by python_setup
27 python-utils-r1.eclass: Remove leftover from virtual/pypy*
28 distutils-r1.eclass: Do not require distutils-r1_python_install_all
29 distutils-r1.eclass: Make /usr/lib/pypy/share warning fatal
30
31 eclass/distutils-r1.eclass | 17 +++--------------
32 eclass/python-any-r1.eclass | 10 +++++++---
33 eclass/python-r1.eclass | 7 ++++---
34 eclass/python-single-r1.eclass | 6 ++++--
35 eclass/python-utils-r1.eclass | 31 +++++++++----------------------
36 5 files changed, 27 insertions(+), 44 deletions(-)
37
38 --
39 2.25.1

Replies