File: control

package info (click to toggle)
zope.configuration 4.4.1-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 752 kB
  • sloc: python: 5,123; makefile: 129; sh: 6
file content (32 lines) | stat: -rw-r--r-- 1,166 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
Source: zope.configuration
Section: zope
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-manuel,
               python3-setuptools,
               python3-zope.i18nmessageid,
               python3-zope.schema (>= 4.9.0),
               python3-zope.testing,
               python3-zope.testrunner,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/zopefoundation/zope.configuration

Package: python3-zope.configuration
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-zope.testing
Conflicts: zope3
Description: Zope Configuration Markup Language (ZCML)
 The zope configuration system provides an extensible system for
 supporting various kinds of configurations.
 .
 It is based on the idea of configuration directives. Users of the
 configuration system provide configuration directives in some
 language that express configuration choices. The intent is that the
 language be pluggable.  An XML language is provided by default.
 .
 This is the Python 3 version.