Server IP : 172.67.214.6 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux premium900.web-hosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : redwjova ( 1790) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python39/lib/python3.9/site-packages/pip/_vendor/pep517/__pycache__/ |
Upload File : |
a ��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"edkr�e � 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 sH t � ��*}z|�|� t�d� W n* tyL t�d� Y W d � dS 0 z| �i �}t�d|� W n. ty� tjddd� Y W d � dS 0 z|�|� t�d� W n* ty� t�d � Y W d � dS 0 t� }t�d |� �z$z| � |i �}t�d|� W n< t�yJ tjddd� Y W t �|� W d � dS 0 |�d ��s�t�d|� W t �|� W d � dS t ||�}t|��r�t�d|� n(t�d|� W t �|� W d � dS t�|��r�t�d� n&t�d� W t �|� W d � dS W t �|� nt �|� 0 W d � dS 1 �s:0 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-python39-pip-21.3.1-2.el8.x86_64/opt/alt/python39/lib/python3.9/site-packages/pip/_vendor/pep517/check.py�check_build_sdist sh �� � � �r, c C sH t � ��*}z|�|� t�d� W n* tyL t�d� Y W d � dS 0 z| �i �}t�d|� W n. ty� tjddd� Y W d � dS 0 z|�|� t�d� W n* ty� t�d � Y W d � dS 0 t� }t�d |� �z$z| � |i �}t�d|� W n< t�yJ tjddd� Y W t �|� W d � dS 0 |�d ��s�t�d|� W t �|� W d � dS t ||�}t|��r�t�d|� n(t�d|� W t �|� W d � dS t�|��r�t�d� n&t�d� W t �|� W d � dS W t �|� nt �|� 0 W d � dS 1 �s:0 Y d S )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 sd � � � �r1 c C s� t | d�}t|�rt�d� nt�d� dS zdt�|d��}t|�}W d � n1 sX0 Y |d }|d }|d }|�d �}t�d � W n& t t fy� tjddd � Y dS 0 t| ||�}t||�} t ||�} | s�t�d� | s�t�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, r1 �warning)� source_dir� pyproject�fZpyproject_dataZbuildsysr3 �backend�backend_pathr$ Zsdist_okZwheel_okr* r* r+ �check� s0 & r>