관리-도구
편집 파일: check.cpython-310.pyc
o ƚRe� � @ s� d Z ddlZddlZddlZddlZddlmZmZ ddl Z ddl mZ ddlZddl Z ddlmZ ddlZddlmZ ddlmZmZ dd lmZ dd lmZ e�e�Zdd� Zd d� Zdd� Zddd�Z ddddd�Z!dd� Z"edkrze � dS dS )zHCheck a project and backend by attempting to build using PEP 517 hooks. � N)�isfile�join)�CalledProcessError)�mkdtemp� )�enable_colourful_output)�TOMLDecodeError� toml_load)�BuildEnvironment)�Pep517HookCallerc C �@ t � ��}z|�|� t�d� W n ty& t�d� Y W d � dS w z | �i �}t�d|� W n tyK tjddd� Y W d � dS w z|�|� t�d� W n tym t�d � Y W d � dS w t� }t�d |� z�z| � |i �}t�d|� W n ty� tjddd� Y W t �|� W d � dS w |�d �s�t�d|� W t �|� W d � dS t ||�}t|�r�t�d|� nt�d|� W t �|� W d � dS t�|�r�t�d� nt�d� W t �|� W d � dS W t �|� nt �|� w W d � dS 1 �sw Y d S )N�#Installed static build dependencies�+Failed to install static build dependenciesF�Got build requires: %s�'Failure in get_requires_for_build_sdistT��exc_info�$Installed dynamic build dependencies�,Failed to install dynamic build dependencieszTrying to build sdist in %szbuild_sdist returned %rzFailure in build_sdistz.tar.gzz*Filename %s doesn't have .tar.gz extension�Output file %s exists�Output file %s does not existzOutput file is a tar filezOutput file is not a tar file)r �pip_install�log�infor �error�get_requires_for_build_sdist� Exceptionr �build_sdist�shutil�rmtree�endswith�pjoinr �tarfile� is_tarfile��hooksZbuild_sys_requires�env�reqs�td�filename�path� r+ ��/builddir/build/BUILDROOT/alt-python310-pip-21.3.1-3.el8.x86_64/opt/alt/python310/lib/python3.10/site-packages/pip/_vendor/pep517/check.py�check_build_sdist sz � � � � � � % � , �-&�r- c C r )Nr r Fr r Tr r r zTrying to build wheel in %szbuild_wheel returned %rzFailure in build_wheelz.whlz'Filename %s doesn't have .whl extensionr r zOutput file is a zip filezOutput file is not a zip file)r r r r r r �get_requires_for_build_wheelr r �build_wheelr r r r! r �zipfile� is_zipfiler$ r+ r+ r, �check_build_wheelP sv � � � � � $ � + �,&�r2 c C s� t | d�}t|�rt�d� nt�d� dS z2t�|d��}t|�}W d � n1 s,w Y |d }|d }|d }|�d �}t�d � W n t t fy[ tjddd � Y dS w t| ||�}t||�} t ||�} | sst�d� | szt�d� | S )Nzpyproject.tomlzFound pyproject.tomlzMissing pyproject.tomlF�rbzbuild-system�requiresz build-backendzbackend-pathzLoaded pyproject.tomlzInvalid pyproject.tomlTr z%Sdist checks failed; scroll up to seezWheel checks failed)r! r r r r �io�openr �getr �KeyErrorr r- r2 �warning)� source_dir� pyproject�fZpyproject_dataZbuildsysr4 �backend�backend_pathr% Zsdist_okZwheel_okr+ r+ r, �check� s4 � � r? c C sl t �d� t�� }|jddd� |�| �}t� t|j�}|r(t t dd�� d S t t dd�� t�d � d S ) NzQpep517.check is deprecated. Consider switching to https://pypi.org/project/build/r: z%A directory containing pyproject.toml)�helpz Checks passed�greenz Checks failed�redr ) r r9 �argparse�ArgumentParser�add_argument� parse_argsr r? r: �print�ansi�sys�exit)�argvZap�args�okr+ r+ r, �main� s � rN z[0mz[1mz[31mz[32m)�reset�boldrB rA c C s4 t jdkrtj�� rt| t| � td S t| �S )N�ntrO )�os�namerI �stdout�isatty� ansi_codes�str)�s�attrr+ r+ r, rH � s rH �__main__)N)#�__doc__rC r5 �loggingrR �os.pathr r r! r � subprocessr rI r"