File: control

package info (click to toggle)
zope.component 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 812 kB
  • ctags: 1,507
  • sloc: python: 5,604; makefile: 130
file content (111 lines) | stat: -rw-r--r-- 4,133 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Source: zope.component
Section: zope
Priority: extra
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 (>= 2.7~),
               python-persistent,
               python-setuptools,
               python-zope.configuration,
               python-zope.event,
               python-zope.interface,
               python-zope.proxy,
               python-zope.security,
               python3-all,
               python3-persistent,
               python3-setuptools,
               python3-zope.configuration,
               python3-zope.event,
               python3-zope.interface,
               python3-zope.proxy,
               python3-zope.security
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
XS-Testsuite: autopkgtest
Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope.component/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-zope/zope.component/trunk
Homepage: http://pypi.python.org/pypi/zope.component

Package: python-zope.component
Architecture: all
Depends: python-zope.hookable,
         python-zope.interface (>= 4.1.0),
         ${misc:Depends},
         ${python:Depends}
Provides: python-zope.component-hook
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 2 version.

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.

Package: python-zope.component-zcml
Architecture: all
Depends: python-zope.component (= ${binary:Version}),
         python-zope.configuration,
         python-zope.i18nmessageid,
         ${misc:Depends}
Description: Metapackage for zope.component zcml extra
 The core of the Zope Component Architecture. Together with the zope.interface
 package, it provides facilities for defining, registering and looking up
 components.
 .
 This package provides support for registering components with the ZCML (Zope
 Configuration Mark-up Language).

Package: python-zope.component-test
Architecture: all
Depends: python-zope.component (= ${binary:Version}),
         python-zope.component-security,
         python-zope.component-zcml,
         python-zope.testing,
         ${misc:Depends}
Description: Metapackage for zope.component test extra
 The core of the Zope Component Architecture. Together with the zope.interface
 package, it provides facilities for defining, registering and looking up
 components.
 .
 This package has extra dependencies needed for testing.

Package: python-zope.component-persistentregistry
Architecture: all
Depends: python-zope.component (= ${binary:Version}), ${misc:Depends}
Description: Metapackage for zope.component persistentregistry extra
 The core of the Zope Component Architecture. Together with the zope.interface
 package, it provides facilities for defining, registering and looking up
 components.
 .
 This package has extra dependencies needed for persistent registry support.

Package: python-zope.component-security
Architecture: all
Depends: python-zope.component (= ${binary:Version}),
         python-zope.location,
         python-zope.proxy,
         python-zope.security,
         ${misc:Depends}
Description: Metapackage for zope.component security extra
 The core of the Zope Component Architecture. Together with the zope.interface
 package, it provides facilities for defining, registering and looking up
 components.
 .
 This package has extra dependencies needed for security support.