raingloom <raingloom@riseup.net> writes:
Hello, thank you for this package, pushed!
I have also package 'python2-pytidylib' and add it as a input for this
Toggle quote (49 lines)
>>From baa6940b9035e196eb0b870dc08fdd50212a8708 Mon Sep 17 00:00:00 2001
> From: raingloom <raingloom@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
> #: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
> + (uri (string-append "https://offog.org/files/rawdog-"
> + "18nyg19mwxyqdnykplkqmzb4n27vvrhvp639zai8f81gg9vdbsjp"))))
> + (build-system python-build-system)
> + `(#:python ,python-2.7))
> + `(("python2-feedparser" ,python2-feedparser)))
> + (home-page "https://offog.org/code/rawdog/")
> + (synopsis "RSS Aggregator Without Delusions Of Grandeur")
> + "An RSS aggregator that produces static HTML pages from feeds")
It should end with '.', well I change the description to the first 2
And this to 'license:gpl2+'.