[PyQt] [PATCH] sipconfig's PythonModuleMakefile: avoid SCM directories

Phil Thompson phil at riverbankcomputing.co.uk
Fri Oct 26 17:06:34 BST 2007


On Friday 26 October 2007, Giovanni Bajo wrote:
> Hi,
>
> sipconfig.py has a class PythonModuleMakefile that generates a Makefile
> for a Python package/module. When using it over my project, it is common
> that such package/module is under a SCM. In that case,
> PythonModuleMakefile will generate a Makefile that will also install
> SCM's private directories in the working copy.
>
> This is a little unconvenient. The attached patch teaches
> PythonModuleMakefile about skipping ".svn" and "CVS" directories.
> setuptools/distutils have similar support.
>
> Phil, is this patch OK with you?

Applied, thanks.

Phil


More information about the PyQt mailing list