public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: python@gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Subject: [gentoo-dev] [PATCH 0/9] python-r1 suite cleanup
Date: Wed,  4 Mar 2020 15:32:14 +0100	[thread overview]
Message-ID: <20200304143223.55830-1-mgorny@gentoo.org> (raw)

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



             reply	other threads:[~2020-03-04 14:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-04 14:32 Michał Górny [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200304143223.55830-1-mgorny@gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    --cc=python@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox