Ignore:
Timestamp:
05/06/2024 04:23:45 PM (6 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
lazarus, trunk
Children:
cabe460
Parents:
93218512
Message:

Archive PyYaml and Update to Cython-3.0.10.

File:
1 edited

Legend:

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

    r93218512 rc4a9428e  
    7070      <para role="optional">
    7171        <xref linkend="pytest"/>,
    72         <xref linkend="PyYAML"/>, and
     72        <ulink url="https://pypi.org/project/pyyaml/">pyyaml</ulink>
    7373        <ulink url="https://pypi.org/project/coverage/">coverage</ulink>
    7474      </para>
     
    9191
    9292    <para>
    93       Assuming <xref linkend="pytest"/> and <xref linkend="PyYAML"/> are
    94       installed and the other optional dependency is not, the installation
    95       can be tested with:
     93      Assuming <xref linkend="pytest"/> is installed and the other optional
     94      dependencies are not, the installation can be tested with:
    9695    </para>
    9796
    9897<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    9998source testenv/bin/activate                    &amp;&amp;
    100 pip3 install coverage                          &amp;&amp;
     99pip3 install coverage pyyaml                   &amp;&amp;
    101100python3 /usr/bin/pytest --ignore=tests/test_syntax/extensions/test_md_in_html.py<!-- no && because of a possible error -->
    102101deactivate</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.