mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
8eea3630f1
commit
77166d03f4
1 changed files with 0 additions and 19 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue