Changeset e7d00a2 for general/prog


Ignore:
Timestamp:
02/26/2023 11:54:45 PM (16 months ago)
Author:
Ken Moffat <ken@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
528a24f
Parents:
4c3c9faf (diff), 6a22b91 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'ken/inkscape-core-mods' into trunk

Location:
general/prog
Files:
5 added
2 edited

Legend:

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

    r4c3c9faf re7d00a2  
    129129      <listitem>
    130130        <para>
     131          <xref linkend="msgpack"/>
     132        </para>
     133      </listitem>
     134      <listitem>
     135        <para>
    131136          <xref linkend="pathspec"/>
    132137        </para>
     
    266271
    267272  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     273    href="python-dependencies/msgpack.xml"/>
     274
     275  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    268276    href="python-dependencies/pathspec.xml"/>
    269277
  • general/prog/python-modules.xml

    r4c3c9faf re7d00a2  
    6262      <listitem>
    6363        <para>
     64          <xref linkend="cachecontrol"/>
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          <xref linkend="cssselect"/>
     70        </para>
     71      </listitem>
     72      <listitem>
     73        <para>
    6474          <xref linkend="cython"/>
    6575        </para>
     
    122132      <listitem>
    123133        <para>
     134          <xref linkend="numpy"/>
     135        </para>
     136      </listitem>
     137      <listitem>
     138        <para>
    124139          <xref linkend="packaging"/>
    125140        </para>
     
    173188        <para>
    174189          <xref linkend="pyparsing"/>
     190        </para>
     191      </listitem>
     192      <listitem>
     193        <para>
     194          <xref linkend="pyserial"/>
    175195        </para>
    176196      </listitem>
     
    231251
    232252  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     253    href="python-modules/cssselect.xml"/>
     254
     255  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     256    href="python-modules/cachecontrol.xml"/>
     257
     258  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    233259    href="python-modules/cython.xml"/>
    234260
     
    267293
    268294  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     295    href="python-modules/numpy.xml"/>
     296
     297  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    269298    href="python-modules/packaging.xml"/>
    270299
     
    300329
    301330  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     331    href="python-modules/pyserial.xml"/>
     332
     333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    302334    href="python-modules/pytest.xml"/>
    303335
Note: See TracChangeset for help on using the changeset viewer.