Ignore:
Timestamp:
10/29/2022 08:33:08 PM (18 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:
a2e0310
Parents:
3dc54fa
Message:

Add doxypypy and doxyqml python modules

Also change some ulink to xref, and recommend those modules
for kapidox.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-frameworks.xml

    r3dc54fa r622cc86e  
    124124  <bridgehead renderas="sect4">Additional recommended dependencies for kapidox</bridgehead>
    125125  <para role="recommended">
    126     <xref role="runtime" linkend="doxygen"/> (Run time)<phrase revision="sysv">,
    127     <xref linkend="Jinja2"/>, and
    128     <xref linkend="PyYAML"/></phrase>
    129     <phrase revision="systemd"> and
    130     <xref linkend="PyYAML"/></phrase>
    131   </para>
    132 
    133   <bridgehead renderas="sect4">Other python modules needed by kapidox</bridgehead>
    134   <para role="optional">
    135     <ulink url="https://pypi.org/simple/doxypypy/">doxypypy</ulink>,
    136     <ulink url="https://pypi.org/simple/doxyqml/">doxyqml</ulink>, and
    137     <ulink url="https://pypi.org/simple/requests/">requests</ulink>, which
    138     itself depends on
    139     <ulink url="https://pypi.org/simple/certifi/">certifi</ulink>,
    140     <ulink url="https://pypi.org/simple/charset-normalizer/">charset-normalizer</ulink>,
    141     <ulink url="https://pypi.org/simple/idna/">idna</ulink>, and
    142     <ulink url="https://pypi.org/simple/urllib3/">urllib3</ulink> (all will be
    143     installed by the <command>pip3 install</command> command below)
     126    <xref role="runtime" linkend="doxygen"/> (Run time),
     127    <xref linkend="doxypypy"/>,
     128    <xref linkend="doxyqml"/>,
     129    <phrase revision="sysv"><xref linkend="Jinja2"/>,</phrase>
     130    <xref linkend="PyYAML"/>, and
     131    <xref linkend="requests"/>
    144132  </para>
    145133
     
    366354      case $name in
    367355        kapidox)
    368           # First install some python module dependencies
    369           as_root pip3 install --no-user doxypypy doxyqml requests
    370 
    371356          pip3 wheel -w dist --no-build-isolation --no-deps $PWD
    372357          as_root pip3 install --no-index --find-links dist --no-cache-dir --no-user kapidox
Note: See TracChangeset for help on using the changeset viewer.