Commit Graph

13 Commits

Author SHA1 Message Date
Stéphane Bidoul 34adf0a258
Simplify make_setuptools_egg_info_args 2020-04-07 17:01:08 +02:00
Stéphane Bidoul (ACSONE) e0165e7b30
Remove unused wheel_builder python_tag argument 2019-12-02 12:07:18 +01:00
Chris Hunt 431727a4e4 Set home in setuptools args functions 2019-11-04 19:48:24 -05:00
Chris Hunt b28d05bb50 Set user and prefix in setuptools args functions
Previously we were adding arguments to install_options in response to
command-line parameters, which leads to spooky action at a distance.
Now we provide the arguments explicitly.
2019-11-04 19:40:00 -05:00
Chris Hunt 66c3e6010d Move arg builder functions to setuptools_build 2019-10-12 21:20:10 -04:00
Chris Hunt 8af0dc2e02 Normalize style 2019-10-12 10:29:34 -04:00
Chris Hunt f00d7a1374 Move egg_info args construction to setuptools_build 2019-10-12 10:29:34 -04:00
Chris Hunt c69d194d64 Move install args construction to setuptools_build 2019-10-11 20:26:46 -04:00
Chris Hunt c202ae9d7e Make editable install args in setuptools_build 2019-10-11 19:29:26 -04:00
Prabakaran Kumaresshan f76014efac Add global options and no user config args to make_setuptools_shim_args (#6706) 2019-07-28 11:28:35 -07:00
Prabakaran Kumaresshan 91b6b4ed54 Refactor SETUPTOOLS_SHIM with function make_setuptools_shim_args (#6691) 2019-07-12 01:29:41 -07:00
Bertil Hatt b47da272aa Set sys.argv[0] to the underlying setup.py in the setuptools shim. 2019-07-07 18:40:31 -07:00
Donald Stufft 95bcf8c5f6 Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
Renamed from pip/utils/setuptools_build.py (Browse further)