File: control

package info (click to toggle)
python-matrix-common 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: python: 239; sh: 10; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,058 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
Source: python-matrix-common
Section: python
Priority: optional
Maintainer: Matrix Packaging Team <pkg-matrix-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrej Shadura <andrewsh@debian.org>,
 Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-single-binary,
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-attr,
 python3-pytest <!nocheck>,
 python3-setuptools,
Standards-Version: 4.6.0
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Homepage: https://github.com/matrix-org/matrix-python-common
Vcs-Git: https://salsa.debian.org/matrix-team/python3-matrix-common.git
Vcs-Browser: https://salsa.debian.org/matrix-team/python3-matrix-common

Package: python3-matrix-common
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: common Python utilities for Matrix infrastructure
 This package provides common Python utilities for parts of the Matrix
 infrastructure, such as Synapse, Sydent and Sygnal.
 .
 This package is for Python 3 only.