<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
a
    ReY                     @   s  d dl Z d dlmZmZmZ dZdeee eeee dddZeee ee eee dd	d
Z	eee ee dddZ
eee ee eee ee eee dddZeee eee dddZeee ee eee ee ee ee eeeee dddZdS )    N)ListOptionalSequencea'  import io, os, sys, setuptools, tokenize; sys.argv[0] = {0!r}; __file__={0!r};f = getattr(tokenize, 'open', open)(__file__) if os.path.exists(__file__) else io.StringIO('from setuptools import setup; setup()');code = f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))F)setup_py_pathglobal_optionsno_user_configunbuffered_outputreturnc                 C   sF   t jg}|r|dg7 }|dt| g7 }|r4||7 }|rB|dg7 }|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_SHIMformat)r   r   r   r   args r   /builddir/build/BUILDROOT/alt-python39-pip-21.3.1-2.el8.x86_64/opt/alt/python39/lib/python3.9/site-packages/pip/_internal/utils/setuptools_build.pymake_setuptools_shim_args   s    

r   )r   r   build_optionsdestination_dirr	   c                 C   s(   t | |dd}|dd|g7 }||7 }|S )NTr   r   bdist_wheelz-dr   )r   r   r   r   r   r   r   r    make_setuptools_bdist_wheel_args/   s    
r   )r   r   r	   c                 C   s   t | |dd}|ddg7 }|S )NTr   cleanz--allr   )r   r   r   r   r   r   make_setuptools_clean_argsA   s
    r   )r   r   install_optionsr   prefixhomeuse_user_siter	   c                 C   sf   |r|rJ t | ||d}|ddg7 }||7 }|r>|d|g7 }|d urR|d|g7 }|rb|ddg7 }|S )N)r   r   developz	--no-deps--prefixz--install-dir--user	--prefix=r   )r   r   r   r   r   r   r   r   r   r   r   make_setuptools_develop_argsL   s    	r"   )r   egg_info_dirr   r	   c                 C   s*   t | |d}|dg7 }|r&|d|g7 }|S )N)r   egg_infoz
--egg-baser   )r   r#   r   r   r   r   r   make_setuptools_egg_info_argsl   s
    
r%   )r   r   r   record_filenamerootr   
header_dirr   r   r   	pycompiler	   c                 C   s   |r|rJ |r|rJ t | ||	dd}|dd|g7 }|dg7 }|d urT|d|g7 }|d urh|d|g7 }|d ur||d|g7 }|r|d	d
g7 }|
r|dg7 }n
|dg7 }|r|d|g7 }||7 }|S )NT)r   r   r   installz--recordz#--single-version-externally-managedz--rootr   z--homer    r!   z	--compilez--no-compilez--install-headersr   )r   r   r   r&   r'   r   r(   r   r   r   r)   r   r   r   r   make_setuptools_install_args{   s2    

r+   )NFF)r
   typingr   r   r   r   strboolr   r   r   r"   r%   r+   r   r   r   r   <module>   sd   	   !