+
    BiA                        ^ RI Ht ^ RIt^ RIt^ RIHt ^ RIHt ^ RI	H
t
 ^ RIHtHtHt ^ RIHt ^ RIHt R	 R
 ltR R lt]! R. RO4      tR R ltR# )    )annotationsN)
namedtuple)Any)InvalidRequirement)InstallationErrorInvalidPyProjectBuildRequiresMissingPyProjectBuildRequires)tomllib)get_requirementc                    V ^8  d   QhRRRR/# )   objr   returnbool )formats   "</usr/lib/python3.14/site-packages/pip/_internal/pyproject.py__annotate__r      s     P P P P    c                    \        V \        4      ;'       d5    \        ;QJ d    R  V  4       F  '       d   K   R# 	  R# ! R  V  4       4      # )c              3  B   "   T F  p\        V\        4      x  K  	  R # 5i)N)
isinstancestr).0items   & r   	<genexpr>"_is_list_of_str.<locals>.<genexpr>   s     (O34D#)>)>3s   FT)r   listall)r   s   &r   _is_list_of_strr       s:    c4 OOSS(O3(OSSOSOS(O3(O%OOr   c                    V ^8  d   QhRRRR/# )r   unpacked_source_directoryr   r   r   )r   s   "r   r   r      s     E E3 E3 Er   c                B    \         P                  P                  V R 4      # )zpyproject.toml)ospathjoin)r"   s   &r   make_pyproject_pathr'      s    77<<13CDDr   BuildSystemDetailsc          
     ,    V ^8  d   QhRRRRRRRRRR/# )	r   
use_pep517zbool | Nonepyproject_tomlr   setup_pyreq_namer   zBuildSystemDetails | Noner   )r   s   "r   r   r       sB     VF VFVF-0VF<?VFKNVFVFr   c                   \         P                  P                  V4      p\         P                  P                  V4      pV'       g   V'       g   \        V R24      hV'       dU   \	        VRR7      ;_uu_ 4       p\
        P                  ! VP                  4       4      pRRR4       XP                  R4      pMRpV'       d#   V'       g   V e   V '       g   \        R4      hRp MV'       d8   RV9   d1   V e*   V '       g"   \        R	P                  VR,          4      4      hRp M^V f[   T;'       gQ    \        P                  P                  R
4      '       * ;'       g%    \        P                  P                  R4      '       * p V f   Q hV '       g   R# Vf   RR.RR/pVf   Q hRV9  d   \        VR7      hVR,          p	\        V	4      '       g   \        VRR7      hV	 F  p
 \!        V
4       K  	  VP                  R4      pVP                  R. 4      p. pVf   RpR.p\%        WW4      #   + '       g   i     EL; i  \"         d   p\        TRT
: 2R7      ThRp?ii ; i)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
        directory paths to import the backend from (backend-path),
            relative to the project root.
    )
zW does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.zutf-8)encodingNzbuild-systemzIDisabling PEP 517 processing is invalid: project does not have a setup.pyTzbuild-backendzbDisabling PEP 517 processing is invalid: project specifies a build backend of {} in pyproject.toml
setuptoolswheelrequireszsetuptools>=40.8.0z setuptools.build_meta:__legacy__)packagezIt is not a list of strings.)r3   reasonz$It contains an invalid requirement: zbackend-path)r$   r%   isfiler   openr
   loadsreadgetr   	importlibutil	find_specr	   r    r   r   r   r(   )r*   r+   r,   r-   has_pyproject	has_setupfpp_tomlbuild_systemr2   requirementerrorbackendbackend_pathchecks   &&&&           r   load_pyproject_tomlrG       s[   0 GGNN>2Mx(Ij = >
 	

 .733qmmAFFH-G 4{{>2 Y!*#3  
	/\9!*#$$*F<+H$I 
 
 
	 5 5>>++L995 5>>++G44 	 !!!  -.?
 ### %+H== J'H8$$+1
 	
  	K(   /G##NB7LE 5%&hEEi 433x " 	/ =k_M 	s$   :%H,#I ,H=	 I"II")r2   rD   rF   rE   )
__future__r   importlib.utilr:   r$   collectionsr   typingr   "pip._vendor.packaging.requirementsr   pip._internal.exceptionsr   r   r	   pip._internal.utils.compatr
   pip._internal.utils.packagingr   r    r'   r(   rG   r   r   r   <module>rP      sO    "  	 "  A 
 / 9PE  J 
VFr   