summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-03 11:12:51 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-03 11:12:51 +0200
commit4c1b9f5c19c00278f0b01bdbc820c761dedf6524 (patch)
treed7054ee7fd47645d1b64cd337f0cff667bac6e90 /guide/depend.html
parentUpdate Guide to b559bd9 (diff)
downloadpython-4c1b9f5c19c00278f0b01bdbc820c761dedf6524.tar.gz
python-4c1b9f5c19c00278f0b01bdbc820c761dedf6524.tar.bz2
python-4c1b9f5c19c00278f0b01bdbc820c761dedf6524.zip
Update Guide to a71e618
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'guide/depend.html')
-rw-r--r--guide/depend.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/guide/depend.html b/guide/depend.html
index 60963e7..b723e87 100644
--- a/guide/depend.html
+++ b/guide/depend.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<title>Advanced dependencies &#8212; Gentoo Python Guide documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
@@ -12,6 +12,7 @@
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
+ <script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
@@ -34,9 +35,9 @@
<div class="body" role="main">
<section id="advanced-dependencies">
-<h1>Advanced dependencies<a class="headerlink" href="#advanced-dependencies" title="Permalink to this headline">¶</a></h1>
+<h1>Advanced dependencies<a class="headerlink" href="#advanced-dependencies" title="Permalink to this heading">¶</a></h1>
<span class="target" id="index-0"></span><section id="requesting-use-flags-on-the-python-interpreter">
-<span id="index-1"></span><h2>Requesting USE flags on the Python interpreter<a class="headerlink" href="#requesting-use-flags-on-the-python-interpreter" title="Permalink to this headline">¶</a></h2>
+<span id="index-1"></span><h2>Requesting USE flags on the Python interpreter<a class="headerlink" href="#requesting-use-flags-on-the-python-interpreter" title="Permalink to this heading">¶</a></h2>
<p>While the majority of Python standard library modules are available
unconditionally, a few are controlled by USE flags. For example,
the <a class="reference external" href="https://docs.python.org/3.8/library/sqlite3.html">sqlite3</a> module requires <code class="docutils literal notranslate"><span class="pre">sqlite</span></code> flag to be enabled
@@ -127,7 +128,7 @@ SQLite support when running tests:</p>
</div>
</section>
<section id="dependencies-conditional-to-python-version">
-<span id="index-2"></span><h2>Dependencies conditional to Python version<a class="headerlink" href="#dependencies-conditional-to-python-version" title="Permalink to this headline">¶</a></h2>
+<span id="index-2"></span><h2>Dependencies conditional to Python version<a class="headerlink" href="#dependencies-conditional-to-python-version" title="Permalink to this heading">¶</a></h2>
<p>When packaging software for multiple Python versions, it is quite likely
that you’ll find yourself needing some packages only with some
of the versions, and not with others. This is the case with backports
@@ -201,7 +202,7 @@ Python 3.7 was removed:</p>
</div>
</section>
<section id="dependencies-on-cffi-and-greenlet">
-<span id="index-3"></span><h2>Dependencies on CFFI and greenlet<a class="headerlink" href="#dependencies-on-cffi-and-greenlet" title="Permalink to this headline">¶</a></h2>
+<span id="index-3"></span><h2>Dependencies on CFFI and greenlet<a class="headerlink" href="#dependencies-on-cffi-and-greenlet" title="Permalink to this heading">¶</a></h2>
<p>The PyPy distribution includes special versions of the <a class="reference external" href="https://pypi.org/project/cffi/">cffi</a>
and <a class="reference external" href="https://pypi.org/project/greenlet/">greenlet</a> packages. For this reason, packages using CFFI
and/or greenlet and supporting PyPy3 need to make the explicit
@@ -280,7 +281,7 @@ dependencies conditional to CPython:</p>
</form>
</div>
</div>
-<script>$('#searchbox').show(0);</script>
+<script>document.getElementById('searchbox').style.display = "block"</script>
@@ -297,7 +298,7 @@ dependencies conditional to CPython:</p>
&copy;2020, Michał Górny, license: CC BY 4.0.
|
- Powered by <a href="http://sphinx-doc.org/">Sphinx 4.5.0</a>
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 5.0.1</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|