gnu: Remove python-publicsuffix.

* gnu/packages/python-web.scm (python-publicsuffix): Delete variable.

Fixes: guix/guix#5072
Change-Id: I8b786a0466b44fb341b48bfbd1e50b283a4d0a7d
This commit is contained in:
Sharlatan Hellseher 2026-01-24 00:32:01 +00:00
parent 8eea3630f1
commit 77166d03f4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8458,25 +8458,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")