* [bug#63060] [PATCH] gnu: Add morss.
@ 2023-04-24 23:22 Vinicius Monego
2023-05-06 15:14 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Vinicius Monego @ 2023-04-24 23:22 UTC (permalink / raw)
To: 63060; +Cc: Vinicius Monego
* gnu/packages/syndication.scm (morss): New variable.
---
gnu/packages/syndication.scm | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 55c9d871e3..9554b14f0c 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016, 2017, 2019-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020, 2023 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2022 Luis Felipe López Acevedo <luis.felipe.la@protonmail.com>
;;; Copyright © 2022 Liliana Marie Prikler <liliana.prikler@gmail.com>
@@ -508,6 +508,34 @@ (define-public tuir
(license (list license:expat
license:gpl3+)))) ; tuir/packages/praw
+(define-public morss
+ (package
+ (name "morss")
+ (version "20221213.2216")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "morss" version))
+ (sha256
+ (base32
+ "1mvxxhzmraxjnw0vz60zkl4d8xp7lw0fs0z537zfhmj1lj9ap4cp"))))
+ (build-system python-build-system)
+ (arguments
+ ;; Tests are not available in the PyPI release and the Git release
+ ;; is lagging behind. Additionally, tests use the network.
+ (list #:tests? #f
+ ;; Sanity check fails to find the module 'bs4', but it's available
+ ;; in the python-beautifulsoup4 dependency.
+ #:phases #~(modify-phases %standard-phases
+ (delete 'sanity-check))))
+ (propagated-inputs (list python-beautifulsoup4 python-chardet
+ python-dateutil python-lxml))
+ (home-page "https://morss.it/")
+ (synopsis "Get full-text RSS feeds")
+ (description "Morss' goal is to get full-text RSS feeds out of striped
+RSS feeds, commonly available on the internet. It also makes it possible
+to create RSS feeds for websites that don't provide any.")
+ (license license:agpl3+)))
+
(define-public syndication-domination
(let ((revision "1")
(commit "f64caabd6f46be14fdb92085971a7f2d6fa5e61e"))
base-commit: bcf63e6bf2ed3dec447d5c2fa3bc67b784eacbe1
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#63060] [PATCH] gnu: Add morss.
2023-04-24 23:22 [bug#63060] [PATCH] gnu: Add morss Vinicius Monego
@ 2023-05-06 15:14 ` Ludovic Courtès
2023-05-14 15:21 ` bug#63060: " Vinicius Monego
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2023-05-06 15:14 UTC (permalink / raw)
To: Vinicius Monego; +Cc: 63060
Hi,
Vinicius Monego <monego@posteo.net> skribis:
> * gnu/packages/syndication.scm (morss): New variable.
LGTM!
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#63060: [PATCH] gnu: Add morss.
2023-05-06 15:14 ` Ludovic Courtès
@ 2023-05-14 15:21 ` Vinicius Monego
0 siblings, 0 replies; 3+ messages in thread
From: Vinicius Monego @ 2023-05-14 15:21 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 63060-done
Em 06/05/2023 12:14, Ludovic Courtès escreveu:
> Hi,
>
> Vinicius Monego <monego@posteo.net> skribis:
>
>> * gnu/packages/syndication.scm (morss): New variable.
> LGTM!
>
> Ludo’.
Hi,
Pushed! Closing.
Vinicius
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-14 15:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24 23:22 [bug#63060] [PATCH] gnu: Add morss Vinicius Monego
2023-05-06 15:14 ` Ludovic Courtès
2023-05-14 15:21 ` bug#63060: " Vinicius Monego
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.