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, and a very simple event-dispatching system on which more sophisticated event dispatching systems can be built.
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, and a very simple event-dispatching system on which more sophisticated event dispatching systems can be built.
To install py312-zope-event, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-zope-event
To see what files were installed by py312-zope-event, run:
port contents py312-zope-event
To later upgrade py312-zope-event, run:
sudo port selfupdate && sudo port upgrade py312-zope-event
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.