CVSROOT: /cvs Module name: ports Changes by: [email protected] 2015/05/30 06:57:53
Modified files:
www/py-paste-script: Makefile
www/py-paste-script/pkg: PLIST
Added files:
www/py-paste-script/patches: patch-setup_py
Log message:
Avoid pollution of python modules namespace
By default PasteScript module installs regression tests as a separate "tests"
module in site-packages. This is an error in setup.py, and the fix is actually
from upstream.
OK sthen@
