AlkantarClanX12
Current Path : /opt/imunify360/venv/lib64/python3.11/site-packages/setuptools/__pycache__/ |
Current File : //opt/imunify360/venv/lib64/python3.11/site-packages/setuptools/__pycache__/wheel.cpython-311.pyc |
� e��f�! � �L � d Z ddlZddlZddlZddlZddlZddlZddlZddlZddl m Z ddlZddlm Z ddlmZ ddlmZ ddlmZmZ ddlmZ ej d ej � � j Zd Z ej d�� � d� � � Zd � Zej d� � � Z! G d� d� � Z"dS )zWheels support.� N)�get_platform)�Version��sys_tags)�canonicalize_name)�write_requirements� _egg_basename)�_unpack_zipfile_objz�^(?P<project_name>.+?)-(?P<version>\d.*?) ((-(?P<build>\d.*?))?-(?P<py_version>.+?)-(?P<abi>.+?)-(?P<platform>.+?) )\.whl$z8__import__('pkg_resources').declare_namespace(__name__) )�maxsizec �2 � d� t � � D � � S )Nc �6 � h | ]}|j |j |j f��S � )�interpreter�abi�platform��.0�ts �p/builddir/build/BUILD/imunify360-venv-2.3.5/opt/imunify360/venv/lib/python3.11/site-packages/setuptools/wheel.py� <setcomp>z&_get_supported_tags.<locals>.<setcomp>% s% � �C�C�C�1�Q�]�A�E�1�:�.�C�C�C� r r r r �_get_supported_tagsr s � � D�C�� � �C�C�C�Cr c �� � t j | � � D �])\ }}}t j � || � � }|D ]X}t j � ||� � }t j � |||� � }t j ||� � �Yt t t |� � � � � � D ]}\ } } t j � || � � }t j � ||| � � }t j � |� � st j ||� � || = �~��+t j | d�� � D ]\ }}}|rJ �t j |� � �dS )zDMove everything under `src_dir` to `dst_dir`, and delete the former.T)�topdownN)�os�walk�path�relpath�join�renames�reversed�list� enumerate�exists�rmdir)�src_dir�dst_dir�dirpath�dirnames� filenames�subdir�f�src�dst�n�ds r �unpackr1 ( sd � �(*���(8�(8� � �$���9������'�2�2��� !� !�A��'�,�,�w��*�*�C��'�,�,�w���2�2�C��J�s�C� � � � ��T�)�H�"5�"5�6�6�7�7� � �D�A�q��'�,�,�w��*�*�C��'�,�,�w���2�2�C��7�>�>�#�&�&� � � �3��$�$�$��Q�K�� � )+����(F�(F�(F� � �$���9����}� �������� r c # � K � ddl m} | � | j � � } dV � | � |� � dS # | � |� � w xY w)z* Temporarily disable info traces. r )�logN)� distutilsr3 � set_threshold�WARN)r3 �saveds r �disable_info_tracesr8 >