File: control

package info (click to toggle)
zope.hookable 5.0.1-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: python: 426; ansic: 214; makefile: 131
file content (23 lines) | stat: -rw-r--r-- 718 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
Source: zope.hookable
Section: zope
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all-dev,
               python3-setuptools
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://pypi.python.org/pypi/zope.hookable
Testsuite: autopkgtest-pkg-python

Package: python3-zope.hookable
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Conflicts: zope3
Description: Hookable object support
 This package supports the efficient creation
 of "hookable" objects, which are callable objects
 that are meant to be optionally replaced.
 .
 This is the Python 3 version.