File: control

package info (click to toggle)
mailmanclient 3.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,132 kB
  • sloc: python: 2,468; makefile: 89
file content (34 lines) | stat: -rw-r--r-- 1,293 bytes parent folder | download
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
Source: mailmanclient
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 (= 12),
               dh-python,
               pydoctor,
               python3-all,
               python3-setuptools,
               python3-sphinx,
               python3-sphinx-issues,
               python3-sphinx-rtd-theme,
Standards-Version: 4.6.2
Homepage: https://gitlab.com/mailman/mailmanclient
Vcs-Browser: https://salsa.debian.org/mailman-team/mailmanclient
Vcs-Git: https://salsa.debian.org/mailman-team/mailmanclient.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-mailmanclient
Architecture: all
Depends: python3-requests,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Suggests: mailman3, python-mailmanclient-doc
Description: Python bindings for Mailman3 REST API (Python 3 version)
 Mailmanclient provides the official REST API to interact with Mailman3 server.
 This library is required by the official web interfaces for archive browsing
 and administration of a server.
 .
 This package contains the Python 3 version of the library.