From 07a35c1790184d728b27bd2760fa6a85ce3139f2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 7 Nov 2025 12:00:52 +0000 Subject: [PATCH] gnu: Remove python-wget. Project's source has gone , PyPI shows that the package was updated in 2015 . * gnu/packages/python-web.scm (python-wget): Delete variable. Fixes: guix/guix#3321 Change-Id: I4d923baa67ebcfa3cc87620a98a0be30a9c429f7 --- gnu/packages/python-web.scm | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 7f6cef5d50284de99a7e93ff1b922dd26cfdcd88..910518ba609dceda8bbcb2d137d188ce955a4414 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5117,27 +5117,6 @@ set out in RFC 7540 Section 5.3 (Stream Priority).") @url{https://weblate.org/, Weblate}i.") (license license:expat))) -;; XXX: See: . -(define-public python-wget - (package - (name "python-wget") - (version "3.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "wget" version ".zip")) - (sha256 - (base32 - "0qb0y7ipby42m4m7h0ipazpdyc3bn9xi46lvifcwwl5albn31rim")))) - (build-system pyproject-build-system) - (arguments (list #:tests? #f)) ;no tests - (native-inputs (list python-setuptools unzip)) - (home-page "https://bitbucket.org/techtonik/python-wget/") - (synopsis "Pure Python download utility") - (description "The python-wget library provides an API to download files -with features similar to the @command{wget} utility.") - (license license:unlicense))) - (define-public python-wikidata (package (name "python-wikidata")