Ignore:
Timestamp:
03/25/2024 04:28:32 PM (6 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
e1b67062
Parents:
49a01c11
Message:

Added perl modules html5lib and webencodings

These packages are needed in suport of qtwebengine.

Also changed phinxcontrib-htmlhelp and sphinx dependency references
for external ulinks to internal xrefs.

Location:
general/prog/python-dependencies
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies/sphinxcontrib-htmlhelp.xml

    r49a01c11 ra3e69b9b  
    7272        <xref linkend="pytest"/>,
    7373        <xref linkend="sphinx"/> (circular dependency), and
    74         <ulink url="https://pypi.org/project/html5lib/">html5lib</ulink>
     74        <xref linkend="html5lib"/>
    7575      </para>
    7676
     
    9191
    9292    <para>
    93       Assuming <xref linkend="pytest"/> is installed, but the other optional
    94       dependency is not, the installation can be tested with the following
    95       commands:
     93      If the optional dependencies are installed, the package can be tested with:
    9694    </para>
    9795
    98 <screen remap="test"><userinput>python3 -m venv --system-site-packages testenv   &amp;&amp;
    99 source testenv/bin/activate                      &amp;&amp;
    100 pip3 install html5lib                            &amp;&amp;
    101 python3 /usr/bin/pytest<!-- no && because of a possible error -->
    102 deactivate</userinput></screen>
    103 
    104 <!--
    105     <para>
    106       the <command>sed ...</command> command is needed because of a change
    107       in <application>Sphinx</application> API for versions greater than
    108       5.0.
    109     </para>
    110 -->
     96<screen remap="test"><userinput>python3 /usr/bin/pytest</userinput></screen>
    11197
    11298    </sect3>
Note: See TracChangeset for help on using the changeset viewer.