| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python311/lib/python3.11/site-packages/setuptools/__pycache__/ |
Upload File : |
�
�* � ��=� � � d Z ddlZddlZddlZddlZddlZddlZddlZddlm Z ddl
Z
ddlZddl
mZ ddl
mZ ddlmZ ddlmZ ddlmZ ej d ej � � j Zd
Zd� Zej d� � � Z G d
� d� � ZdS )zWheels support.� N)�get_platform)�
parse_version)�sys_tags)�canonicalize_name)�write_requirements)�_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__)
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 ��/builddir/build/BUILDROOT/alt-python311-setuptools-65.6.3-2.el9.x86_64/opt/alt/python311/lib/python3.11/site-packages/setuptools/wheel.py�unpackr"