guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit b0c4eb65872bb1705d01d3e7b5d619f92bb0c42a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 24 00:32:01 2026 +0000
gnu: Remove python-publicsuffix.
* gnu/packages/python-web.scm (python-publicsuffix): Delete variable.
Fixes: guix/guix#5072
Change-Id: I8b786a0466b44fb341b48bfbd1e50b283a4d0a7d
---
gnu/packages/python-web.scm | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 24715e4bf8..6e3d9fbb82 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8457,25 +8457,6 @@ Templates.")
(sha256
(base32
"1bkwmgr0ia9gcn4bszs2xlvml79f0bi2s4a87xg22ky9rq8avy2s"))))))
-(define-public python-publicsuffix
- (package
- (name "python-publicsuffix")
- (version "1.1.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "publicsuffix" version))
- (sha256
- (base32
- "1adx520249z2cy7ykwjr1k190mn2888wqn9jf8qm27ly4qymjxxf"))))
- (build-system python-build-system)
- (arguments
- `(#:tests? #f)) ; tests use the internet
- (home-page "https://www.tablix.org/~avian/git/publicsuffix.git")
- (synopsis "Get suffix for a domain name")
- (description "Get a public suffix for a domain name using the Public Suffix
-List.")
- (license license:expat)))
-
(define-public python-publicsuffix2
(package
(name "python-publicsuffix2")