1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: mailman-hyperkitty
Section: python
Priority: optional
Maintainer: Debian Mailman Team <pkg-mailman-hackers@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>,
Jonas Meurer <jonas@freesources.org>
Build-Depends: debhelper (>= 11),
dh-python,
mailman3,
po-debconf,
python3-all,
python3-mock,
python3-nose2,
python3-requests,
python3-setuptools,
python3-zope.interface
Standards-Version: 4.5.1
Homepage: https://gitlab.com/mailman/mailman-hyperkitty
Vcs-Browser: https://salsa.debian.org/mailman-team/mailman-hyperkitty
Vcs-Git: https://salsa.debian.org/mailman-team/mailman-hyperkitty.git
Package: python3-mailman-hyperkitty
Architecture: all
Depends: mailman3,
python3-requests,
python3-zope.interface,
ucf,
${misc:Depends},
${python3:Depends}
Recommends: mailman3-web | python3-django-hyperkitty
Description: Mailman3 plugin to archive emails with HyperKitty
Mailman3 allows emails sent to its mailing lists to be archived by
any software provided that there is a plugin (loadable by Mailman3) designed
to communicate with it properly.
.
This module contains a Mailman3 archiver plugin which sends emails
to HyperKitty, the official Mailman3 web archiver.
|