summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-30 13:29:53 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-30 13:29:58 +0000
commitd7448718b6f17faf7c339625d8a5b2e547130018 (patch)
tree2527ee8d7730464d226fc0039f9ce3dd885bfcf3 /gnu/packages/python-web.scm
parent45233c55909f2294a8132aedb7a49a45e4ec69a7 (diff)
gnu: Remove python-unalix.
* gnu/packages/python-web.scm (python-unalix): Delete variable. Fixes: guix/guix#4577 Change-Id: I842a022d7b48ac0bb0dcae4014fa3e12fe40d982
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2c83d13cca1..9144a901b32 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")