관리-도구
편집 파일: wheel.cpython-311.pyc
� ,�Re� � � � 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.el8.x86_64/opt/alt/python311/lib/python3.11/site-packages/setuptools/wheel.py�unpackr"