Changeset 5a434ec


Ignore:
Timestamp:
02/26/2023 04:48:05 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:
0918543
Parents:
7b3ac32
Message:

Modules for inkscape - add cssselect.

All the docs refer to it as lowercase, so I have used CSSSelect
for titlecase.

Files:
1 added
3 edited

Legend:

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

    r7b3ac32 r5a434ec  
    6262      <listitem>
    6363        <para>
     64          <xref linkend="cssselect"/>
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
    6469          <xref linkend="cython"/>
    6570        </para>
     
    236241
    237242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     243    href="python-modules/cssselect.xml"/>
     244
     245  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    238246    href="python-modules/cython.xml"/>
    239247
  • packages.ent

    r7b3ac32 r5a434ec  
    514514<!ENTITY asciidoc-version             "10.2.0">
    515515<!ENTITY asciidoc-md5sum              "ecac3af818f7a65596efc6e243b520a0">
     516<!ENTITY cssselect-version            "1.2.0">
     517<!ENTITY cssselect-md5sum             "27fbafacce5447cb867acb240d35002a">
    516518<!ENTITY cython-version               "0.29.33">
    517519<!ENTITY cython-md5sum                "bd42c555cb2298b8a94fa8de7ee679ba">
  • xsoft/other/inkscape.xml

    r7b3ac32 r5a434ec  
    116116      <xref linkend="potrace"/> (for the bucket-fill tool), also
    117117      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="cssselect"/>,
    118121      <xref role="runtime" linkend="lxml"/>,
    119122      <xref role="runtime" linkend="numpy"/>, and
Note: See TracChangeset for help on using the changeset viewer.