File: control

package info (click to toggle)
zope.exceptions 6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: python: 1,223; makefile: 133
file content (29 lines) | stat: -rw-r--r-- 928 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
Source: zope.exceptions
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-setuptools,
 python3-zope.interface,
 python3-zope.testrunner,
Standards-Version: 4.7.2
Homepage: https://github.com/zopefoundation/zope.exceptions
Vcs-Browser: https://salsa.debian.org/python-team/packages/zope.exceptions
Vcs-Git: https://salsa.debian.org/python-team/packages/zope.exceptions.git
Testsuite: autopkgtest-pkg-pybuild
X-Style: black

Package: python3-zope.exceptions
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Zope exceptions for Python 3
 This package contains exception interfaces and implementations which are so
 general purpose that they don't belong in Zope application-specific packages.