o
    ib@                     @  s  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BeCZDd4d!d"ZEeAjFeAjGeAjHgZIed#d$d%ZJd5d(d)ZKd6d1d2ZLG d3d$ d$eZMdS )7zContains 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_kindsoptionsr   returnboolc                 C  s   t 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.
    Z _PIP_IN_BUILD_IGNORE_CONSTRAINTS1)osenvirongetr(    r0   W/home/kim/smarthome/.venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py!should_ignore_regular_constraints;   s   r2   	_CommandTRequirementCommand)boundfunc-Callable[[_CommandT, Values, list[str]], int]c                   s   ddd d fdd}|S )zNDecorator for common logic related to managing temporary
    directories.
    registryr&   r)   Nonec                 S  s   t D ]}| |d qd S )NF)KEEPABLE_TEMPDIR_TYPES
set_delete)r8   tr0   r0   r1   configure_tempdir_registryV   s   z0with_cleanup.<locals>.configure_tempdir_registryselfr3   r(   r   args	list[str]intc                   sH   | j d usJ |jr | j  z| ||W S  ty#    | j   w N)tempdir_registryno_cleanr   )r>   r(   r?   r=   r6   r0   r1   wrapperZ   s   

zwith_cleanup.<locals>.wrapperN)r8   r&   r)   r9   )r>   r3   r(   r   r?   r@   r)   rA   r0   )r6   rF   r0   rE   r1   with_cleanupO   s   
rG   constraint_filesr@   finderr   sessionr   list[InstallRequirement]c                 C  sD   g }| D ]}t |d|||dD ]}t||jdd}|| qq|S )NT)
constraintrI   r(   rJ   Fisolateduser_supplied)r!   r   isolated_modeappend)rH   rI   r(   rJ   requirementsfilename
parsed_req
req_to_addr0   r0   r1   parse_constraint_filesk   s"   
rV   c                      s   e Zd Zd: fddZed;ddZe		d<d=ddZe		 	!	 	 	"	d>d?d-d.Zd@d1d2Z	edAd3d4Z
		dBdCd8d9Z  ZS )Dr4   r?   r   kwr)   r9   c                   s6   t  j|i | | jt  | jt  d S rB   )super__init__cmd_opts
add_optionr   dependency_groupsrD   )r>   r?   rW   	__class__r0   r1   rY      s   zRequirementCommand.__init__r(   r   strc                 C  s   d| j v rdS dS )zEDetermines which resolver should be used, based on the given options.zlegacy-resolverlegacy
resolvelib)deprecated_features_enabledr/   r0   r0   r1   determine_resolver_variant   s   
z-RequirementCommand.determine_resolver_variantNr   temp_build_dirr%   build_trackerr   rJ   r   rI   r   use_user_siter*   download_dir
str | None	verbosityrA   r   c	                 C  s   |j }	|	dus	J d}
| |}|dkr!d|jv }|r td nd}
d}d|jv r/td t|dg }d	|jv }d
|jv rSt||||}t||||t|j	d}nt
|||d}t|	|j||j||j|||j||j||||
dS )zQ
        Create a RequirementPreparer instance for the given parameters.
        NFra   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)rI   re   rj   ri   wheel_cache)rj    build_constraint_feature_enabled)	build_dirsrc_dirrg   build_isolationZbuild_isolation_installercheck_build_depsre   rJ   progress_barrI   require_hashesrf   
lazy_wheelri   legacy_resolver)pathrc   features_enabledloggerwarninggetattrrV   r	   r   	cache_dirr
   r   rn   ro   rp   rq   rr   )clsrd   r(   re   rJ   rI   rf   rg   ri   temp_build_dir_pathrt   resolver_variantrs   rj   rl   Zbuild_constraint_reqsZenv_installerr0   r0   r1   make_requirement_preparer   sj   



z,RequirementCommand.make_requirement_preparerFTto-satisfy-onlypreparerrk   WheelCache | Noneignore_installedignore_requires_pythonforce_reinstallupgrade_strategypy_version_infotuple[int, ...] | Noner#   c                 C  s   t t|jd}| |}|dkr)ddl}|jjjjj	||||||j
||||	|
dS ddl}|jjjjj	||||||j
||||	|
dS )zF
        Create a Resolver instance for the given parameters.
        )rN   ra   r   N)r   rI   rk   make_install_reqrf   ignore_dependenciesr   r   r   r   r   )r   r   rP   rc   ,pip._internal.resolution.resolvelib.resolver	_internal
resolutionra   resolverResolverr   (pip._internal.resolution.legacy.resolverr`   )r{   r   rI   r(   rk   rf   r   r   r   r   r   r   r}   pipr0   r0   r1   make_resolver   sD   
z RequirementCommand.make_resolverr@   rK   c              
   C  sf  g }t |st|j|||}|| |D ]}| sqt|d|jdt|ddd}|| q|j	rHt
|j	D ]}t||jdd}|| q8|jD ]}t|d|jt|ddd}|| qK|jD ]$}	t|	|||dD ]}
t|
|jd|
jr}|
jdndd}|| qmqc|jrt|jd	krtd
|jd }zt|}W n ty } zt|jd}~ww |dd}|r|jst|}t||jdstd|d|j d||dg D ]}t||jdd}|| qtdd |D rd|_ |s1|js1|js1|j	s1|js1d| j!i}|j"r'tdj#di t$|d%|j"dtdj#di ||S )zS
        Parse command-line arguments into the corresponding requirements.
        NTconfig_settings)
comes_fromrN   rO   r   rM   )rO   rN   r   )rI   r(   rJ   )rN   rO   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                 s  s    | ]}|j V  qd S rB   )has_hash_options).0reqr0   r0   r1   	<genexpr>  s    z6RequirementCommand.get_requirements.<locals>.<genexpr>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}")r0   )&r2   rV   constraintsextendstripr   rP   ry   rQ   r\   r    r   	editablesr   rR   r!   r   r(   r.   Zrequirements_from_scriptslenr   r   r   msgr   r   r$   r   r   
py_versionanyrr   r   
find_linksformatdictjoin)r>   r?   r(   rI   rJ   rR   r   r   rU   rS   rT   scriptZscript_metadataexcZscript_requires_pythontarget_pythonoptsr0   r0   r1   get_requirements  s   












z#RequirementCommand.get_requirementsc                 C  s$   | j }| }|rt| dS dS )zE
        Trace basic information about the provided objects.
        N)search_scopeget_formatted_locationsrw   info)rI   r   	locationsr0   r0   r1   trace_basic_info  s
   z#RequirementCommand.trace_basic_infor   TargetPython | Nonebool | Nonec                 C  s:   t j||d}td|j|j|j|d}tj||||jd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   )r>   r(   rJ   r   r   r   r   r0   r0   r1   _build_package_finder  s   z(RequirementCommand._build_package_finder)r?   r   rW   r   r)   r9   )r(   r   r)   r_   )Nr   )rd   r%   r(   r   re   r   rJ   r   rI   r   rf   r*   rg   rh   ri   rA   r)   r   )NFTFFr   N)r   r   rI   r   r(   r   rk   r   rf   r*   r   r*   r   r*   r   r*   r   r_   r   r   r)   r#   )
r?   r@   r(   r   rI   r   rJ   r   r)   rK   )rI   r   r)   r9   )NN)
r(   r   rJ   r   r   r   r   r   r)   r   )__name__
__module____qualname__rY   staticmethodrc   classmethodr~   r   r   r   r   __classcell__r0   r0   r]   r1   r4      s.    	P
8|)r(   r   r)   r*   )r6   r7   r)   r7   )
rH   r@   rI   r   r(   r   rJ   r   r)   rK   )N__doc__
__future__r   loggingr,   	functoolsr   optparser   typingr   r   r   pip._internal.build_envr   r	   r
   pip._internal.cacher   pip._internal.clir   Zpip._internal.cli.cmdoptionsr   Z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   Zpip._internal.req.pep723r   r   Z&pip._internal.req.req_dependency_groupr    Zpip._internal.req.req_filer!   Zpip._internal.req.req_installr"   pip._internal.resolution.baser#   pip._internal.utils.packagingr$   pip._internal.utils.temp_dirr%   r&   r'   	getLoggerr   rw   r2   	BUILD_ENVEPHEM_WHEEL_CACHE	REQ_BUILDr:   r3   rG   rV   r4   r0   r0   r0   r1   <module>   sN    



