mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Remove python-url.
* gnu/packages/python-web.scm (python-url): Delete variable. Fixes: guix/guix#3970 Change-Id: I29400ea211032ed156ce1ad669c24f23d065b650
This commit is contained in:
parent
a45ab36e08
commit
e3f3f2d101
1 changed files with 0 additions and 22 deletions
|
|
@ -7542,28 +7542,6 @@ Protocol, WAMP}
|
|||
provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients.")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public python-url
|
||||
(package
|
||||
(name "python-url")
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "url" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v879yadcz9qxfl41ak6wkga1kimp9cflla9ddz03hjjvgkqy5ki"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-publicsuffix))
|
||||
(native-inputs
|
||||
(list python-coverage python-nose))
|
||||
(arguments
|
||||
`(#:tests? #f)) ; FIXME: tests fail with "ImportError: No module named 'tests'"
|
||||
(home-page "https://github.com/seomoz/url-py")
|
||||
(synopsis "URL Parsing")
|
||||
(description "Library for parsing urls.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-cachecontrol
|
||||
(package
|
||||
(name "python-cachecontrol")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue