File: control

package info (click to toggle)
python-pyramid-tm 2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: python: 890; makefile: 70
file content (26 lines) | stat: -rw-r--r-- 1,022 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
Source: python-pyramid-tm
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Free Ekanayaka <freee@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
               python3-pyramid,
               python3-transaction,
               python3-webtest <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyramid-tm
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyramid-tm.git
Homepage: https://github.com/Pylons/pyramid_tm
Rules-Requires-Root: no

Package: python3-pyramid-tm
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Transaction management for the Pyramid web framework
 The pyramid_tm package allows Pyramid requests to join the active
 transaction as provided by the transaction package.