File: control

package info (click to toggle)
python-repoze.tm2 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 252 kB
  • ctags: 148
  • sloc: python: 433; makefile: 64
file content (51 lines) | stat: -rw-r--r-- 2,147 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: python-repoze.tm2
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 9), python-all, python3
Build-Depends-Indep: dh-python,
                     python-setuptools,
                     python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
                     python-transaction,
                     python3-setuptools,
                     python3-transaction
Standards-Version: 3.9.6
Homepage: http://www.repoze.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-repoze.tm2/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-repoze.tm2/trunk/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2

Package: python-repoze.tm2
Architecture: all
Depends: python-transaction, ${misc:Depends}, ${python:Depends}
Recommends: python-repoze.tm2-doc (=${binary:Version})
Description: Zope-like transaction manager WSGI middleware (Python 2)
 repoze.tm2 is Python WSGI middleware which uses the ZODB (Zope
 Object DataBase) package's transaction manager to wrap a call to
 its pipeline children inside a transaction.
 .
 This is the Python 2 version of the package.

Package: python3-repoze.tm2
Architecture: all
Depends: python3-transaction, ${misc:Depends}, ${python3:Depends}
Recommends: python-repoze.tm2-doc (=${binary:Version})
Description: Zope-like transaction manager WSGI middleware (Python 3)
 repoze.tm2 is Python WSGI middleware which uses the ZODB (Zope
 Object DataBase) package's transaction manager to wrap a call to
 its pipeline children inside a transaction.
 .
 This is the Python 3 version of the package.

Package: python-repoze.tm2-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Zope-like transaction manager WSGI middleware documentation
 repoze.tm2 is Python WSGI middleware which uses the ZODB (Zope
 Object DataBase) package's transaction manager to wrap a call to
 its pipeline children inside a transaction.
 .
 This is the documentation for python-repoze.tm2 and python3-repoze.tm2.