From d7448718b6f17faf7c339625d8a5b2e547130018 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 30 Dec 2025 13:29:53 +0000 Subject: [PATCH] gnu: Remove python-unalix. * gnu/packages/python-web.scm (python-unalix): Delete variable. Fixes: guix/guix#4577 Change-Id: I842a022d7b48ac0bb0dcae4014fa3e12fe40d982 --- gnu/packages/python-web.scm | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2c83d13cca15331ea6ae1c9d7d9c5d25b652037e..9144a901b32172aa54ff36dbd7f92cfb35a3a71d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6922,28 +6922,6 @@ provides service wrappers for convenient connection initialization and authenticated session objects providing things like keep-alive.") (license license:expat))) -(define-public python-unalix - (package - (name "python-unalix") - (version "0.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/AmanoTeam/Unalix") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0h8wc1axv26h753a8brc6dccqndx005c2bhr09gwg5c1hj9zsfml")))) - (build-system pyproject-build-system) - (native-inputs (list python-pytest python-setuptools)) - (home-page "https://pypi.org/project/Unalix/") - (synopsis "Python library for removing tracking fields from URLs") - (description "Unalix is a library written in Python implementing the -specification used by the @url{https://github.com/ClearURLs/Addon, ClearURLs} -addon for removing tracking fields from URLs.") - (license license:lgpl3+))) - (define-public python-urllib3 (package (name "python-urllib3")