
    Kuib@                    H   d Z ddlmZ ddlZddlZddlmZ ddlmZ ddl	m
Z
mZmZ ddlmZmZmZ ddlmZ dd	lmZ dd
lmZ ddlmZ ddlmZ ddlmZmZmZ ddlmZ ddl m!Z! ddl"m#Z# ddl$m%Z% ddl&m'Z' ddl(m)Z) ddl*m+Z+ ddl,m-Z-m.Z.m/Z/m0Z0 ddl1m2Z2m3Z3 ddl4m5Z5 ddl6m7Z7 ddl8m9Z9 ddl:m;Z; ddl<m=Z= ddl>m?Z?m@Z@mAZA  ej                  eC      ZDd$dZEeAj                  eAj                  eAj                  gZI edd       ZJ	 	 	 	 d%d!ZK	 	 	 	 	 	 	 	 	 	 d&d"ZL G d# de      ZMy)'zContains the RequirementCommand base class.

This class is in a separate module so the commands that do not always
need PackageFinder capability don't unnecessarily import the
PackageFinder machinery and all its vendored dependencies, etc.
    )annotationsN)partial)Values)AnyCallableTypeVar)BuildEnvironmentInstaller"InprocessBuildEnvironmentInstaller#SubprocessBuildEnvironmentInstaller)
WheelCache)
cmdoptions)make_target_python)IndexGroupCommand)SessionCommandMixin)CommandErrorPreviousBuildDirErrorUnsupportedPythonVersion)LinkCollector)PackageFinder)SelectionPreferences)TargetPython)
PipSession)BuildTracker)RequirementPreparer)install_req_from_editableinstall_req_from_line#install_req_from_parsed_requirementinstall_req_from_req_string)PEP723Exceptionpep723_metadata)parse_dependency_groups)parse_requirements)InstallRequirement)BaseResolver)check_requires_python)TempDirectoryTempDirectoryTypeRegistrytempdir_kindsc                F    t         j                  j                  d      dk(  S )z
    Check if regular constraints should be ignored because
    we are in a isolated build process and build constraints
    feature is enabled but no build constraints were passed.
     _PIP_IN_BUILD_IGNORE_CONSTRAINTS1)osenvirongetoptionss    g/root/.openclaw/workspace/chatterbox_venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py!should_ignore_regular_constraintsr2   ;   s     ::>><=DD    	_CommandTRequirementCommand)boundc                      ddd fd}|S )zNDecorator for common logic related to managing temporary
    directories.
    c                >    t         D ]  }| j                  |d        y )NF)KEEPABLE_TEMPDIR_TYPES
set_delete)registryts     r1   configure_tempdir_registryz0with_cleanup.<locals>.configure_tempdir_registryV   s!    ' 	*A5)	*r3   c                    | j                   J |j                  r | j                          	  | ||      S # t        $ r  | j                           w xY wN)tempdir_registryno_cleanr   )selfr0   argsr=   funcs      r1   wrapperzwith_cleanup.<locals>.wrapperZ   sb    $$000&t'<'<=	gt,,$ 	 't'<'<=	s	   	9 A)r;   r'   returnNone)rB   r4   r0   r   rC   	list[str]rF   int )rD   rE   r=   s   ` @r1   with_cleanuprK   O   s    * Nr3   c                    g }| D ]@  }t        |d|||      D ]+  }t        ||j                  d      }|j                  |       - B |S )NT)
constraintfinderr0   sessionFisolateduser_supplied)r"   r   isolated_modeappend)constraint_filesrN   r0   rO   requirementsfilename
parsed_req
req_to_adds           r1   parse_constraint_filesrZ   k   sn     L$ ,,
 	,J = ..#J
 
+	,, r3   c                      e Zd Zd fdZed	d       Ze	 	 d
	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 dd       Ze	 	 	 	 	 	 	 d	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 dd       Z	 	 	 	 	 	 	 	 	 	 ddZ	edd       Z
	 	 d	 	 	 	 	 	 	 	 	 ddZ xZS )r5   c                    t        |   |i | | j                  j                  t	        j
                                | j                  j                  t	        j                                y r?   )super__init__cmd_opts
add_optionr   dependency_groupsrA   )rB   rC   kw	__class__s      r1   r^   zRequirementCommand.__init__   sK    $%"%  !=!=!?@  !4!4!67r3   c                "    d| j                   v ryy)zEDetermines which resolver should be used, based on the given options.zlegacy-resolverlegacy
resolvelib)deprecated_features_enabledr/   s    r1   determine_resolver_variantz-RequirementCommand.determine_resolver_variant   s      C CCr3   c	                V   |j                   }	|	J d}
| j                  |      }|dk(  r&d|j                  v }|r=t        j	                  d       n'd}
d}d|j                  v rt        j	                  d       t        |dg       }d|j                  v }d	|j                  v r2t        ||||      }t        ||||t        |j                        
      }nt        |||      }t        |	|j                  ||j                  ||j                  |||j                  ||j                   ||||
      S )zQ
        Create a RequirementPreparer instance for the given parameters.
        Frf   z	fast-depszpip is using lazily downloaded wheels using HTTP range requests to obtain dependency information. This experimental feature is enabled through --use-feature=fast-deps and it is not ready for production.Tz;fast-deps has no effect when used with the legacy resolver.build_constraintszbuild-constraintzinprocess-build-deps)rN   build_trackerrj   	verbositywheel_cache)rj    build_constraint_feature_enabled)	build_dirsrc_dirdownload_dirbuild_isolationbuild_isolation_installercheck_build_depsrk   rO   progress_barrN   require_hashesuse_user_site
lazy_wheelrl   legacy_resolver)pathrh   features_enabledloggerwarninggetattrrZ   r
   r   	cache_dirr   r   rp   rr   rt   ru   rv   )clstemp_build_dirr0   rk   rO   rN   rw   rq   rl   temp_build_dir_pathry   resolver_variantrx   rj   rn   build_constraint_reqsenv_installers                    r1   make_requirement_preparerz,RequirementCommand.make_requirement_preparer   sd    -11"...99'B|+$(@(@@J" #OJg666Q
 $G-@"E'":":: 	)
 "W%=%==$:!67G%! ?+"7#&w'8'89M @"31QM #)OO%#33&3$55' --"11'!+
 	
r3   c                   t        t        |j                        }| j                  |      }|dk(  rRddl}|j
                  j                  j                  j                  j                  ||||||j                  ||||	|
      S ddl}|j
                  j                  j                  j                  j                  ||||||j                  ||||	|
      S )zF
        Create a Resolver instance for the given parameters.
        )rQ   rf   r   N)preparerrN   rm   make_install_reqrw   ignore_dependenciesignore_installedignore_requires_pythonforce_reinstallupgrade_strategypy_version_info)r   r   rS   rh   ,pip._internal.resolution.resolvelib.resolver	_internal
resolutionrf   resolverResolverr   (pip._internal.resolution.legacy.resolverre   )r   r   rN   r0   rm   rw   r   r   r   r   r   r   r   pips                 r1   make_resolverz RequirementCommand.make_resolver   s    " #'**
 99'B |+?==++66??HH!'!1+$+$?$?!1'= /!1 / I   	8}}''..77@@#-' ' ; ;-#9+-+ A 
 	
r3   c                   g }t        |      s)t        |j                  |||      }|j                  |       |D ]I  }|j	                         st        |d|j                  dt        |dd            }|j                  |       K |j                  rCt        |j                        D ]+  }t        ||j                  d      }|j                  |       - |j                  D ]7  }t        |d|j                  t        |dd            }|j                  |       9 |j                  D ]g  }	t        |	|||      D ]S  }
t!        |
|j                  d|
j"                  r|
j"                  j%                  d      nd      }|j                  |       U i |j&                  rt)        |j&                        d	kD  rt+        d
      |j&                  d   }	 t-        |      }|j%                  dd      }|rL|j2                  s@t5        |      }t7        ||j8                        st;        d|d|j<                   d|      |j%                  dg       D ]+  }t        ||j                  d      }|j                  |       - t?        d |D              rd|_         |s|j                  s|j                  s|j                  s|j&                  std| jB                  i}|jD                  r?t+         djF                  di tI        |djK                  |jD                                    t+         djF                  di |      |S # t.        $ r}t+        |j0                        d}~ww xY w)zS
        Parse command-line arguments into the corresponding requirements.
        NTconfig_settings)
comes_fromrQ   rR   r   rP   )rR   rQ   r   )rN   r0   rO   )rQ   rR   r      z1--requirements-from-script can only be given oncer   zrequires-python )requires_pythonversion_infozScript z requires a different Python: z not in dependenciesc              3  4   K   | ]  }|j                     y wr?   )has_hash_options).0reqs     r1   	<genexpr>z6RequirementCommand.get_requirements.<locals>.<genexpr>  s     <s##<s   namezXYou must give at least one requirement to {name} (maybe you meant "pip {name} {links}"?) )linkszHYou must give at least one requirement to {name} (see "pip help {name}")rJ   )&r2   rZ   constraintsextendstripr   rS   r~   rT   ra   r!   r   	editablesr   rV   r"   r   r0   r.   requirements_from_scriptslenr   r    r   msgr   r   r%   r   r   
py_versionanyrv   r   
find_linksformatdictjoin)rB   rC   r0   rN   rO   rV   r   r   rY   rW   rX   scriptscript_metadataexcscript_requires_pythontarget_pythonoptss                    r1   get_requirementsz#RequirementCommand.get_requirements  s    24090##VWgK , 
	,C99;. .." '1BD IJ 
+
	, $$.w/H/HI 08$22"&

 ##J/0 $$ 	,C2" .. '1BD I	J 
+	,  ,, 	0H0' 0
 A$22"& &-- #**../@A!	
 ##J/0	0  ,,74459"#VWW66q9F,"1&"9 &5%8%89JB%O"%g.L.L 27 ;,$:!.!>!> 3!&+I(334H=S<VX 
 '**>2> 08$22"&

 ##J/0 <|<<%)G"   ##((00DII&D!!"E >>Dft388G4F4F+GH  #5 ..4f=7;= 
 e # ,"377++,s   L; ;	MMMc                l    | j                   }|j                         }|rt        j                  |       yy)zE
        Trace basic information about the provided objects.
        N)search_scopeget_formatted_locationsr|   info)rN   r   	locationss      r1   trace_basic_infoz#RequirementCommand.trace_basic_info  s1     ** 88:	KK	" r3   c                    t        j                  ||      }t        d|j                  |j                  |j
                  |      }t        j                  ||||j                        S )z
        Create a package finder appropriate to this requirement command.

        :param ignore_requires_python: Whether to ignore incompatible
            "Requires-Python" values in links. Defaults to False.
        r/   T)allow_yankedformat_controlrelease_controlprefer_binaryr   )link_collectorselection_prefsr   uploaded_prior_to)r   creater   r   r   r   r   r   )rB   r0   rO   r   r   r   r   s          r1   _build_package_finderz(RequirementCommand._build_package_finder  sh     '--gwG."11#33!//#9
 ##)+'%77	
 	
r3   )rC   r   rb   r   rF   rG   )r0   r   rF   str)Nr   )r   r&   r0   r   rk   r   rO   r   rN   r   rw   boolrq   z
str | Nonerl   rI   rF   r   )NFTFFzto-satisfy-onlyN)r   r   rN   r   r0   r   rm   zWheelCache | Nonerw   r   r   r   r   r   r   r   r   r   r   ztuple[int, ...] | NonerF   r$   )
rC   rH   r0   r   rN   r   rO   r   rF   list[InstallRequirement])rN   r   rF   rG   )NN)
r0   r   rO   r   r   zTargetPython | Noner   zbool | NonerF   r   )__name__
__module____qualname__r^   staticmethodrh   classmethodr   r   r   r   r   __classcell__)rc   s   @r1   r5   r5      s   8    $(N
%N
 N
 $	N

 N
 N
 N
 !N
 N
 
N
 N
`  *.#!%', % 1266
%6
 6
 	6

 '6
 6
 6
 !%6
 6
 6
 06
 
6
 6
pzz z 	z
 z 
"zx # # .2.2

 
 +	

 !,
 

r3   )r0   r   rF   r   )rD   -Callable[[_CommandT, Values, list[str]], int]rF   r   )
rU   rH   rN   r   r0   r   rO   r   rF   r   )N__doc__
__future__r   loggingr,   	functoolsr   optparser   typingr   r   r   pip._internal.build_envr	   r
   r   pip._internal.cacher   pip._internal.clir   pip._internal.cli.cmdoptionsr   pip._internal.cli.index_commandr   r   pip._internal.exceptionsr   r   r   pip._internal.index.collectorr   "pip._internal.index.package_finderr   $pip._internal.models.selection_prefsr   "pip._internal.models.target_pythonr   pip._internal.network.sessionr   ,pip._internal.operations.build.build_trackerr    pip._internal.operations.preparer   pip._internal.req.constructorsr   r   r   r   pip._internal.req.pep723r   r    &pip._internal.req.req_dependency_groupr!   pip._internal.req.req_filer"   pip._internal.req.req_installr#   pip._internal.resolution.baser$   pip._internal.utils.packagingr%   pip._internal.utils.temp_dirr&   r'   r(   	getLoggerr   r|   r2   	BUILD_ENVEPHEM_WHEEL_CACHE	REQ_BUILDr9   r4   rK   rZ   r5   rJ   r3   r1   <module>r      s+   #  	   ) ) 
 + ( ; = V 
 8 < E ; 4 E @  F J 9 < 6 ?  
		8	$E ##  K';<	
728  	
 2{
* {
r3   