Revision: 145228 https://trac.macports.org/changeset/145228 Author: ionic@macports.org Date: 2016-01-28 18:15:28 -0800 (Thu, 28 Jan 2016) Log Message: ----------- python/py-distutils-extra: copy more verbose long description from the Debian distribution. Modified Paths: -------------- trunk/dports/python/py-distutils-extra/Portfile Modified: trunk/dports/python/py-distutils-extra/Portfile =================================================================== --- trunk/dports/python/py-distutils-extra/Portfile 2016-01-29 02:15:24 UTC (rev 145227) +++ trunk/dports/python/py-distutils-extra/Portfile 2016-01-29 02:15:28 UTC (rev 145228) @@ -13,7 +13,13 @@ maintainers ionic openmaintainer description enhancements to the Python build system -long_description ${description} +long_description 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). homepage http://packages.debian.org/source/sid/${my_name} master_sites debian:p/${my_name} \