$55 GRAYBYTE WORDPRESS FILE MANAGER $28

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/python312/lib/python3.12/site-packages/setuptools/__pycache__/

HOME
Current File : /opt/alt/python312/lib/python3.12/site-packages/setuptools/__pycache__//depends.cpython-312.pyc
�

��_i����ddlZddlZddlZddlZddlmZddlmZmZmZm	Z	ddl
mZgd�ZGd�d�Z
d	�Zd
d
�Zdd�Zd�Ze�y)�N�)�_imp)�find_module�PY_COMPILED�	PY_FROZEN�	PY_SOURCE)�Version)�Requirer�get_module_constant�extract_constantc�>�eZdZdZ	d	d�Zd�Zd�Zd
d�Zdd�Zdd�Z	y)r
z7A prerequisite to building or installing a distributionNc�~�|�|�t}|�||�}|�d}|jjt��|`y)N�__version__)r	�__dict__�update�locals�self)r�name�requested_version�module�homepage�	attribute�formats       ��/builddir/build/BUILDROOT/alt-python312-setuptools-69.0.2-3.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/setuptools/depends.py�__init__zRequire.__init__sJ���>�/�;��F��� &�'8� 9��� �)�	��
�
���V�X�&��I�c�h�|j�|j�d|j��S|jS)z0Return full package/distribution name, w/version�-)rr)rs r�	full_namezRequire.full_name s-���!�!�-�"�i�i��)?�)?�@�@��y�y�rc��|jduxs>|jduxs.t|�dk7xr|j|�|jk\S)z%Is 'version' sufficiently up-to-date?N�unknown)rr�strr)r�versions  r�
version_okzRequire.version_ok&sS��
�N�N�d�"�
?��{�{�d�"�
?��7�|�y�(�?����G�$��(>�(>�>�		
rc�$�|j�/	t|j|�\}}}|r|j�|St|j|j||�}|�!||ur|j�|j
|�S|S#t$rYywxYw)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�ImportErrorrr)r�paths�default�f�p�i�vs       r�get_versionzRequire.get_version/s����>�>�!�
�%�d�k�k�5�9���1�a���G�G�I���
 ����T�^�^�W�e�L���=�Q�g�-�$�+�+�2I��;�;�q�>�!�����
��
�s�-B�	B�Bc�(�|j|�duS)z/Return true if dependency is present on 'paths'N)r.)rr(s  r�
is_presentzRequire.is_presentJs������&�d�2�2rc�^�|j|�}|�y|jt|��S)z>Return true if dependency is present and up-to-date on 'paths'F)r.r$r")rr(r#s   r�
is_currentzRequire.is_currentNs-���"�"�5�)���?�����s�7�|�,�,r)�NN)Nr!�N)
�__name__�
__module__�__qualname__�__doc__rrr$r.r0r2�rrr
r
s*��A�TX���
��63�-rr
c�j�tjd��}|s|�Stj|�S)Nc3�K�d��y�wr4r9r9rr�emptyzmaybe_close.<locals>.emptyWs����
��s�)�
contextlib�contextmanager�closing)r*r<s  r�maybe_closer@Vs7��������
��w�����a� � rc���	t||�x\}}\}}}}	t|�5|tk(r'|j	d�tj|�}
nr|tk(rtj||�}
nR|tk(rt|j	�|d�}
n-tj|||	�}t||d�cddd�Sddd�t
||�S#t$rYywxYw#1swY�%xYw)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'r@r�read�marshal�loadrr�get_frozen_objectr�compile�
get_module�getattrr)r�symbolr)r(r*�path�suffix�mode�kind�info�code�importeds            rrrbs����/:�6�5�/I�I�%��4�%�&�$���

�Q���;��
�F�F�1�I��<�<��?�D�
�Y�
��)�)�&�%�8�D�
�Y�
��1�6�6�8�T�6�2�D����v�u�d�;�H��8�V�T�2�
����D�&�'�2�2��#�����
��s�C�BC*�	C'�&C'�*C3c��||jvryt|j�j|�}tjd}tjd}tjd}|}tj
|�D]D}|j}	|j}
|	|k(r|j|
}�0|
|k(r|	|k(s|	|k(r|cS|}�Fy)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�
STORE_NAME�STORE_GLOBAL�
LOAD_CONST)	�co_names�list�index�dis�opmap�Bytecode�opcode�arg�	co_consts)rQrKr)�name_idxrTrUrV�const�	byte_code�opr^s           rrrs����T�]�]�"���D�M�M�"�(�(��0�H����<�(�J��9�9�^�,�L����<�(�J��E��\�\�$�'�	�
�
�
���m�m��
����N�N�3�'�E�
�H�_�"�
�"2�b�L�6H��L��E�(rc��tjjd�stjdk7ryd}|D]"}t�|=tj|��$y)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)rr)�sys�platform�
startswith�globals�__all__�remove)�incompatiblers  r�_update_globalsrn�sH���<�<�"�"�6�*�s�|�|�u�/D��<�L����I�d�O����t��r)���N)ro)rgrEr=rZr3rrrrr�extern.packaging.versionr	rkr
r@rrrnr9rr�<module>rqsQ��
���
��@�@�-�P��D-�D-�N	!�3�:!�H��r


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
10 Feb 2026 9.35 AM
root / linksafe
0755
__init__.cpython-312.pyc
12.286 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
_core_metadata.cpython-312.pyc
12.017 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
_entry_points.cpython-312.pyc
4.614 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
_imp.cpython-312.pyc
3.539 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
_importlib.cpython-312.pyc
1.803 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
_itertools.cpython-312.pyc
1.1 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
_normalization.cpython-312.pyc
5.848 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
_path.cpython-312.pyc
1.945 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
_reqs.cpython-312.pyc
1.874 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
archive_util.cpython-312.pyc
8.979 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
build_meta.cpython-312.pyc
22.892 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
dep_util.cpython-312.pyc
0.902 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
depends.cpython-312.pyc
7.306 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
discovery.cpython-312.pyc
28.442 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
dist.cpython-312.pyc
44.102 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
errors.cpython-312.pyc
3.421 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
extension.cpython-312.pyc
6.373 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
glob.cpython-312.pyc
5.895 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
installer.cpython-312.pyc
6.354 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
launch.cpython-312.pyc
1.326 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
logging.cpython-312.pyc
2.053 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
modified.cpython-312.pyc
0.391 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
monkey.cpython-312.pyc
6.366 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
msvc.cpython-312.pyc
59.106 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
namespaces.cpython-312.pyc
5.176 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
package_index.cpython-312.pyc
51.399 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
py312compat.cpython-312.pyc
0.853 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
sandbox.cpython-312.pyc
23.168 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
unicode_utils.cpython-312.pyc
1.652 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
version.cpython-312.pyc
0.465 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
warnings.cpython-312.pyc
4.882 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
wheel.cpython-312.pyc
13.143 KB
8 Jan 2026 6.42 PM
root / linksafe
0644
windows_support.cpython-312.pyc
1.468 KB
8 Jan 2026 6.42 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF