public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/9] python-r1 suite cleanup
@ 2020-03-04 14:32 Michał Górny
  2020-03-04 14:32 ` [gentoo-dev] [PATCH 1/9] python*-r1.eclass, distutils-r1.eclass: Link to Python Guide Michał Górny
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Michał Górny @ 2020-03-04 14:32 UTC (permalink / raw
  To: gentoo-dev; +Cc: python, Michał Górny

Hi,

Here's a short series addressing some issues I've noticed in the code.
This is mostly stale documentation, non-doc changes are:

1. python_setup() now verbosely reports the implementation selected.

2. leftover code to workaround virtual/pypy* is removed.

3. calling distutils-r1_python_install_all is no longer mandatory.
   It it just a thin wrapper on einstalldocs, so it's fine to call
   einstalldocs instead.

4. /usr/lib/pypy*/share is now a fatal error.  It shouldn't be happening
   now that pypy* is patched.

Best regards,
Michał Górny

Michał Górny (9):
  python*-r1.eclass, distutils-r1.eclass: Link to Python Guide
  python-utils-r1.eclass: Mark _python_check_locale_sanity @INTERNAL
  python-utils-r1.eclass: Update docs to use python_setup
  python-r1.eclass: Report impl used by python_setup
  python-any-r1.eclass: Report impl used by python_setup
  python-single-r1.eclass: Report impl used by python_setup
  python-utils-r1.eclass: Remove leftover from virtual/pypy*
  distutils-r1.eclass: Do not require distutils-r1_python_install_all
  distutils-r1.eclass: Make /usr/lib/pypy/share warning fatal

 eclass/distutils-r1.eclass     | 17 +++--------------
 eclass/python-any-r1.eclass    | 10 +++++++---
 eclass/python-r1.eclass        |  7 ++++---
 eclass/python-single-r1.eclass |  6 ++++--
 eclass/python-utils-r1.eclass  | 31 +++++++++----------------------
 5 files changed, 27 insertions(+), 44 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-03-04 14:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-04 14:32 [gentoo-dev] [PATCH 0/9] python-r1 suite cleanup Michał Górny
2020-03-04 14:32 ` [gentoo-dev] [PATCH 1/9] python*-r1.eclass, distutils-r1.eclass: Link to Python Guide Michał Górny
2020-03-04 14:32 ` [gentoo-dev] [PATCH 2/9] python-utils-r1.eclass: Mark _python_check_locale_sanity @INTERNAL Michał Górny
2020-03-04 14:32 ` [gentoo-dev] [PATCH 3/9] python-utils-r1.eclass: Update docs to use python_setup Michał Górny
2020-03-04 14:32 ` [gentoo-dev] [PATCH 4/9] python-r1.eclass: Report impl used by python_setup Michał Górny
2020-03-04 14:32 ` [gentoo-dev] [PATCH 5/9] python-any-r1.eclass: " Michał Górny
2020-03-04 14:32 ` [gentoo-dev] [PATCH 6/9] python-single-r1.eclass: " Michał Górny
2020-03-04 14:32 ` [gentoo-dev] [PATCH 7/9] python-utils-r1.eclass: Remove leftover from virtual/pypy* Michał Górny
2020-03-04 14:32 ` [gentoo-dev] [PATCH 8/9] distutils-r1.eclass: Do not require distutils-r1_python_install_all Michał Górny
2020-03-04 14:32 ` [gentoo-dev] [PATCH 9/9] distutils-r1.eclass: Make /usr/lib/pypy/share warning fatal Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox