mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mailman-hyperkitty: Update to 1.2.1.
* gnu/packages/mail.scm (python-mailman-hyperkitty): Update to 1.2.1. [build-system]: Switch to pyproject. [native-inputs]: Remove python-mock, python-nose. Add python-setuptools, python-wheel. Change-Id: Iaee680b7d95823c0ba5dbd12adedd4efa20e1bc2 Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
parent
27fa740f79
commit
a133331ee8
1 changed files with 10 additions and 14 deletions
|
@ -3758,21 +3758,17 @@ interfaces interacting with Mailman.")
|
||||||
(define-public python-mailman-hyperkitty
|
(define-public python-mailman-hyperkitty
|
||||||
(package
|
(package
|
||||||
(name "python-mailman-hyperkitty")
|
(name "python-mailman-hyperkitty")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mailman-hyperkitty" version))
|
(uri (pypi-uri "mailman-hyperkitty" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0f6c1fs28w3r9k9mbg7gsv6pa45aayaadaa0dn4q5dfcqvxrvmpq"))))
|
||||||
"1ni6vf1yi14c0l895fk278x4na7ymhpkl1q0vnpzbkzplpa7200i"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(propagated-inputs (list python-requests python-zope-interface))
|
||||||
(propagated-inputs
|
(inputs (list mailman))
|
||||||
(list python-requests python-zope-interface))
|
(native-inputs (list python-nose2 python-setuptools python-wheel))
|
||||||
(inputs
|
|
||||||
(list mailman))
|
|
||||||
(native-inputs
|
|
||||||
(list python-mock python-nose python-nose2))
|
|
||||||
(home-page "https://gitlab.com/mailman/mailman-hyperkitty/")
|
(home-page "https://gitlab.com/mailman/mailman-hyperkitty/")
|
||||||
(synopsis "Mailman archiver plugin for HyperKitty")
|
(synopsis "Mailman archiver plugin for HyperKitty")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue