./devel/py-zope.event, Very basic event publishing system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.0, Package name: py310-zope.event-5.0, Maintainer: pkgsrc-users

The zope.event package provides a simple event system, including:

* An event publishing API, intended for use by applications which
are unaware of any subscribers to their events.

* A very simple synchronous 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.


Master sites:

Filesize: 16.943 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-27 10:54:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.event: updated to 5.0

5.0 (2023-06-23)

Drop support for Python 2.7, 3.5, 3.6.
   2023-06-17 20:00:35 by Thomas Klausner | Files touched by this commit (4)
Log message:
devel/py-zope.event: import py-zope.event-4.6

The zope.event package provides a simple event system, including:

* An event publishing API, intended for use by applications which
are unaware of any subscribers to their events.

* A very simple synchronous 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.