U
.eZ @ s d dl mZ d dlZd dlZd dlZd dlmZmZ d dlm Z d dl
mZ erhd dlm
Z
mZmZmZ dd Zd d
Zdd ZdS )
)absolute_importN)pytomlsix)InstallationError)MYPY_CHECK_RUNNING)AnyTupleOptionalListc C s t | totdd | D S )Nc s s | ]}t |tjV qd S )N)
isinstancer Zstring_types).0item r ;/usr/lib/python3.8/site-packages/pip/_internal/pyproject.py s z"_is_list_of_str..)r listall)objr r r _is_list_of_str s
r c C s2 t j| d}tjr.t|tjr.|t }|S )Nzpyproject.toml)
ospathjoinr ZPY2r Z text_typeencodesysgetfilesystemencoding)Zunpacked_source_directoryr r r r make_pyproject_path s r c
C sV t j|}t j|}|rLtj|dd}t|}W 5 Q R X |d}nd}|rr|sr| dk rl| sltdd} n<|rd|kr| dk r| std |d d} n| dkr|} | dk st
| sdS |dkrd d
gdd}|dk st
d
} d|krt| j |dd|d }
t|
s(t| j |dd|d}g }|dkrLd}d d
g}|
||fS )a Load the pyproject.toml file.
Parameters:
use_pep517 - Has the user requested PEP 517 processing? None
means the user hasn't explicitly specified.
pyproject_toml - Location of the project's pyproject.toml file
setup_py - Location of the project's setup.py file
req_name - The name of the requirement we're processing (for
error reporting)
Returns:
None if we should use the legacy code path, otherwise a tuple
(
requirements from pyproject.toml,
name of PEP 517 backend,
requirements we should check are installed after setting
up the build environment
)
zutf-8)encodingzbuild-systemNzIDisabling PEP 517 processing is invalid: project does not have a setup.pyT
build-backendzbDisabling PEP 517 processing is invalid: project specifies a build backend of {} in pyproject.tomlzsetuptools>=40.8.0Zwheelz setuptools.build_meta:__legacy__)requiresr zO{package} has a pyproject.toml file that does not comply with PEP 518: {reason}r z]it has a 'build-system' table but not 'build-system.requires' which is mandatory in the table)packagereasonz1'build-system.requires' is not a list of strings.)r r isfileioopenr loadgetr formatAssertionErrorr )
Z
use_pep517Zpyproject_tomlZsetup_pyZreq_nameZ
has_pyprojectZ has_setupfZpp_tomlZbuild_systemZerror_templater ZbackendZcheckr r r load_pyproject_toml# sf
r) )Z
__future__r r" r r Zpip._vendorr r Zpip._internal.exceptionsr Zpip._internal.utils.typingr typingr r r r
r r r) r r r r s