Rec @ s d d l Z d d l m Z e rA d d l m Z m Z m Z n d Z d e e d Z d Z d Z d Z d Z d Z d S( iN( t MYPY_CHECK_RUNNING( t Listt Optionalt Sequences import 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'))c C sh t j g } | r" | d g 7} n | d t j | g 7} | rN | | 7} n | rd | d g 7} n | S( so 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. s -us -cs --no-user-cfg( t syst executablet _SETUPTOOLS_SHIMt format( t setup_py_patht global_optionst no_user_configt unbuffered_outputt args( ( s /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/utils/setuptools_build.pyt make_setuptools_shim_args s c C s9 t | d | d t } | d d | g 7} | | 7} | S( NR R t bdist_wheels -d( R t True( R R t build_optionst destination_dirR ( ( s /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/utils/setuptools_build.pyt make_setuptools_bdist_wheel_args2 s c C s, t | d | d t } | d d g 7} | S( NR R t cleans --all( R R ( R R R ( ( s /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/utils/setuptools_build.pyt make_setuptools_clean_argsG s c C s | o | s t t | d | d | } | d d g 7} | | 7} | r^ | d | g 7} n | d k r} | d | g 7} n | r | d d g 7} n | S( NR R t develops --no-depss --prefixs --homes --users --prefix=( t AssertionErrorR t None( R R t install_optionsR t prefixt homet use_user_siteR ( ( s /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/utils/setuptools_build.pyt make_setuptools_develop_argsU s c C s<