Changeset 6e98a080


Ignore:
Timestamp:
10/20/2022 03:13:04 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:
6e86a83
Parents:
74434cc
Message:

Move pyparsing module to python-modules

It may be used by packages other than python modules

Location:
general/prog
Files:
2 edited
1 moved

Legend:

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

    r74434cc r6e98a080  
    114114      <listitem>
    115115        <para>
    116           <xref linkend="pyparsing"/>
    117         </para>
    118       </listitem>
    119       <listitem>
    120         <para>
    121116          <xref linkend="pytz"/>
    122117        </para>
     
    217212
    218213  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    219     href="python-dependencies/pyparsing.xml"/>
    220 
    221   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    222214    href="python-dependencies/pytz.xml"/>
    223215
  • general/prog/python-modules.xml

    r74434cc r6e98a080  
    171171      <listitem>
    172172        <para>
     173          <xref linkend="pyparsing"/>
     174        </para>
     175      </listitem>
     176      <listitem>
     177        <para>
    173178          <xref linkend="pytest"/>
    174179        </para>
     
    280285
    281286  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     287    href="python-modules/pyparsing.xml"/>
     288
     289  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    282290    href="python-modules/pytest.xml"/>
    283291
Note: See TracChangeset for help on using the changeset viewer.