This package provides additional functions to Python's distutils and setuptools. It allows you to easily integrate gettext, icons and GNOME documentation into your build and installation process. It also provides an auto module which provides a do what I mean automatic build system; if you stick to the conventions, you do not need to write setup.cfg, POTFILES.in, or MANIFEST.in, and setup.py just needs to have the package metadata (such as project name and version).
This package provides additional functions to Python's distutils and setuptools. It allows you to easily integrate gettext, icons and GNOME documentation into your build and installation process. It also provides an auto module which provides a do what I mean automatic build system; if you stick to the conventions, you do not need to write setup.cfg, POTFILES.in, or MANIFEST.in, and setup.py just needs to have the package metadata (such as project name and version).
To install py27-distutils-extra, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-distutils-extra
To see what files were installed by py27-distutils-extra, run:
port contents py27-distutils-extra
To later upgrade py27-distutils-extra, run:
sudo port selfupdate && sudo port upgrade py27-distutils-extra
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.