Re: install files for python packages

2014-09-27 Thread Ghislain Vaillant
On 26/09/14 23:05, Jordan Metzmeier wrote: On Fri, Sep 26, 2014 at 3:56 PM, Richard Ulrich wrote: Do install files work differently for packages that involve python_distutils? When I package C++ stuff, I used install or packagename.install files to suppress certain files, to add certain files

Re: install files for python packages

2014-09-26 Thread Jordan Metzmeier
On Fri, Sep 26, 2014 at 3:56 PM, Richard Ulrich wrote: > Do install files work differently for packages that involve > python_distutils? > When I package C++ stuff, I used install or packagename.install files to > suppress certain files, to add certain files to specific locations or to > split fil

install files for python packages

2014-09-26 Thread Richard Ulrich
Do install files work differently for packages that involve python_distutils? When I package C++ stuff, I used install or packagename.install files to suppress certain files, to add certain files to specific locations or to split files among packages. But as soon as I introduce an install file to