File: control

package info (click to toggle)
python-pyramid-tm 0.5-1.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 196 kB
  • sloc: python: 471; makefile: 69
file content (17 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: python-pyramid-tm
Section: python
Priority: optional
Maintainer: Free Ekanayaka <freee@debian.org>
Build-Depends: debhelper (>= 7.0.50~), dh-python, python3-all,
  python3-setuptools,
  python3-pyramid,
  python3-transaction,
Standards-Version: 3.9.3
Homepage: http://pypi.python.org/pypi/pyramid_tm

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.