K 10 svn:author V 3 mva K 8 svn:date V 27 2013-09-26T18:27:02.104758Z K 7 svn:log V 764 - Introduce a new port Makefile knob PYDISTUTILS_AUTOPLIST. This will cause the ports framework to create the plist automatically for distutils-based ports. All files installed via Python's distutils mechanisms (either the traditional distutils or easy_install) will be automtically added to the package list, regardless of the Python version. It is somewhat similar to the RUBYGEM_AUTOPLIST knob. - Introduce a new port Makefile knob PYTHON_PY3K_PLIST_HACK. This automatically replaces .pyc and .pyo package list entries with the relevant __pycache__ entries for Python 3.x. It should only be used for ports, which do not use one of Python's default package installation mechanisms and which are guaranteed to work with any python version. END