This module provides a mechanism to execute a function when a specific event on a file handle, file descriptor, or signal occurs, or after a given time has passed.
This module provides a mechanism to execute a function when a specific event on a file handle, file descriptor, or signal occurs, or after a given time has passed.
To install py310-event, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-event
To see what files were installed by py310-event, run:
port contents py310-event
To later upgrade py310-event, run:
sudo port selfupdate && sudo port upgrade py310-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.