Commit Graph

3 Commits

Author SHA1 Message Date
Douglas R. Reno
a8c129460e Minor style nitpicks to the new Python modules, remove a duplicate
heading, and fix a strange character.
2023-02-27 22:37:25 -06:00
Ken Moffat
6a22b91a80 msgpack : correct the name in the links.
Although the docs refer to this as MessagePack, the tarball name is
msgpack, so match that in the links and do not use studly caps
because it is not generally known as MsgPack.
2023-02-26 22:01:04 +00:00
Ken Moffat
381cfd1854 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.
2023-02-26 20:58:24 +00:00