diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-23 06:42:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-23 06:42:44 +0200 |
commit | a4b79876b9919ef04e84466195e56e29e65c8fa3 (patch) | |
tree | 3d4a5ddf3ef32724f68c57c4cffc9aacfe838702 /guide/interpreter-maintenance.html | |
parent | Rebuild with sphinx-7.0.1 (diff) | |
download | python-a4b79876b9919ef04e84466195e56e29e65c8fa3.tar.gz python-a4b79876b9919ef04e84466195e56e29e65c8fa3.tar.bz2 python-a4b79876b9919ef04e84466195e56e29e65c8fa3.zip |
Update Guide to 9a64ae2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'guide/interpreter-maintenance.html')
-rw-r--r-- | guide/interpreter-maintenance.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/guide/interpreter-maintenance.html b/guide/interpreter-maintenance.html index b4a0b26..3a8b009 100644 --- a/guide/interpreter-maintenance.html +++ b/guide/interpreter-maintenance.html @@ -113,6 +113,14 @@ in <code class="docutils literal notranslate"><span class="pre">~/binpkg/${arch} <h2>Adding a new Python implementation<a class="headerlink" href="#adding-a-new-python-implementation" title="Permalink to this heading">¶</a></h2> <section id="eclass-and-profile-changes"> <h3>Eclass and profile changes<a class="headerlink" href="#eclass-and-profile-changes" title="Permalink to this heading">¶</a></h3> +<div class="admonition note"> +<p class="admonition-title">Note</p> +<p>The best time to perform these changes is prior to adding the first +beta of new Python version. This is because <code class="docutils literal notranslate"><span class="pre">dev-lang/python</span></code> +has a conditional dependency on <code class="docutils literal notranslate"><span class="pre">dev-lang/python-exec</span></code> +for non-alpha versions, so adding the target prior to committing it +ensures depgraph consistency.</p> +</div> <p>When adding a new Python target, please remember to perform all the following tasks:</p> <ul class="simple"> |