File: control

package info (click to toggle)
zope.component 4.3.0-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 780 kB
  • sloc: python: 5,600; makefile: 130
file content (30 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
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
Source: zope.component
Section: zope
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-persistent,
               python3-setuptools,
               python3-zope.configuration,
               python3-zope.event,
               python3-zope.interface,
               python3-zope.proxy,
               python3-zope.security
Standards-Version: 4.4.0
Testsuite: autopkgtest-pkg-control
Homepage: http://pypi.python.org/pypi/zope.component

Package: python3-zope.component
Architecture: all
Depends: python3-zope.hookable,
         python3-zope.interface (>= 4.1.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.