3
Re @ sf d dl Z d dlmZ er,d dlmZmZmZ dZdddZdd Z d
d Z
dd
Zdd Zdd Z
dS ) N)MYPY_CHECK_RUNNING)ListOptionalSequencezimport sys, setuptools, tokenize; sys.argv[0] = {0!r}; __file__={0!r};f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))Fc C sF t jg}|r|dg7 }|dtj| g7 }|r4||7 }|rB|dg7 }|S )ao
Get setuptools command arguments with shim wrapped setup file invocation.
:param setup_py_path: The path to setup.py to be wrapped.
:param global_options: Additional global options.
:param no_user_config: If True, disables personal user configuration.
:param unbuffered_output: If True, adds the unbuffered switch to the
argument list.
z-uz-cz
--no-user-cfg)sys
executable_SETUPTOOLS_SHIMformat)
setup_py_pathglobal_optionsno_user_configunbuffered_outputargs r /builddir/build/BUILDROOT/alt-python36-pip-20.2.4-5.el9.x86_64/opt/alt/python36/lib/python3.6/site-packages/pip/_internal/utils/setuptools_build.pymake_setuptools_shim_args s
r c C s( t | |dd}|dd|g7 }||7 }|S )NT)r r
bdist_wheelz-d)r )r
r
build_optionsdestination_dirr r r r make_setuptools_bdist_wheel_args2 s r c C s t | |dd}|ddg7 }|S )NT)r r
cleanz--all)r )r
r r r r r make_setuptools_clean_argsG s r c C sh |o| st t| ||d}|ddg7 }||7 }|r@|d|g7 }|d k rT|d|g7 }|rd|ddg7 }|S )N)r r developz --no-depsz--prefixz--homez--userz --prefix=)AssertionErrorr )r
r install_optionsr prefixhome
use_user_siter r r r make_setuptools_develop_argsU s
r c C s* t | |d}|dg7 }|r&|d|g7 }|S )N)r egg_infoz
--egg-base)r )r
egg_info_dirr r r r r make_setuptools_egg_info_argsv s
r! c C s |o| st |o| st t| || dd}|dd|g7 }|dg7 }|d k rX|d|g7 }|d k rl|d|g7 }|d k r|d|g7 }|r|d d
g7 }|
r|dg7 }n
|dg7 }|r|d
|g7 }||7 }|S )NT)r r r
installz--recordz#--single-version-externally-managedz--rootz--prefixz--homez--userz --prefix=z --compilez--no-compilez--install-headers)r r )r
r r record_filenamerootr
header_dirr r r pycompiler r r r make_setuptools_install_args s0
r' )NFF)r pip._internal.utils.typingr typingr r r r r r r r r! r' r r r r