emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44138: closed ([PATCH] gnu: Add python-imap-tools.)


From: GNU bug Tracking System
Subject: bug#44138: closed ([PATCH] gnu: Add python-imap-tools.)
Date: Sat, 24 Oct 2020 23:05:02 +0000

Your message dated Sun, 25 Oct 2020 01:04:28 +0200
with message-id <87wnzfgr9f.fsf@gnu.org>
and subject line Re: [bug#44138] [PATCH] gnu: Add python-imap-tools.
has caused the debbugs.gnu.org bug report #44138,
regarding [PATCH] gnu: Add python-imap-tools.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44138: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44138
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-imap-tools. Date: Thu, 22 Oct 2020 18:12:04 +0330
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44138] [PATCH] gnu: Add python-imap-tools. Date: Sun, 25 Oct 2020 01:04:28 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]