Changeset 7b3ac32


Ignore:
Timestamp:
02/26/2023 04:12:29 AM (14 months ago)
Author:
Ken Moffat <ken@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
5a434ec
Parents:
521ec92
Message:

inkscape python modules - add NumPy

To get a feel for what is involved, this is probably the worst
of them.

Also comment out the perl XML module dependency, not mentioned in
core extensions.

Files:
1 added
3 edited

Legend:

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

    r521ec92 r7b3ac32  
    122122      <listitem>
    123123        <para>
     124          <xref linkend="numpy"/>
     125        </para>
     126      </listitem>
     127      <listitem>
     128        <para>
    124129          <xref linkend="packaging"/>
    125130        </para>
     
    267272
    268273  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     274    href="python-modules/numpy.xml"/>
     275
     276  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    269277    href="python-modules/packaging.xml"/>
    270278
  • packages.ent

    r521ec92 r7b3ac32  
    549549<!ENTITY mako-version                 "1.2.4">
    550550<!ENTITY mako-md5sum                  "651f365616611fcd4f2702a9002e2195">
     551<!ENTITY numpy-version                "1.24.2">
     552<!ENTITY numpy-md5sum                 "c4212a8da1ecf17ece37e2afd0319806">
    551553<!ENTITY pyparsing-version            "3.0.9">
    552554<!ENTITY pyparsing-md5sum             "fadc2f3bf5872bf6310576a86c3566e0">
  • xsoft/other/inkscape.xml

    r521ec92 r7b3ac32  
    117117      various Python modules at runtime for the core extensions:
    118118      <xref role="runtime" linkend="lxml"/>,
    119       <xref role="runtime" linkend="scour"/>.
     119      <xref role="runtime" linkend="numpy"/>, and
     120      <xref role="runtime" linkend="scour"/>
    120121    </para>
    121122
     
    137138      <ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
    138139      <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 
     140      <ulink url="https://libwpd.sourceforge.net/">libwpd</ulink>)
     141    </para>
     142
     143<!-- no trace of this perl module in the core extensions for 1.2.2
    145144    <bridgehead renderas="sect4">Optional Runtime Dependencies
    146145    (for some of the Inkscape extensions)</bridgehead>
     
    148147      <ulink role="runtime"
    149148             url="https://metacpan.org/pod/release/TJMATHER/XML-XQL-0.68/lib/XML/XQL.pm">XML::XQL</ulink>
    150     </para>
     149    </para>-->
    151150
    152151    <para condition="html" role="usernotes">
Note: See TracChangeset for help on using the changeset viewer.