Changeset e7d00a2


Ignore:
Timestamp:
02/26/2023 11:54:45 PM (14 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

Files:
5 added
4 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
  • packages.ent

    r4c3c9faf re7d00a2  
    514514<!ENTITY asciidoc-version             "10.2.0">
    515515<!ENTITY asciidoc-md5sum              "ecac3af818f7a65596efc6e243b520a0">
     516<!ENTITY cachecontrol-version         "0.12.11">
     517<!ENTITY cachecontrol-md5sum          "d4393117a879bf1b4e2c01e9c5a285a5">
     518<!ENTITY cssselect-version            "1.2.0">
     519<!ENTITY cssselect-md5sum             "27fbafacce5447cb867acb240d35002a">
    516520<!ENTITY cython-version               "0.29.33">
    517521<!ENTITY cython-md5sum                "bd42c555cb2298b8a94fa8de7ee679ba">
     
    549553<!ENTITY mako-version                 "1.2.4">
    550554<!ENTITY mako-md5sum                  "651f365616611fcd4f2702a9002e2195">
     555<!ENTITY numpy-version                "1.24.2">
     556<!ENTITY numpy-md5sum                 "c4212a8da1ecf17ece37e2afd0319806">
    551557<!ENTITY pyparsing-version            "3.0.9">
    552558<!ENTITY pyparsing-md5sum             "fadc2f3bf5872bf6310576a86c3566e0">
     559<!ENTITY pyserial-version             "3.5">
     560<!ENTITY pyserial-md5sum             "1cf25a76da59b530dbfc2cf99392dc83">
    553561<!ENTITY pytest-version               "7.2.1">
    554562<!ENTITY pytest-md5sum                "366a4047534ef0485f700c20bb574f67">
     
    596604<!ENTITY meson_python-version           "0.12.0">
    597605<!ENTITY meson_python-md5sum            "1c9a037d78a8f35d8704b98d37b638c4">
     606<!ENTITY msgpack-version                "1.0.4">
     607<!ENTITY msgpack-md5sum                 "1822cdb939e7531f7ad0f7f09b434f22">
    598608<!ENTITY pathspec-version               "0.10.3">
    599609<!ENTITY pathspec-md5sum                "d89408b52aff020ac768a14c0ef1c7de">
  • xsoft/other/inkscape.xml

    r4c3c9faf re7d00a2  
    114114      <xref role="nodep" linkend="lcms"/>,
    115115      <xref linkend="libcanberra"/> (to eliminate plugin warnings),
    116       <xref linkend="potrace"/> (for the bucket-fill tool),
    117       <xref role="runtime" linkend="lxml"/> and
    118       <xref role="runtime" linkend="scour"/> (both at runtime, for Save As
    119         Optimized SVG).
     116      <xref linkend="potrace"/> (for the bucket-fill tool), also
     117      various Python modules at runtime for the core extensions:
     118      <!-- there might be others, or other needed dependencies:
     119       needs someone who knows how to use *all" the core extensions -->
     120      <xref role="runtime" linkend="cachecontrol"/>,
     121      <xref role="runtime" linkend="cssselect"/>,
     122      <xref role="runtime" linkend="lxml"/>,
     123      <xref role="runtime" linkend="numpy"/>,
     124      <xref role="runtime" linkend="pyserial"/>, and
     125      <xref role="runtime" linkend="scour"/>
    120126    </para>
    121127
     
    137143      <ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
    138144      <ulink url="https://libwpg.sourceforge.net/">libwpg</ulink> (or
    139       <ulink url="https://libwpd.sourceforge.net/">libwpd</ulink>) and
    140       <ulink role="runtime"
    141              url="https://sourceforge.net/projects/NumPy/files/">NumPy</ulink>
    142       (at runtime for some extensions)
    143     </para>
    144 
     145      <ulink url="https://libwpd.sourceforge.net/">libwpd</ulink>)
     146    </para>
     147
     148<!-- no trace of this perl module in the core extensions for 1.2.2
    145149    <bridgehead renderas="sect4">Optional Runtime Dependencies
    146150    (for some of the Inkscape extensions)</bridgehead>
     
    148152      <ulink role="runtime"
    149153             url="https://metacpan.org/pod/release/TJMATHER/XML-XQL-0.68/lib/XML/XQL.pm">XML::XQL</ulink>
    150     </para>
     154    </para>-->
    151155
    152156    <para condition="html" role="usernotes">
Note: See TracChangeset for help on using the changeset viewer.