OwlCyberSecurity - MANAGER
Edit File: wheel_legacy.cpython-310.pyc
o ƚRe� � @ s� d dl Z d dlZd dlmZmZ d dlmZ d dlm Z d dl mZmZm Z e �e�Zdee dedefd d �Zdee ded edee dedee fdd�Zd edededee dee dedee fdd�ZdS )� N)�List�Optional)�open_spinner)� make_setuptools_bdist_wheel_args)�LOG_DIVIDER�call_subprocess�format_command_args�command_args�command_output�returnc C sf t | �}d|� d�}|s|d7 }|S t�� tjkr|d7 }|S |�d�s(|d7 }|d|� t� �7 }|S )z'Format command information for logging.zCommand arguments: � zCommand output: Nonez'Command output: [use --verbose to show]zCommand output: )r �logger�getEffectiveLevel�logging�DEBUG�endswithr )r r �command_desc�text� r ��/builddir/build/BUILDROOT/alt-python310-pip-21.3.1-3.el8.x86_64/opt/alt/python310/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py�format_command_result s � �r �names�temp_dir�namec C st t | �} | sd�|�}|t||�7 }t�|� dS t| �dkr1d�|| �}|t||�7 }t�|� tj�|| d �S )z>Return the path to the wheel in the temporary build directory.z1Legacy build of wheel for {!r} created no files. N� zZLegacy build of wheel for {!r} created more than one file. Filenames (choosing first): {} r ) �sorted�formatr r �warning�len�os�path�join)r r r r r �msgr r r �get_legacy_build_wheel_path$ s � r# � setup_py_path� source_dir�global_options� build_options�tempdc C s� t ||||d�}d| � d�}t|��C}t�d|� z t|||d�} W n ty= |�d� t�d| � Y W d � dS w t� |�} t | || || d �}|W d � S 1 sXw Y dS ) z�Build one unpacked package using the "legacy" build process. Returns path to wheel if successfully built. Otherwise, returns None. )r&