File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc
Back
o ;j � @ s| d dl mZ d dlZd dlZd dlmZ d dlmZ d dl m Z d dlmZm Z e�e�Zddd �Zddd�Zddd�ZdS )� )�annotationsN)�open_spinner)� deprecated)� make_setuptools_bdist_wheel_args)�call_subprocess�format_command_args�command_args� list[str]�command_output�str�returnc C sb t | �}d|� d�}|s|d7 }|S t�� tjkr|d7 }|S |�d�s(|d7 }|d|� �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�endswith)r r �command_desc�text� r �_/opt/saltstack/salt/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py�format_command_result s � �r �names�temp_dir�name� str | Nonec C s| t | �} | sd|�d�}|t||�7 }t�|� dS t| �dkr5d|�d| � d�}|t||�7 }t�|� tj�|| d �S )z>Return the path to the wheel in the temporary build directory.zLegacy build of wheel for z created no files. N� z9 created more than one file. Filenames (choosing first): r r )�sortedr r �warning�len�os�path�join)r r r r r �msgr r r �get_legacy_build_wheel_path"