File: control

package info (click to toggle)
python-pyramid-tm 0.5-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 196 kB
  • ctags: 147
  • sloc: python: 471; makefile: 69
file content (14 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: python-pyramid-tm
Section: python
Priority: extra
Maintainer: Free Ekanayaka <freee@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-all (>= 2.6.6-3)
Standards-Version: 3.9.3
Homepage: http://pypi.python.org/pypi/pyramid_tm

Package: python-pyramid-tm
Architecture: all
Depends: ${python: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.