Source: zope.event
Section: zope
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.4.0
Testsuite: autopkgtest-pkg-python
Homepage: http://pypi.python.org/pypi/zope.event

Package: python3-zope.event
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Very basic event publishing system
 This package provides a simple event system. It provides an event publishing
 system and a very simple event-dispatching system on which more sophisticated
 event dispatching systems can be built. For example, a type-based event
 dispatching system that builds on zope.event can be found in zope.component.
 .
 This is the Python 3 library.
