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 38 39 40
|
Source: django-mailman3
Maintainer: Debian Mailman Team <pkg-mailman-hackers@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>,
Jonas Meurer <jonas@freesources.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-build,
python3-django (>= 3:4.2),
python3-django-allauth,
python3-django-compressor,
python3-django-gravatar2,
python3-mailmanclient,
python3-pdm-backend,
python3-tz,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/mailman-team/django-mailman3
Vcs-Git: https://salsa.debian.org/mailman-team/django-mailman3.git
Homepage: https://gitlab.com/mailman/django-mailman3
Package: python3-django-mailman3
Architecture: all
Depends: python3-django (>= 3:4.2),
python3-django-allauth,
python3-django-compressor,
python3-django-gravatar2,
python3-mailmanclient,
python3-tz,
${misc:Depends},
${python3:Depends},
Conflicts: python-django-mailman3
Replaces: python-django-mailman3
Description: Django library to help interaction with Mailman3 (Python 3 version)
This package contains libraries and templates for Django-based interfaces
interacting with Mailman.
.
This package contains the Python 3 version of the library.
|