HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/saltstack/salt/lib/python3.10/site-packages/setuptools/__pycache__/depends.cpython-310.pyc
o

�N�g��@s�ddlZddlZddlZddlZddlmZddlmZmZmZm	Z	ddl
mZgd�ZGdd�d�Z
d	d
�Zddd
�Zddd�Zdd�Ze�dS)�N�)�_imp)�find_module�PY_COMPILED�	PY_FROZEN�	PY_SOURCE)�Version)�Requirer�get_module_constant�extract_constantc@sJeZdZdZ	ddd�Zdd�Zdd	�Zddd�Zdd
d�Zddd�Z	dS)r	z7A prerequisite to building or installing a distribution�NcCsF|dur
|dur
t}|dur||�}|durd}|j�t��|`dS)N�__version__)r�__dict__�update�locals�self)r�name�requested_version�moduleZhomepage�	attribute�format�r�F/opt/saltstack/salt/lib/python3.10/site-packages/setuptools/depends.py�__init__szRequire.__init__cCs |jdur
d|j|jfS|jS)z0Return full package/distribution name, w/versionNz%s-%s)rr)rrrr�	full_name s
zRequire.full_namecCs0|jdup|jdupt|�dko|�|�|jkS)z%Is 'version' sufficiently up-to-date?N�unknown)rr�strr)r�versionrrr�
version_ok&s
��zRequire.version_okrcCs~|jdur"zt|j|�\}}}|r|��|WSty!YdSwt|j|j||�}|dur=||ur=|jdur=|�|�S|S)a�Get version number of installed module, 'None', or 'default'

        Search 'paths' for module.  If not found, return 'None'.  If found,
        return the extracted version attribute, or 'default' if no version
        attribute was specified, or the value cannot be determined without
        importing the module.  The version is formatted according to the
        requirement's version format (if any), unless it is 'None' or the
        supplied 'default'.
        N)rrr�close�ImportErrorr
r)r�paths�default�f�p�i�vrrr�get_version/s
�
zRequire.get_versioncCs|�|�duS)z/Return true if dependency is present on 'paths'N)r')rr!rrr�
is_presentJszRequire.is_presentcCs$|�|�}|durdS|�t|��S)z>Return true if dependency is present and up-to-date on 'paths'NF)r'rr)rr!rrrr�
is_currentNs
zRequire.is_current)rNN)Nr�N)
�__name__�
__module__�__qualname__�__doc__rrrr'r(r)rrrrr	s
�
	
r	cCs"tjdd��}|s|�St�|�S)Ncss�dVdSr*rrrrr�emptyWs�zmaybe_close.<locals>.empty)�
contextlib�contextmanager�closing)r#r/rrr�maybe_closeVs


r3���cCs�zt||�\}}\}}}}	Wn
tyYdSwt|��C|tkr.|�d�t�|�}
n,|tkr9t�	||�}
n!|t
krFt|��|d�}
nt�|||	�}t
||d�Wd�SWd�n1sdwYt|
||�S)z�Find 'module' by searching 'paths', and extract 'symbol'

    Return 'None' if 'module' does not exist on 'paths', or it does not define
    'symbol'.  If the module defines 'symbol' as a constant, return the
    constant.  Otherwise, return 'default'.N��exec)rr r3r�read�marshal�loadrr�get_frozen_objectr�compileZ
get_module�getattrr)r�symbolr"r!r#�path�suffix�mode�kind�info�codeZimportedrrrr
bs&�


��
r
cCs�||jvrdSt|j��|�}d}d}d}|}t�|�D]$}|j}	|j}
|	|kr.|j|
}q|
|kr>|	|ks:|	|kr>|S|}qdS)aExtract the constant value of 'symbol' from 'code'

    If the name 'symbol' is bound to a constant value by the Python code
    object 'code', return that value.  If 'symbol' is bound to an expression,
    return 'default'.  Otherwise, return 'None'.

    Return value is based on the first assignment to 'symbol'.  'symbol' must
    be a global, or at least a non-"fast" local in the code block.  That is,
    only 'STORE_NAME' and 'STORE_GLOBAL' opcodes are checked, and 'symbol'
    must be present in 'code.co_names'.
    N�Z�a�d)�co_names�list�index�disZBytecodeZopcode�arg�	co_consts)rCr=r"Zname_idxZ
STORE_NAMEZSTORE_GLOBALZ
LOAD_CONST�constZ	byte_code�oprKrrrrs 
�rcCs>tj�d�s
tjdkr
dSd}|D]}t�|=t�|�qdS)z�
    Patch the globals to remove the objects not available on some platforms.

    XXX it'd be better to test assertions about bytecode instead.
    �javaZcliN)rr
)�sys�platform�
startswith�globals�__all__�remove)Zincompatiblerrrr�_update_globals�s�rV)r4N)r4)rPr8r0rJrrrrrrZextern.packaging.versionrrTr	r3r
rrVrrrr�<module>sG

$