The zope.deferredimport package provided facilities for defining names in modules that will be imported from somewhere else when used.
The zope.deferredimport package provided facilities for defining names in modules that will be imported from somewhere else when used. You can also cause deprecation warnings to be issued when a variable is used.
The zope.deferredimport package provided facilities for defining names in modules that will be imported from somewhere else when used. You can also cause deprecation warnings to be issued when a variable is used.
To install py38-zope-deferredimport, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-zope-deferredimport
To see what files were installed by py38-zope-deferredimport, run:
port contents py38-zope-deferredimport
To later upgrade py38-zope-deferredimport, run:
sudo port selfupdate && sudo port upgrade py38-zope-deferredimport
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.