all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matthew Jordan <matthewjordannm@gmail.com>
To: guix-devel <guix-devel@gnu.org>
Subject: [PATCH 2/2] Feed2maildir: Add feed2maildir
Date: Sun, 21 Aug 2016 12:13:45 -0400	[thread overview]
Message-ID: <87zio6f6bq.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me> (raw)

[-- Attachment #1: Type: text/plain, Size: 88 bytes --]

Good Day,

This a patch to add feed2maildir.
Let me know if I need to change anything.


[-- Attachment #2: patch to add feed2maildir. --]
[-- Type: text/x-patch, Size: 1949 bytes --]

From 2bc27ff76ae53f9e7556d55a3dc2b4ffde6f72f7 Mon Sep 17 00:00:00 2001
From: "Matthew O'N.S Jordan" <matthewjordannm@gmail.com>
Date: Sun, 21 Aug 2016 11:47:17 -0400
Subject: [PATCH 2/2] gnu: Add feed2maildir

* gnu/packages/mail.scm (python-feed2maildir): New variable.
---
 gnu/packages/mail.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 49bf8f7..d37557c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -16,6 +16,7 @@
 ;;; Copyright © 2016 Alex Kost <alezost@gmail.com>
 ;;; Copyright © 2016 Troy Sankey <sankeytms@gmail.com>
 ;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
+;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1305,3 +1306,29 @@ Khard can also be used from within the email client @command{mutt}.")
   (description "Mail::SPF is the Sender Policy Framework implemented
 in Perl.")
   (license bsd-3)))
+
+(define-public python-feed2maildir
+  (package
+    (name "feed2maildir")
+    (version "0.3.5.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://pypi.python.org/packages/5f/e7/d6d7235f13aced7aaa08bbd0d5bb95c87f2945c29e290caa399a014eaeae/"
+             name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "18g3v99s6703wgc90cgrdz6i3viqk857liy05ndvfjsidnikym44"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f))
+    (inputs
+     `(("python-setuptools" ,python-setuptools)
+       ("python-feedparser" ,python-feedparser)
+       ("python-dateutil" ,python-dateutil-2)))
+    (home-page "https://github.com/sulami/feed2maildir")
+    (synopsis "Convert feeds to maildirs")
+    (description "Convert feeds to maildirs")
+    (license
+     (non-copyleft "https://github.com/sulami/feed2maildir/blob/master/LICENSE"))))
-- 
2.9.0


[-- Attachment #3: Type: text/plain, Size: 28 bytes --]


Sincerely,

Matthew Jordan

             reply	other threads:[~2016-08-21 16:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-21 16:13 Matthew Jordan [this message]
2016-08-30 19:19 ` [PATCH 2/2] Feed2maildir: Add feed2maildir Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zio6f6bq.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me \
    --to=matthewjordannm@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.