HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //opt/osm/venv/lib/python3.10/site-packages/setuptools/__pycache__/installer.cpython-310.pyc
o

0i��@s�ddlZddlZddlZddlZddlZddlZddlmZddlm	Z	ddl
Z
ddlmZddl
mZdd�Zd	d
�Zdd�ZdS)
�N)�log)�DistutilsError)�Wheel�)�SetuptoolsDeprecationWarningcCs(t|t�r	|��St|ttf�sJ�|S)z8Ensure find-links option end-up being a list of strings.)�
isinstance�str�split�tuple�list)�
find_links�r
�B/opt/osm/venv/lib/python3.10/site-packages/setuptools/installer.py�_fixup_find_linkss
rcCsHt�dt�zt�d�Wntjy|�dtj�Ynwt	|�}|�
d�}d|vr0td��dtj
vo9dtj
v}d	tj
vrBd
}n
d|vrM|dd}nd
}d
|vr_t|d
d�d
d
�ng}|jrj|�|j�tj�|���}t��}t�|�D]}||vr�|�|�r�|Sq{t����}	tjdddddd|	g}
|r�|
�d�|d
ur�|
�d|f�|p�gD]	}|
�d|f�q�|
�|jp�t|��zt�|
�Wntj y�}ztt|��|�d
}~wwt!t"�"tj�#|	d��d�}
tj�#||
�$��}|
�%|�t�&|tj�#|d��}tj'j(||d�}|Wd
�S1�swYd
S)zLFetch an egg needed for building.

    Use pip/wheel to fetch/build a wheel.z\setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.�wheelz,WARNING: The wheel package is not available.�easy_installZallow_hostszQthe `allow-hosts` option is not supported when using pip to install requirements.Z	PIP_QUIETZPIP_VERBOSEZ
PIP_INDEX_URLN�	index_urlrrz-m�pipz--disable-pip-version-checkz	--no-depsz-wz--quietz--index-urlz--find-linksz*.whlrzEGG-INFO)�metadata))�warnings�warnr�
pkg_resources�get_distribution�DistributionNotFoundZannouncer�WARN�strip_markerZget_option_dictr�os�environrZdependency_links�extend�path�realpathZget_egg_cache_dir�Environment�find_distributions�can_add�tempfile�TemporaryDirectory�sys�
executable�append�urlr�
subprocess�
check_call�CalledProcessErrorr�glob�join�egg_nameZinstall_as_egg�PathMetadata�Distribution�
from_filename)�dist�req�opts�quietrrZeggs_dir�environmentZegg_distZtmpdir�cmd�link�er�
dist_locationZ
dist_metadatar
r
r�fetch_build_eggsx��

 ��
�
��
��&�r<cCstj�t|��}d|_|S)z�
    Return a new requirement without the environment marker to avoid
    calling pip with something like `babel; extra == "i18n"`, which
    would always be ignored.
    N)r�Requirement�parser�marker)r4r
r
rr_sr)r-rr*r&r$r�	distutilsrZdistutils.errorsrrZsetuptools.wheelrZ_deprecation_warningrrr<rr
r
r
r�<module>sH