K 10 svn:author V 5 koobs K 8 svn:date V 27 2013-06-18T11:03:41.256470Z K 7 svn:log V 448 devel/py-d2to1: Distutils2-like setup.cfg files for setuptools [NEW PORT] d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg. WWW: https://github.com/iguananaut/d2to1 END