File: control

package info (click to toggle)
zope.configuration 6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 776 kB
  • sloc: python: 5,082; makefile: 131
file content (39 lines) | stat: -rw-r--r-- 1,600 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
Source: zope.configuration
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-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-repoze.sphinx.autointerface <!nocheck>,
               python3-setuptools,
               python3-sphinx <!nocheck>,
               python3-zope.i18nmessageid,
               python3-zope.interface,
               python3-zope.schema (>= 4.9.0),
               python3-zope.testing <!nocheck>,
               python3-zope.testrunner <!nocheck>,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/zopefoundation/zope.configuration
Vcs-Browser: https://salsa.debian.org/python-team/packages/zope.configuration
Vcs-Git: https://salsa.debian.org/python-team/packages/zope.configuration.git
Testsuite: autopkgtest-pkg-pybuild

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.