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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: zope.interface
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,
dpkg-dev (>= 1.16.1~),
libpython-all-dbg,
libpython-all-dev,
libpython3-all-dbg,
libpython3-all-dev,
python-all-dbg:any,
python-all-dev:any,
python-setuptools,
python-zope.event,
python3-all-dbg:any,
python3-all-dev:any,
python3-setuptools,
python3-zope.event
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Testsuite: autopkgtest
Homepage: http://pypi.python.org/pypi/zope.interface
Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope.interface/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.interface/trunk
Package: python-zope.interface
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Provides: python-zope, python-zopeinterface, ${python:Provides}
Replaces: python-zope, python-zopeinterface
Conflicts: python-zope, python-zopeinterface, zope3
Description: Interfaces for Python
This package provides an implementation of object interfaces for Python.
Interfaces are a mechanism for labeling objects as conforming to a given API
or contract. So, this package can be considered as implementation of the
Design By Contract methodology support in Python.
.
This is the Python 2 version.
Package: python-zope.interface-dbg
Priority: extra
Section: debug
Architecture: any
Pre-Depends: dpkg (>= 1.17.5)
Depends: python-dbg,
python-zope.interface (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Conflicts: python-zopeinterface-dbg
Replaces: python-zopeinterface-dbg
Provides: python-zopeinterface-dbg
Description: Interfaces for Python (debug extension)
This package provides an implementation of object interfaces for Python.
Interfaces are a mechanism for labeling objects as conforming to a given API
or contract. So, this package can be considered as implementation of the
Design By Contract methodology support in Python.
.
This package contains the extension built for the Python debug interpreter.
Package: python3-zope.interface
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: python3-zope, ${python3:Provides}
Description: Interfaces for Python3
This package provides an implementation of object interfaces for Python.
Interfaces are a mechanism for labeling objects as conforming to a given API
or contract. So, this package can be considered as implementation of the
Design By Contract methodology support in Python.
.
This is the Python 3 version.
Package: python3-zope.interface-dbg
Priority: extra
Section: debug
Architecture: any
Pre-Depends: dpkg (>= 1.17.5)
Depends: python3-dbg,
python3-zope.interface (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Interfaces for Python3 (debug extension)
This package provides an implementation of object interfaces for Python.
Interfaces are a mechanism for labeling objects as conforming to a given API
or contract. So, this package can be considered as implementation of the
Design By Contract methodology support in Python.
.
This package contains the extension built for the Python3 debug interpreter.
|