guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d7448718b6f17faf7c339625d8a5b2e547130018
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 30 13:29:53 2025 +0000

    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 2c83d13cca..9144a901b3 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")

Reply via email to