This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients alexis, eric.araujo, tarek, techtonik
Date 2012-12-19.13:44:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355924641.52.0.160418711028.issue16729@psf.upfronthosting.co.za>
In-reply-to
Content
The way to override defaults for setup.py commands is not documented. For example, to change to name of build and dist dirs from setup.py, the following entry should be added to setup parameters:

    options={
        'build': {'build_base': '__build__'},
        'sdist': {'dist_dir': '__build__/dist'},
    }

An example would be extremely helpful at
http://docs.python.org/2/install/index.html#how-building-works

tag:easy
http://thread.gmane.org/gmane.comp.python.distutils.devel/16434
issue16299
History
Date User Action Args
2012-12-19 13:44:01techtoniksetrecipients: + techtonik, tarek, eric.araujo, alexis
2012-12-19 13:44:01techtoniksetmessageid: <1355924641.52.0.160418711028.issue16729@psf.upfronthosting.co.za>
2012-12-19 13:44:01techtoniklinkissue16729 messages
2012-12-19 13:44:00techtonikcreate