me
/
guix
Archived
1
0
Fork 0

gnu: Add python-imaplib2.

* gnu/packages/mail.scm (python-imaplib2): New variable.
master
Pierre Langlois 2021-08-21 11:43:10 +01:00
parent fb77bf950e
commit 76ef6dc716
No known key found for this signature in database
GPG Key ID: A8FC9E447F4F7D54
1 changed files with 18 additions and 0 deletions

View File

@ -4360,6 +4360,24 @@ based on asyncio.")
(license (list license:asl2.0
license:lgpl3)))) ; only for setup_helpers.py
(define-public python-imaplib2
(package
(name "python-imaplib2")
(version "3.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "imaplib2" version))
(sha256
(base32
"0nqyb274hq30agg1c0zkb5ijmcirgg35sp4dp4n292l665dlijwn"))))
(build-system python-build-system)
(home-page "https://github.com/jazzband/imaplib2/")
(synopsis "Threaded Python IMAP4 client")
(description "This package provides a threaded Python IMAP4 client, based
on RFC 3501 and original @code{imaplib} module.")
(license license:expat)))
(define-public rspamd
(package
(name "rspamd")