Changeset a8b202a


Ignore:
Timestamp:
11/01/2022 09:41:18 AM (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:
ddf66964
Parents:
8c5e6ec
Message:

Add recommonmark and its dependency

This is the module needed for generating LLVM documentation.

Files:
2 added
3 edited

Legend:

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

    r8c5e6ec ra8b202a  
    7979      <listitem>
    8080        <para>
     81          <xref linkend="commonmark"/>
     82        </para>
     83      </listitem>
     84      <listitem>
     85        <para>
    8186          <xref linkend="flit_core"/>
    8287        </para>
     
    186191
    187192  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     193    href="python-dependencies/commonmark.xml"/>
     194
     195  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    188196    href="python-dependencies/flit_core.xml"/>
    189197
  • general/prog/python-modules.xml

    r8c5e6ec ra8b202a  
    196196      <listitem>
    197197        <para>
     198          <xref linkend="recommonmark"/>
     199        </para>
     200      </listitem>
     201      <listitem>
     202        <para>
    198203          <xref linkend="requests"/>
    199204        </para>
     
    287292    href="python-modules/pyxdg.xml"/>
    288293
     294  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     295    href="python-modules/recommonmark.xml"/>
     296
    289297<!--
    290298  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • packages.ent

    r8c5e6ec ra8b202a  
    528528<!ENTITY Jinja2-version               "3.1.2">
    529529<!ENTITY mako-version                 "1.2.3">
     530<!ENTITY recommonmark-version         "0.7.1">
    530531<!ENTITY requests-version             "2.28.1">
    531532<!ENTITY scour-version                "0.38.2">
     
    542543<!ENTITY certifi-version                "2022.9.24">
    543544<!ENTITY charset-normalizer-version     "2.1.1">
     545<!ENTITY commonmark-version             "0.9.1">
    544546<!ENTITY flit_core-version              "3.7.1">
    545547<!ENTITY idna-version                   "3.4">
Note: See TracChangeset for help on using the changeset viewer.