pipfile icon indicating copy to clipboard operation
pipfile copied to clipboard

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

Open rgov opened this issue 7 years ago • 1 comments

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"}

rgov avatar Jan 07 '19 21:01 rgov

Update files

loot-king avatar Apr 24 '20 00:04 loot-king