Source: python-repoze.tm2 Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: Jan Dittberner 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.