<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>

Re=                 @   s   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	 d d l
 m Z d d l m Z e r d  d	 l m Z m Z m Z m Z m Z d
 d d d g Z e j e  Z Gd d   d e  Z d d   Z d d   Z d S)    )absolute_importN)
indent_log)MYPY_CHECK_RUNNING   )parse_requirements)InstallRequirement)RequirementSet)IteratorListOptionalSequenceTupler   r   r   install_given_reqsc               @   s(   e  Z d  Z d d   Z d d   Z d S)InstallationResultc             C   s   | |  _  d  S)N)name)selfr    r   /builddir/build/BUILDROOT/alt-python35-pip-20.2.4-5.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/req/__init__.py__init__   s    zInstallationResult.__init__c             C   s   d j  |  j  S)NzInstallationResult(name={!r}))formatr   )r   r   r   r   __repr__   s    zInstallationResult.__repr__N)__name__
__module____qualname__r   r   r   r   r   r   r      s   r   c             c   sA   x: |  D]2 } | j  s+ t d j |    | j  | f Vq Wd  S)Nz'invalid to-be-installed requirement: {})r   AssertionErrorr   )requirementsreqr   r   r   _validate_requirements"   s    r   c	          $   C   sM  t  j t |    }	 |	 r: t j d d j |	 j     g  }
 t    x |	 j   D] \ } } | j	 r t j d |  t    | j
 d d  } Wd QRXn d } y8 | j | | d | d | d	 | d
 | d | d | Wn/ t k
 r| r
| j r
| j     Yn X| r+| j r+| j   |
 j t |   qW WWd QRX|
 S)zu
    Install everything in the given list.

    (to be called after having downloaded and unpacked the packages)
    z!Installing collected packages: %sz, zAttempting uninstall: %sauto_confirmTNroothomeprefixwarn_script_locationuse_user_site	pycompile)collectionsOrderedDictr   loggerinfojoinkeysr   itemsshould_reinstall	uninstallinstall	Exceptioninstall_succeededrollbackcommitappendr   )r   install_optionsglobal_optionsr   r    r!   r"   r#   r$   
to_install	installedreq_namerequirementuninstalled_pathsetr   r   r   r   +   s@    
	
	

)
__future__r   r%   loggingpip._internal.utils.loggingr   pip._internal.utils.typingr   req_filer   req_installr   req_setr   typingr	   r
   r   r   r   __all__	getLoggerr   r'   objectr   r   r   r   r   r   r   <module>   s   (
	