File: control

package info (click to toggle)
zope.security 8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 956 kB
  • sloc: python: 7,791; ansic: 1,290; makefile: 129; sh: 6
file content (35 lines) | stat: -rw-r--r-- 1,345 bytes parent folder | download | duplicates (2)
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
Source: zope.security
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-dev,
               python3-btrees <!nocheck>,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-zope.component,
               python3-zope.configuration <!nocheck>,
               python3-zope.exceptions <!nocheck>,
               python3-zope.i18nmessageid,
               python3-zope.location,
               python3-zope.proxy (>= 5.2),
               python3-zope.schema,
               python3-zope.testing <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/zopefoundation/zope.security
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/zope.security
Vcs-Git: https://salsa.debian.org/python-team/packages/zope.security.git

Package: python3-zope.security
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Conflicts: zope3
Description: Zope Security Framework
 The Security framework provides a generic mechanism to implement security
 policies on Python objects.
 .
 This is the Python 3 version.