diff options
| author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:16 +0000 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:34:01 +0100 |
| commit | 653dbd922bb653067bc794cef5dd9fc98d15cb1c (patch) | |
| tree | 5c6710b71f0975859a159ac9bd9ed01adb4af237 /gnu/packages/python-web.scm | |
| parent | b9056afc0a3ba16993fb95bbedc735f65c88511c (diff) | |
gnu: Remove python2-urlgrabber.
* gnu/packages/python-web.scm (python2-urlgrabber): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a91c840052c..b60abde4a16 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -4164,26 +4164,6 @@ the web, FTP or locally. It supports HTTP, FTP and file:// protocols, it | |||
| 4164 | supports features like HTTP keep-alive, reget, throttling and more.") | 4164 | supports features like HTTP keep-alive, reget, throttling and more.") |
| 4165 | (license license:lgpl2.1+))) | 4165 | (license license:lgpl2.1+))) |
| 4166 | 4166 | ||
| 4167 | (define-public python2-urlgrabber | ||
| 4168 | (package | ||
| 4169 | (name "python2-urlgrabber") | ||
| 4170 | (version "3.10.2") | ||
| 4171 | (source | ||
| 4172 | (origin | ||
| 4173 | (method url-fetch) | ||
| 4174 | (uri (pypi-uri "urlgrabber" version)) | ||
| 4175 | (sha256 | ||
| 4176 | (base32 "0w1h7hlsq406bxfy2pn4i9bd003bwl0q9b7p03z3g6yl0d21ddq5")))) | ||
| 4177 | (build-system python-build-system) | ||
| 4178 | (arguments `(#:python ,python-2)) ; urlgrabber supports python2 only | ||
| 4179 | (home-page "http://urlgrabber.baseurl.org") | ||
| 4180 | (synopsis "High-level cross protocol url-grabber") | ||
| 4181 | (description "@code{urlgrabber} is Python2 library that unifies access to | ||
| 4182 | files available on web, FTP or locally. It supports HTTP, FTP and file:// | ||
| 4183 | protocols, it supports features like HTTP keep-alive, reget, throttling and | ||
| 4184 | more.") | ||
| 4185 | (license license:lgpl2.1+))) | ||
| 4186 | |||
| 4187 | (define-public python-pycares | 4167 | (define-public python-pycares |
| 4188 | (package | 4168 | (package |
| 4189 | (name "python-pycares") | 4169 | (name "python-pycares") |
