summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-12-01 17:11:00 +0100
committerAndreas Enge <andreas@enge.fr>2025-12-01 17:11:04 +0100
commite3f3f2d10160abc0b0c15fa2d59a01b3892dbed8 (patch)
tree78ff22b126448f6761d12cfb6e120d97872f70b3 /gnu/packages/python-web.scm
parenta45ab36e08d7ac7bafea2c14aa83637c4ec8e08d (diff)
gnu: Remove python-url.
* gnu/packages/python-web.scm (python-url): Delete variable. Fixes: guix/guix#3970 Change-Id: I29400ea211032ed156ce1ad669c24f23d065b650
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 52b42b32ead..68f5edc9c8d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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")