Christopher Allan Webber <cweb...@dustycloud.org> skribis: > From 32fe80103c1cef93f1608d5c09e4edf7cd005a5e Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber <cweb...@dustycloud.org> > Date: Fri, 10 Jul 2015 15:49:07 -0500 > Subject: [PATCH 1/3] gnu: Add python-feedgenerator > > * gnu/packages/python.scm (python-feedgenerator, python2-feedgenerator): New > variables.
[...] > + (arguments > + ;; incompatible with Python 3 (exception syntax) I think this comment is a leftover, no? > + (synopsis > + "Standalone version of django.utils.feedgenerator, compatible with > Py3k") Maybe something like: “Standalone version of Django's RSS feed generator”? > + (description > + "Feedgenerator-py3k is a standalone version of Django's feedgenerator.") s/\./, which can produce feeds in RSS 2.0, Atom, and Foobar formats./ OK with changes along these lines! Ludo’.