GNU bug report logs - #42297
[PATCH 00/10] Add Python packages for Sourcehut

Previous Next

Package: guix-patches;

Reported by: Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>

Date: Thu, 9 Jul 2020 16:16:02 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
To: 42297 <at> debbugs.gnu.org
Cc: Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
Subject: [bug#42297] [PATCH 06/10] gnu: Add python-emailthreads.
Date: Thu,  9 Jul 2020 22:19:14 +0300
* gnu/packages/python-xyz.scm (python-emailthreads): New variable.
---
 gnu/packages/python-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 20abc1a9d3..b3dddc57c1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20552,3 +20552,33 @@ CommandServer.")
      "Unidiff is a simple Python library to parse and interact with unified
 diff data.")
     (license license:expat)))
+
+(define-public python-emailthreads
+  (package
+    (name "python-emailthreads")
+    (version "v0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "emailthreads" version))
+       (sha256
+        (base32
+         "128by819l2awvs3gvlcs75s0k8lfl8420s9khjh8bfk8p780rlfm"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:modules ((guix build utils)
+                  (guix build python-build-system))
+       #:phases
+       (modify-phases %standard-phases
+         (add-before 'build 'prepare-for-tests
+           (lambda _
+             (setenv "PKGVER" (version)))))))
+    (home-page
+     "https://github.com/emersion/python-emailthreads")
+    (synopsis
+     "Parses email threads into conversation trees")
+    (description
+     "Python library to parse and format email threads.  Give it a list
+of emails that are part of the same thread and it'll build a tree of
+responses to the original message.")
+    (license license:expat)))
-- 
2.27.0





This bug report was last modified 123 days ago.

Previous Next


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