Changeset 381cfd1 for general


Ignore:
Timestamp:
02/26/2023 08:58:24 PM (16 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.

Location:
general/prog
Files:
2 added
2 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
Note: See TracChangeset for help on using the changeset viewer.