python setup.py: how to override a setup.cfg value ?

C

Chris Shenton

I'm building python-ldap and need to change values of library and
include paths that are in the setup.cfg file. This is an automated
build (using "buildit") so I'd prefer not to have edit the .cfg by hand,
with sed, or even with buildit's Substitute().

I'd like to be able to do something like I'd do with "make", specify a
value on the command line like:

make -Dprefix=/usr/local

or in this case

python setup.py -Dlibs="ldap lber" build [Does NOT work]

I cannot see how to do this from the --help or from googling.
The closest I've gotten is to do:

python setup.py setopt --command=_ldap --option=libs --set-value="ldap lber"

but that overwrites the python.cfg, a bit rude it seems to me.

Am I missing something? is there a way to override a .cfg value on the
command line while running a setup.py command like "build" or "install"?

Thanks.
 
?

=?ISO-8859-1?Q?Michael_Str=F6der?=

Chris said:
I'm building python-ldap and need to change values of library and
include paths that are in the setup.cfg file. This is an automated
build (using "buildit") so I'd prefer not to have edit the .cfg by hand,
with sed, or even with buildit's Substitute().

Almost everything in python-ldap's setup.cfg is subject to local system
configuration. The default shipped in source distribtion has to be
tweaked on most systems (examples: Build/setup.cfg.*). Therefore I don't
understand why you don't just provide your own setup.cfg reflecting your
OpenLDAP/OpenSSL/Cyrus-SASL/Kerberos installation.

I don't know anything about "buildit" though.

Ciao, Michael.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top