unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44138] [PATCH] gnu: Add python-imap-tools.
@ 2020-10-22 14:42 Reza Alizadeh Majd
  2020-10-24 23:04 ` bug#44138: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Reza Alizadeh Majd @ 2020-10-22 14:42 UTC (permalink / raw)
  To: 44138; +Cc: Reza Alizadeh Majd

* gnu/packages/python-web.scm (python-imap-tools): New variable.
---
 gnu/packages/python-web.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b8b7ce9d31..0f9b4a4af6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5164,3 +5164,22 @@ Encoding for HTTP.")
      "This module acts as a webbrowser solving Cloudflare's Javascript
 challenges.")
     (license license:expat)))
+
+(define-public python-imap-tools
+  (package
+    (name "python-imap-tools")
+    (version "0.27.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "imap_tools" version))
+        (sha256
+          (base32
+            "0zd3dkahjc3np9b9zs9cqgmif1gd64ykl1ydw60k5l5zli4ydlk8"))))
+    (build-system python-build-system)
+    (arguments '(#:tests? #f))          ; tests require internet access
+    (home-page "https://github.com/ikvk/imap_tools")
+    (synopsis "Work with email and mailbox by IMAP")
+    (description
+      "Work with email and mailbox by IMAP")
+    (license license:asl2.0)))
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#44138: [PATCH] gnu: Add python-imap-tools.
  2020-10-22 14:42 [bug#44138] [PATCH] gnu: Add python-imap-tools Reza Alizadeh Majd
@ 2020-10-24 23:04 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-10-24 23:04 UTC (permalink / raw)
  To: Reza Alizadeh Majd; +Cc: 44138-done

Hi,

Reza Alizadeh Majd <r.majd@pantherx.org> skribis:

> * gnu/packages/python-web.scm (python-imap-tools): New variable.

[...]

> +    (synopsis "Work with email and mailbox by IMAP")
> +    (description
> +      "Work with email and mailbox by IMAP")

I expounded the description and committed, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-24 23:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22 14:42 [bug#44138] [PATCH] gnu: Add python-imap-tools Reza Alizadeh Majd
2020-10-24 23:04 ` bug#44138: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).