| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/setuptools/__pycache__/ |
Upload File : |
a
��e�! � @ s� d Z ddlZddlZddlZddlZddlZddlZddlZddlZddl m
Z
ddlZddlm
Z ddlmZ ddlmZ ddlmZmZ ddlmZ e�d ej�jZd
Zejdd�dd
� �Zdd� Zej dd� �Z!G dd� 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 C s dd� t � D �S )Nc S s h | ]}|j |j|jf�qS � )Zinterpreter�abi�platform��.0�tr r �4/usr/lib/python3.9/site-packages/setuptools/wheel.py� <setcomp>% � z&_get_supported_tags.<locals>.<setcomp>r r r r r �_get_supported_tags s r c C s� t �| �D ]�\}}}t j�|| �}|D ].}t j�||�}t j�|||�}t �||� q&ttt|���D ]D\} }
t j�||
�}t j�|||
�}t j� |�sft �||� || = qfq
t j| dd�D ]\}}}|r�J �t �
|� q�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)Zsrc_dirZdst_dir�dirpath�dirnames� filenames�subdir�f�src�dst�n�dr r r �unpack( s
r* c c s>