Source: zope.proxy
Section: zope
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all-dev,
               python3-setuptools,
               python3-zope.interface,
               python3-zope.security
Standards-Version: 4.4.0
Homepage: http://pypi.python.org/pypi/zope.proxy
XS-Testsuite: autopkgtest

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.
