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
|
Source: zope.component
Section: zope
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-persistent,
python3-setuptools,
python3-zope.configuration,
python3-zope.event,
python3-zope.hookable,
python3-zope.i18nmessageid,
python3-zope.interface,
python3-zope.location,
python3-zope.proxy,
python3-zope.security,
python3-zope.testing,
python3-zope.testrunner,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/zopefoundation/zope.component
Vcs-Browser: https://salsa.debian.org/python-team/packages/zope.component
Vcs-Git: https://salsa.debian.org/python-team/packages/zope.component.git
Package: python3-zope.component
Architecture: all
Depends: python3-zope.interface (>= 5.3.0),
${misc:Depends},
${python3:Depends}
Description: Zope Component Architecture
The core of the Zope Component Architecture. Together with the zope.interface
package, it provides facilities for defining, registering and looking up
components.
.
This is the Python 3 version.
|