Source: zope.proxy Section: zope Priority: optional Maintainer: Debian/Ubuntu Zope Team Uploaders: Brian Sutherland , Fabio Tranchitella , Barry Warsaw Build-Depends: debhelper (>= 9), dh-python, python-all-dev (>= 2.7~), python-setuptools, python-zope.interface, python-zope.security, python3-all-dev, python3-setuptools, python3-zope.interface, python3-zope.security Standards-Version: 3.9.8 X-Python-Version: >= 2.7 X-Python3-Version: >= 3.3 Homepage: http://pypi.python.org/pypi/zope.proxy Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.proxy/trunk Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.proxy/trunk XS-Testsuite: autopkgtest Package: python-zope.proxy Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Conflicts: zope3 Description: Generic transparent proxies for Python Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible. . This is the Python 2 version. Package: python3-zope.proxy Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Conflicts: zope3 Description: Generic transparent proxies for Python Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible. . This is the Python 3 version.