Changeset 1d6fda1 for general


Ignore:
Timestamp:
04/24/2023 12:36:16 AM (13 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
2280e49
Parents:
9af2c82
Message:

Update to sphinx-6.2.0 (Python module).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/sphinx.xml

    r9af2c82 r1d6fda1  
    77  <!ENTITY sphinx-download-http "https://github.com/sphinx-doc/sphinx/archive/v&sphinx-version;/sphinx-&sphinx-version;.tar.gz">
    88  <!ENTITY sphinx-download-ftp  " ">
    9   <!ENTITY sphinx-md5sum        "18b07621d19d4b2cffd58d7a6ac5bed3">
     9  <!ENTITY sphinx-md5sum        "25ceafbd257b4640b87fc032e3155d4d">
    1010  <!ENTITY sphinx-size          "6.4 MB">
    11   <!ENTITY sphinx-buildsize     "43 MB (add 35 MB for tests)">
    12   <!ENTITY sphinx-time          "less than 0.1 SBU (1.1 SBU for tests)">
     11  <!ENTITY sphinx-buildsize     "26 MB (add 36 MB for tests)">
     12  <!ENTITY sphinx-time          "less than 0.1 SBU (0.9 SBU for tests)">
    1313]>
    1414
     
    9191        <xref linkend="cython"/>,
    9292        <xref linkend="pytest"/>,
    93         <xref linkend="texlive"/>, and
     93        <xref linkend="texlive"/>,
     94        <ulink url="https://pypi.org/project/filelock/">filelock</ulink>, and
    9495        <ulink url="https://pypi.org/project/html5lib/">html5lib</ulink>
    9596      </para>
     
    118119<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    119120source testenv/bin/activate                    &amp;&amp;
    120 pip3 install html5lib                          &amp;&amp;
     121pip3 install html5lib filelock                 &amp;&amp;
    121122python3 /usr/bin/pytest<!-- no && because of a possible error -->
    122123deactivate</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.