GNU bug report logs -
#63060
[PATCH] gnu: Add morss.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Mon, 24 Apr 2023 23:24:02 UTC
Severity: normal
Tags: patch
Done: Vinicius Monego <monego <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63060 in the body.
You can then email your comments to 63060 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63060
; Package
guix-patches
.
(Mon, 24 Apr 2023 23:24:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vinicius Monego <monego <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 24 Apr 2023 23:24:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> flashner.co.il>
;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <me <at> tobias.gr>
-;;; Copyright © 2020 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2020, 2023 Vinicius Monego <monego <at> posteo.net>
;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
;;; Copyright © 2022 Luis Felipe López Acevedo <luis.felipe.la <at> protonmail.com>
;;; Copyright © 2022 Liliana Marie Prikler <liliana.prikler <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63060
; Package
guix-patches
.
(Sat, 06 May 2023 15:15:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63060 <at> debbugs.gnu.org (full text, mbox):
Hi,
Vinicius Monego <monego <at> posteo.net> skribis:
> * gnu/packages/syndication.scm (morss): New variable.
LGTM!
Ludo’.
Reply sent
to
Vinicius Monego <monego <at> posteo.net>
:
You have taken responsibility.
(Sun, 14 May 2023 15:22:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vinicius Monego <monego <at> posteo.net>
:
bug acknowledged by developer.
(Sun, 14 May 2023 15:22:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 63060-done <at> debbugs.gnu.org (full text, mbox):
Em 06/05/2023 12:14, Ludovic Courtès escreveu:
> Hi,
>
> Vinicius Monego <monego <at> posteo.net> skribis:
>
>> * gnu/packages/syndication.scm (morss): New variable.
> LGTM!
>
> Ludo’.
Hi,
Pushed! Closing.
Vinicius
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 12 Jun 2023 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 359 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.