o
    j4                     @  s  d Z ddlmZ ddlZddlZddlZddlZddl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mZmZmZ ddlmZ eeZee Zz
ddlZee7 ZW n eyi   ed	 Y nw z
ddlZee7 ZW n ey   ed
 Y nw d;ddZd<ddZd=ddZ d>ddZ!d;ddZ"d?d d!Z#d@d$d%Z$dAdBd*d+Z%dCd,d-Z&dDd2d3Z'dEd5d6Z(	dFdGd9d:Z)dS )HzUtilities related archives.    )annotationsN)Iterable)ZipInfo)InstallationError)BZ2_EXTENSIONSTAR_EXTENSIONSXZ_EXTENSIONSZIP_EXTENSIONS)
ensure_dirzbz2 module is not availablezlzma module is not availablereturnintc                  C  s   t d} t |  | S )zBGet the current umask which involves having to set it temporarily.r   )osumask)mask r   ^/var/www/html/Deteccion_Ine/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.pycurrent_umask-   s   

r   pathstr	list[str]c                 C  sd   |  d d} d| v r$d| v r| d| dk sd| vr$| ddS d| v r.| ddS | dgS )N/\    )lstripfindsplitr   r   r   r   split_leading_dir4   s   $r   pathsIterable[str]boolc                 C  sD   d}| D ]}t |\}}|s dS |du r|}q||kr dS qdS )zyReturns true if all the paths have the same leading path name
    (i.e., everything is in one subdirectory in an archive)NFT)r   )r   common_prefixr   prefixrestr   r   r   has_leading_dir@   s   r%   	directorytargetc                 C  s0   t j| }t j|}t j||g}||kS )zL
    Return true if the absolute path of target is within the directory
    )r   r   abspath
commonpath)r&   r'   abs_directory
abs_targetr#   r   r   r   is_within_directoryO   s   r,   c                   C  s   dt   @ dB S )Ni  I   )r   r   r   r   r   !_get_default_mode_plus_executableZ   s   r.   Nonec                 C  s   t | t  dS )zx
    Make file present at path have execute for user/group/world
    (chmod +x) is no-op on windows per python docs
    N)r   chmodr.   r   r   r   r   2set_extracted_file_to_default_mode_plus_executable^   s   r1   infor   c                 C  s$   | j d? }t|ot|o|d@ S )N   r-   )external_attrr!   statS_ISREG)r2   moder   r   r   zip_item_is_executablef   s   
r8   Tfilenamelocationflattenc              	   C  s@  t | t| d}ztj|dd}t| o|}| D ]v}|j}|}|r,t|d }t	j
||}t	j
|}	t||sId}
t|
| |||drSt | qt |	 ||}z)t|d}t|| W d   n1 ssw   Y  W |  t|rt| q|  t|rt| w w W |  dS |  w )	a  
    Unzip the file (with path `filename`) to the destination `location`.  All
    files are written based on system defaults and umask (i.e. permissions are
    not preserved), except that regular file members with any execute
    permissions (user, group, or world) have "chmod +x" applied after being
    written. Note that for windows, any execute changes using os.chmod are
    no-ops per the python docs.
    rbT)
allowZip64r   zQThe zip file ({}) has a file ({}) trying to install outside target directory ({}))r   r   wbN)r
   openzipfileZipFiler%   namelistinfolistr9   r   r   r   joindirnamer,   r   formatendswithshutilcopyfileobjcloser8   r1   )r9   r:   r;   zipfpzipleadingr2   namefndirmessagefpdestfpr   r   r   
unzip_filem   sF   	





rT   c                   sb  t   ds drd}n& trd}n tr)d}n dr3d}ntd d	}tj|d
d}zht	dd |
 D }ztj W n tyd   t|| Y nAw t |r|
 D ]}t|j\}}||_| rt|j\}}	||kr|	|_qnd fdd}
|j|
d W |  dS W |  dS |  w )a  
    Untar the file (with path `filename`) to the destination `location`.
    All files are written based on system defaults and umask (i.e. permissions
    are not preserved), except that regular file members with any execute
    permissions (user, group, or world) have "chmod +x" applied on top of the
    default.  Note that for windows, any execute changes using os.chmod are
    no-ops per the python docs.
    z.gzz.tgzzr:gzzr:bz2zr:xzz.tarrz-Cannot determine compression type for file %szr:*zutf-8)encodingc                 S  s   g | ]}|j qS r   )rN   ).0memberr   r   r   
<listcomp>   s    zuntar_file.<locals>.<listcomp>rX   tarfile.TarInfor   r   r   c              
     s   | j }z%z | } W n tjy&   tjd d dv r#t| } n Y nw W n tjy? } z
d}t||d }~ww | 	 rM|d@ rM| _ | S d | _ | S )N   >   )r[   	      )r[         )r[   
      z%Invalid member in the tar file {}: {}r-   )
r7   tarfileZLinkOutsideDestinationErrorsysversion_infoZ
tar_filterTarErrorr   rF   isfile)rX   r   Z	orig_modeexcrQ   data_filterZdefault_mode_plus_executabler9   r:   r   r   
pip_filter   s4   

zuntar_file.<locals>.pip_filter)filterN)rX   rZ   r   r   r   rZ   )r
   lowerrG   r   r   loggerwarningrb   r?   r%   
getmembersri   AttributeError_untar_without_filterr.   r   rN   islnklinkname
extractallrJ   )r9   r:   r7   tarrM   rX   Z	name_leadZ	name_restZlnk_leadZlnk_restrj   r   rh   r   
untar_file   sJ   	
':rv   ru   tarfile.TarFiletarinforZ   c                 C  sX   t jt j|j|j}t j|}|dd}z| | W dS  t	y+   Y dS w )zGCheck if the file pointed to by the symbolic link is in the tar archiver   r   TF)
r   r   rD   rE   rN   rs   normpathreplace	getmemberKeyError)ru   rx   rs   r   r   r   is_symlink_target_in_tar   s   
r}   rM   c                 C  s  |  D ]}|j}|rt|d }tj||}t||s(d}t|| |||	 r1t
| q| rkt||sGd}t|| |j|jz||| W q tyj } ztd| |j| W Y d}~qd}~ww z||}	W n ttfy } ztd| |j| W Y d}~qd}~ww t
tj| |	dusJ t|d}
t|	|
 W d   n1 sw   Y  |	  ||| |jd@ rt| qdS )z/Fallback for Python without tarfile.data_filterr   zQThe tar file ({}) has a file ({}) trying to install outside target directory ({})z/In the tar file %s the member %s is invalid: %sNr>   r-   )ro   rN   r   r   r   rD   r,   r   rF   isdirr
   issymr}   rs   _extract_member	Exceptionrm   rn   extractfiler|   rp   rE   r?   rH   rI   rJ   utimer7   r1   )r9   r:   ru   rM   rX   rO   r   rQ   rg   rR   rS   r   r   r   rq   	  sj   





rq   content_type
str | Nonec                   s   t j   d d fdd}d fdd}|dkr$| S |d	kr+| S   tr5| S   tt t rC| S t	
 }t }|rT|sT| S |r[|s[| S |re|retd
  td | td )zUnpack ``filename`` into ``location``.

    Archive format is chosen in order of decreasing reliability:
    ``content_type``, then filename extension, then magic signature
    (unambiguous matches only).
    z.whlr   r/   c                     s   t  d d S )N)r;   )rT   r   r9   r:   Zzip_flattenr   r   _unzip\  s   zunpack_file.<locals>._unzipc                     s   t   d S N)rv   r   )r9   r:   r   r   _untar_  s   zunpack_file.<locals>._untarzapplication/zipzapplication/x-gzipzAmbiguous file signature in %s.zZCannot unpack file %s (downloaded from %s, content-type: %s); cannot detect archive formatz#Cannot determine archive format of N)r   r/   )r   r   realpathrG   rl   r	   r   r   r   r@   
is_zipfilerb   
is_tarfilerm   errorcriticalr   )r9   r:   r   r   r   r   r   r   r   r   unpack_fileN  s6   

r   )r   r   )r   r   r   r   )r   r    r   r!   )r&   r   r'   r   r   r!   )r   r   r   r/   )r2   r   r   r!   )T)r9   r   r:   r   r;   r!   r   r/   )r9   r   r:   r   r   r/   )ru   rw   rx   rZ   r   r!   )
r9   r   r:   r   ru   rw   rM   r!   r   r/   r   )r9   r   r:   r   r   r   r   r/   )*__doc__
__future__r   loggingr   rH   r5   rc   rb   r@   collections.abcr   r   pip._internal.exceptionsr   pip._internal.utils.filetypesr   r   r   r	   pip._internal.utils.miscr
   	getLogger__name__rm   SUPPORTED_EXTENSIONSbz2ImportErrordebuglzmar   r   r%   r,   r.   r1   r8   rT   rv   r}   rq   r   r   r   r   r   <module>   sR    








.
`
H