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
|
Source: zope.proxy
Section: zope
Priority: optional
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Brian Sutherland <brian@vanguardistas.net>,
Fabio Tranchitella <kobold@debian.org>,
Barry Warsaw <barry@debian.org>
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.
|