[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What is the most idiomatic way in Debian to modify defaults in setup.py ?



[Charles Plessy, 2014-08-22]
> to enable dynamic linking to a C library in a python module (instead of static
> linking), an upstream author proposes me to either implement an option in
> setup.py or to make it query an environment variable.

it doesn't matter if you use pybuild, it's either:

 export SOME_ENV_VAR=foo

or

 export PYBUILD_INSTALL_ARGS=--an-option
-- 
Piotr Ożarowski                         Debian GNU/Linux Developer
www.ozarowski.pl          www.griffith.cc           www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


Reply to: