Changeset cbc9210


Ignore:
Timestamp:
02/26/2023 05:27:45 PM (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:
87c4eb2c
Parents:
0918543
Message:

inkscape core extensions: add pySerial.

Files:
1 added
3 edited

Legend:

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

    r0918543 rcbc9210  
    187187      <listitem>
    188188        <para>
     189          <xref linkend="pyserial"/>
     190        </para>
     191      </listitem>
     192      <listitem>
     193        <para>
    189194          <xref linkend="pytest"/>
    190195        </para>
     
    316321
    317322  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     323    href="python-modules/pyserial.xml"/>
     324
     325  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    318326    href="python-modules/pytest.xml"/>
    319327
  • packages.ent

    r0918543 rcbc9210  
    555555<!ENTITY pyparsing-version            "3.0.9">
    556556<!ENTITY pyparsing-md5sum             "fadc2f3bf5872bf6310576a86c3566e0">
     557<!ENTITY pyserial-version             "3.5">
     558<!ENTITY pyserial-md5sum             "1cf25a76da59b530dbfc2cf99392dc83">
    557559<!ENTITY pytest-version               "7.2.1">
    558560<!ENTITY pytest-md5sum                "366a4047534ef0485f700c20bb574f67">
  • xsoft/other/inkscape.xml

    r0918543 rcbc9210  
    120120      <xref role="runtime" linkend="cssselect"/>,
    121121      <xref role="runtime" linkend="lxml"/>,
    122       <xref role="runtime" linkend="numpy"/>, and
     122      <xref role="runtime" linkend="numpy"/>,
     123      <xref role="runtime" linkend="pyserial"/>, and
    123124      <xref role="runtime" linkend="scour"/>
    124125    </para>
Note: See TracChangeset for help on using the changeset viewer.