Changeset 855f309 for general/prog


Ignore:
Timestamp:
05/31/2024 06:59:13 PM (7 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
gimp3, trunk
Children:
313e38a, c77c90b
Parents:
fd059de
Message:

Restore PyYAML.

Location:
general/prog
Files:
2 edited
1 moved

Legend:

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

    rfd059de r855f309  
    7070      <para role="optional">
    7171        <xref linkend="pytest"/>,
    72         <ulink url="https://pypi.org/project/pyyaml/">pyyaml</ulink>, and
     72        <xref linkend="PyYAML"/>, and
    7373        <ulink url="https://pypi.org/project/coverage/">coverage</ulink>
    7474      </para>
     
    9797<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    9898source testenv/bin/activate                    &amp;&amp;
    99 pip3 install coverage pyyaml                   &amp;&amp;
     99pip3 install coverage                          &amp;&amp;
    100100python3 /usr/bin/pytest --ignore=tests/test_syntax/extensions/test_md_in_html.py<!-- no && because of a possible error -->
    101101deactivate</userinput></screen>
  • general/prog/python-modules.xml

    rfd059de r855f309  
    212212      <listitem>
    213213        <para>
     214          <xref linkend="PyYAML"/>
     215        </para>
     216      </listitem>
     217      <listitem>
     218        <para>
    214219          <xref linkend="recommonmark"/>
    215220        </para>
     
    340345
    341346  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     347    href="python-modules/pyyaml.xml"/>
     348
     349  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    342350    href="python-modules/recommonmark.xml"/>
    343351
  • general/prog/python-modules/pyyaml.xml

    rfd059de r855f309  
    8080
    8181      <para>
    82         Build PyYAML with the following command:
     82        First, make a change so the package will build with
     83        <xref linkend="cython"/>:
     84      </para>
     85
     86<screen role="pre"><userinput>sed -i '/Cython/s/ import build_ext/.old_build_ext import old_build_ext/' setup.py</userinput></screen>
     87
     88      <para>
     89        Next, build PyYAML with the following command:
    8390      </para>
    8491
Note: See TracChangeset for help on using the changeset viewer.