pypa / pipfile

Other
3.24k stars 145 forks source link

Support per-requirements overrides (--install-option and --global-option flags) #115

Open rgov opened 5 years ago

rgov commented 5 years ago

This issue discusses a few use cases where it would be useful to be able to specify additional flags to pass to setup.py, which is what pip's --install-option does.

It was recommended that a bug in this repo be filed to hash out the spec changes, but I did not see one.

@numshub proposed this syntax, to which no one objected. I have a preference for considering a different way to specify multiple options, since this complicates how whitespace is treated.

apackage={version = "*", install-option = "--arg1 --arg2"}
loot-king commented 4 years ago

Update files