guix_mirror_bot pushed a commit to branch python-team in repository guix. commit fd89134835e7e665d5dfb03716475f3f987a8732 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Aug 5 16:17:23 2025 +0100
gnu: Remove python-cachecontrol-0.11. * gnu/packages/python-web.scm (python-cachecontrol-0.11): Delete variable. Change-Id: I081cf03298b4059a9ae5b4de94e2ea7fd3c75b9c --- gnu/packages/python-web.scm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 62f3bb4919..aa4f99faa5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6391,20 +6391,6 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients." @code{httplib2} for use with @code{requests} session objects.") (license license:asl2.0))) -(define-public python-cachecontrol-0.11 - (package - (inherit python-cachecontrol) - (name "python-cachecontrol") - (version "0.11.7") - (source - (origin - (method url-fetch) - (uri (pypi-uri "CacheControl" version)) - (sha256 - (base32 - "07jsfhlbcwgqg6ayz8nznzaqg5rmxqblbzxz1qvg5wc44pcjjy4g")))) - (native-inputs (list python-setuptools python-wheel)))) - (define-public python-betamax (package (name "python-betamax")