summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:50:20 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:41 -0400
commitaea5860747abda4a8d161adf9105ec59cde25169 (patch)
treee1c44e9894bb41f1ae909fe4551cbb4dd5e1af9d /gnu/packages/web.scm
parent8f49a084bafc150822c636959576b17ae0df806e (diff)
downloadguix-patches-aea5860747abda4a8d161adf9105ec59cde25169.tar
guix-patches-aea5860747abda4a8d161adf9105ec59cde25169.tar.gz
gnu: Remove python2-feedparser.
* gnu/packages/web.scm (python2-feedparser): Delete variable.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 4723d218d4..fb5d3dab9a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4652,30 +4652,6 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
(license (list license:bsd-2 ; source code
license:freebsd-doc)))) ; documentation
-(define-public python2-feedparser
- (package
- (name "python2-feedparser")
- (version "5.2.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "feedparser" version ".tar.bz2"))
- (sha256
- (base32
- "00hb4qg2am06g81mygfi1jsbx8830024jm45g6qp9g8fr6am91yf"))))
- (build-system python-build-system)
- (arguments
- `(#:tests? #f
- #:python ,python-2))
- (home-page
- "https://github.com/kurtmckee/feedparser")
- (synopsis "Parse feeds in Python")
- (description
- "Universal feed parser which handles RSS 0.9x, RSS 1.0, RSS 2.0,
-CDF, Atom 0.3, and Atom 1.0 feeds.")
- (license (list license:bsd-2 ; source code
- license:freebsd-doc)))) ; documentation
-
(define-public guix-data-service
(let ((commit "198b6ef719745a48918e703990d1e846ffcd65b0")
(revision "31"))