Ignore:
Timestamp:
11/06/2022 08:54:50 AM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
33f878a9
Parents:
fdfe117
Message:

Add gi-docgen deps (still WIP)

Location:
general/prog/python-modules
Files:
2 edited

Legend:

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

    rfdfe117 r0a13134f  
    77  <!ENTITY gi-docgen-download-http "https://files.pythonhosted.org/packages/source/g/gi-docgen/gi-docgen-&gi-docgen-version;.tar.gz">
    88  <!ENTITY gi-docgen-download-ftp  " ">
    9   <!ENTITY gi-docgen-md5sum        "fadc2f3bf5872bf6310576a86c3566e0">
    10   <!ENTITY gi-docgen-size          "1.9 MB">
     9  <!ENTITY gi-docgen-md5sum        "e1b86477bd77254a9e4070371887950c">
     10  <!ENTITY gi-docgen-size          "2.4 MB">
    1111  <!ENTITY gi-docgen-buildsize     "2.6 MB">
    1212  <!ENTITY gi-docgen-time          "less than 0.1 SBU">
     
    7272      <bridgehead renderas="sect5">Required</bridgehead>
    7373      <para role="required">
    74         <xref linkend="flit_core"/>
    75       </para>
    76 
    77       <bridgehead renderas="sect5">Optional</bridgehead>
    78       <para role="optional">
    79         <phrase revision="sysv"><xref linkend="Jinja2"/></phrase> and
    80         <ulink url="https://pypi.org/project/railroad-diagrams/">
    81           railroad-diagrams
    82         </ulink> (also needed for tests)
     74        <xref linkend="markdown"/>,
     75        <phrase revision="sysv"><xref linkend="MarkupSafe"/>,</phrase>
     76        <xref linkend="pygments"/>,
     77        <phrase revision="sysv"><xref linkend="Jinja2"/>,</phrase>
     78        <xref linkend="toml"/>, and
     79        <xref linkend="typogrify"/>
    8380      </para>
    8481
     
    104101
    105102    <para>
    106       Assuming <xref linkend="pytest"/> and <xref linkend="Jinja2"/> are
    107       installed, but the other optional dependency is not, the installation
     103      Assuming <xref linkend="pytest"/> is installed, the installation
    108104      can be tested with the following commands:
    109105    </para>
  • general/prog/python-modules/pyparsing.xml

    rfdfe117 r0a13134f  
    104104
    105105    <para>
    106       Assuming <xref linkend="pytest"/> and <xref linkend="Jinja2"/> are
     106      Assuming <xref linkend="pytest"/> <phrase revision="systemd">is</phrase>
     107      <phrase revision="sysv">and <xref linkend="Jinja2"/> are</phrase>
    107108      installed, but the other optional dependency is not, the installation
    108109      can be tested with the following commands:
Note: See TracChangeset for help on using the changeset viewer.