[Patches] [Patch #103678] setup.py.in
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 08 Feb 2001 08:38:05 -0800
Patch #103678 has been updated.
Project: python
Category: Build
Status: Open
Submitted by: donnc
Assigned to : akuchling
Summary: setup.py.in
Follow-Ups:
Date: 2001-Feb-08 08:38
By: akuchling
Comment:
Agreed; generating Makefiles from the configure script is bad enough, and
generating executable scripts is worse still. Reintroducing setup.cfg.in
would be better, if that proves necessary.
-------------------------------------------------------
Date: 2001-Feb-08 05:01
By: lemburg
Comment:
Using setup.py.in is the wrong strategy here: you should consider
placing the symbols into the generated Makefile or config.h
and then have setup.py parse these files (the tools for this
are all there in distutils).
-------------------------------------------------------
-------------------------------------------------------
For more info, visit:
http://sourceforge.net/patch/?func=detailpatch&patch_id=103678&group_id=5470