File: control

package info (click to toggle)
zope.exceptions 4.6-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 284 kB
  • sloc: python: 1,209; makefile: 129; sh: 6
file content (20 lines) | stat: -rw-r--r-- 722 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: zope.exceptions
Section: zope
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-zope.interface,
               python3-zope.testrunner,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/zopefoundation/zope.exceptions

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.