GNU bug report logs - #41199
[PATCH] rawdog RSS reader

Previous Next

Package: guix-patches;

Reported by: raingloom <raingloom <at> riseup.net>

Date: Tue, 12 May 2020 03:00:02 UTC

Severity: normal

Tags: patch

Done: iyzsong <at> member.fsf.org (宋文武)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: raingloom <raingloom <at> riseup.net>
Subject: bug#41199: closed (Re: [bug#41199] [PATCH] rawdog RSS reader)
Date: Sat, 16 May 2020 09:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#41199: [PATCH] rawdog RSS reader

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 41199 <at> debbugs.gnu.org.

-- 
41199: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41199
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: iyzsong <at> member.fsf.org (宋文武)
To: raingloom <raingloom <at> riseup.net>
Cc: 41199-done <at> debbugs.gnu.org
Subject: Re: [bug#41199] [PATCH] rawdog RSS reader
Date: Sat, 16 May 2020 17:41:39 +0800
raingloom <raingloom <at> riseup.net> writes:

> It was rather trivial to package. Just a single dependency.

Hello, thank you for this package, pushed!

>
> There is, however, a recommended dependency (PyTidy) that I did not add,
> since it doesn't seem to be included in the Nix package either and
> doesn't seem to be packaged in Guix. It just tidies up the HTML output,
> so it's not all that important.

I have also package 'python2-pytidylib' and add it as a input for this
rawdog.
>
>>From baa6940b9035e196eb0b870dc08fdd50212a8708 Mon Sep 17 00:00:00 2001
> From: raingloom <raingloom <at> protonmail.com>
> Date: Tue, 12 May 2020 01:50:30 +0200
> Subject: [PATCH] gnu: Add rawdog.
>
> * gnu/packages/syndication.scm (rawdog): New variable.
> ---
>  gnu/packages/syndication.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
> index 5bc3d19a92..a9e69cd8d6 100644
> --- a/gnu/packages/syndication.scm
> +++ b/gnu/packages/syndication.scm
> @@ -30,6 +30,7 @@
>    #:use-module (gnu packages gettext)
>    #:use-module (gnu packages ncurses)
>    #:use-module (gnu packages pkg-config)
> +  #:use-module (gnu packages python)
>    #:use-module (gnu packages python-check)
>    #:use-module (gnu packages python-xyz)
>    #:use-module (gnu packages python-web)
> @@ -169,3 +170,26 @@ file system, and many more features.")
>       "Tuir provides a simple terminal viewer for Reddit (Terminal UI for Reddit).")
>      (license (list license:expat
>                     license:gpl3+))))    ; tuir/packages/praw
> +
> +(define-public rawdog
> +  (package
> +    (name "rawdog")
> +    (version "2.23")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "https://offog.org/files/rawdog-"
> +                           version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "18nyg19mwxyqdnykplkqmzb4n27vvrhvp639zai8f81gg9vdbsjp"))))
> +    (build-system python-build-system)
> +    (arguments
> +     `(#:python ,python-2.7))
> +    (inputs
> +     `(("python2-feedparser" ,python2-feedparser)))
> +    (home-page "https://offog.org/code/rawdog/")
> +    (synopsis "RSS Aggregator Without Delusions Of Grandeur")
> +    (description
> +     "An RSS aggregator that produces static HTML pages from feeds")
It should end with '.', well I change the description to the first 2
lines of README.

> +    (license license:gpl2)))
And this to 'license:gpl2+'.

Thank you!

[Message part 3 (message/rfc822, inline)]
From: raingloom <raingloom <at> riseup.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] rawdog RSS reader
Date: Tue, 12 May 2020 01:58:11 +0200
[Message part 4 (text/plain, inline)]
It was rather trivial to package. Just a single dependency.

There is, however, a recommended dependency (PyTidy) that I did not add,
since it doesn't seem to be included in the Nix package either and
doesn't seem to be packaged in Guix. It just tidies up the HTML output,
so it's not all that important.
[0001-gnu-Add-rawdog.patch (text/x-patch, attachment)]

This bug report was last modified 5 years and 62 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.