mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: Remove python2-mailmanclient.
* gnu/packages/mail.scm (python2-mailmanclient): Delete variable.
This commit is contained in:
parent
7c443f9158
commit
310cf09851
1 changed files with 0 additions and 17 deletions
|
@ -3366,25 +3366,8 @@ (define-public python-mailmanclient
|
|||
(description
|
||||
"The mailmanclient library provides official Python bindings for
|
||||
the GNU Mailman 3 REST API.")
|
||||
(properties `((python2-variant . ,(delay python2-mailmanclient))))
|
||||
(license license:lgpl3+)))
|
||||
|
||||
;; This is the last version which supports Python-2.
|
||||
(define-public python2-mailmanclient
|
||||
(let ((base (package-with-python2
|
||||
(strip-python2-variant python-mailmanclient))))
|
||||
(package
|
||||
(inherit base)
|
||||
(version "3.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "mailmanclient" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fdfs5g3pf30v2i7w18pdkv9xnfxmfcv66mzv56dck0a1igq07m3"))))
|
||||
(propagated-inputs
|
||||
(list python2-six python2-httplib2)))))
|
||||
|
||||
(define-public mlmmj
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue