Changeset 381cfd1


Ignore:
Timestamp:
02/26/2023 08:58:24 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:
2b533f75
Parents:
87c4eb2c
Message:

Attempt to add CacheControl and its dep.

CacheControl is used an inkscape clipart file, and in an inkman
file for searching for external packages and getting meta data
about them.

Unfortunately, I cannot find a working link. When I go to
https://pypi.org/project/CacheControl/#files and click on the
link for CacheControl-0.12.11.tar.gz I get a good download,
but if I mouse over that to read where it points to I get
a very long link which starts

https://files.pythonhosted.org/packages/49/9b/

followed by \n unfeasibly long hash which only remains visible
while my mouse is on the link.

Trying to point to c/CacheControl fails.

Current upstream has v0.12.12 but there is at least one issue for
why that might not be at pythonhosted, and trying to link to the
tag for 0.12.11 (there are no releases there) fails.

Files:
2 added
4 edited

Legend:

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

    r87c4eb2c r381cfd1  
    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

    r87c4eb2c r381cfd1  
    6262      <listitem>
    6363        <para>
     64          <xref linkend="cachecontrol"/>
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
    6469          <xref linkend="cssselect"/>
    6570        </para>
     
    249254
    250255  <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"
    251259    href="python-modules/cython.xml"/>
    252260
  • packages.ent

    r87c4eb2c r381cfd1  
    514514<!ENTITY asciidoc-version             "10.2.0">
    515515<!ENTITY asciidoc-md5sum              "ecac3af818f7a65596efc6e243b520a0">
     516<!ENTITY cachecontrol-version         "0.12.11">
     517<!ENTITY cachecontrol-md5sum          "d4393117a879bf1b4e2c01e9c5a285a5">
    516518<!ENTITY cssselect-version            "1.2.0">
    517519<!ENTITY cssselect-md5sum             "27fbafacce5447cb867acb240d35002a">
     
    602604<!ENTITY meson_python-version           "0.12.0">
    603605<!ENTITY meson_python-md5sum            "1c9a037d78a8f35d8704b98d37b638c4">
     606<!ENTITY msgpack-version                "1.0.4">
     607<!ENTITY msgpack-md5sum                 "1822cdb939e7531f7ad0f7f09b434f22">
    604608<!ENTITY pathspec-version               "0.10.3">
    605609<!ENTITY pathspec-md5sum                "d89408b52aff020ac768a14c0ef1c7de">
  • xsoft/other/inkscape.xml

    r87c4eb2c r381cfd1  
    118118      <!-- there might be others, or other needed dependencies:
    119119       needs someone who knows how to use *all" the core extensions -->
     120      <xref role="runtime" linkend="cachecontrol"/>,
    120121      <xref role="runtime" linkend="cssselect"/>,
    121122      <xref role="runtime" linkend="lxml"/>,
Note: See TracChangeset for help on using the changeset viewer.