
    
_d                         d 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 ddlmZ dd	lmZ  G d
 de	      Zd Zd Zy)zD
Create a dist_info directory
As defined in the wheel specification
    N)contextmanager)log)Command)Path   )_normalization)SetuptoolsDeprecationWarningc                   X    e Zd ZdZdZg dZddgZddiZd Zd Z	e
d	ed
efd       Zd Zy)	dist_infoz
    This command is private and reserved for internal use of setuptools,
    users should rely on ``setuptools.build_meta`` APIs.
    z@DO NOT CALL DIRECTLY, INTERNAL ONLY: create .dist-info directory))z	egg-base=ezjdirectory containing .egg-info directories (default: top of the source tree) DEPRECATED: use --output-dir.)zoutput-dir=ozYdirectory inside of which the .dist-info will becreated (default: top of the source tree))tag-datedz0Add date stamp (e.g. 20050528) to version number)z
tag-build=bz-Specify explicit tag to add to version number)no-dateDz"Don't include date stamp [default])keep-egg-infoNz,*TRANSITIONAL* will be removed in the futurer   r   r   c                 f    d | _         d | _        d | _        d | _        d | _        d | _        d| _        y )NF)egg_base
output_dirnamedist_info_dirtag_date	tag_buildkeep_egg_info)selfs    >/usr/lib/python3/dist-packages/setuptools/command/dist_info.pyinitialize_optionszdist_info.initialize_options1   s5    	!"    c                 x   | j                   r8d}t        j                  |d       | j                   xs | j                  | _        | j                  }|j
                  xs t        j                  }t        | j                  xs |      | _        | j                  d      }t        | j                        |_         | j                  r| j                  |_        n|j                  | _        | j                  r| j                  |_        n|j                  | _        |j                          || _        t        j                   |j#                               }t        j$                  |j'                               }| d| | _        t        j*                  j-                  | j                  | j(                   d      | _        y )NzA--egg-base is deprecated for dist_info command. Use --output-dir.)i  	      )due_dateegg_info-z
.dist-info)r   r	   emitr   distributionsrc_rootoscurdirr   reinitialize_commandstrr   r   finalize_optionsr$   r   
safer_nameget_namesafer_best_effort_versionget_versionr   pathjoinr   )r   msgdistproject_dirr$   r   versions          r   r-   zdist_info.finalize_options:   sA   ==UC(--cMJ #mm>tDO  mm0ryyt=+>,,Z80== $H$--DM>>!%H%//DN!!# ((9 ::4;K;K;MNfAgY'	WW\\$//dii[
;STr   dir_pathrequires_bkpc              #      K   |rJ| d}t        |d       t        ||dd       	 d  t        |d       t        j                  ||       y d  y # t        |d       t        j                  ||       w xY ww)Nz.__bkp__T)ignore_errors)dirs_exist_oksymlinks)_rm_copyshutilmove)r   r8   r9   bkp_names       r   _maybe_bkp_dirzdist_info._maybe_bkp_dir[   sk     "8,H-(HD4H0HD1Hh/ HD1Hh/s   $A<A )A<%A99A<c                 <   | j                   j                  dd       | j                  j                          | j                  j                  }t        j
                  j                  |      sJ d       t        j                  dj                  t        j
                  j                  | j                                     | j                  d      }| j                  || j                        5  |j                  || j                         d d d        y # 1 sw Y   y xY w)NT)parentsexist_okz&.egg-info dir should have been createdzcreating '{}'bdist_wheel)r   mkdirr$   runr)   r2   isdirr   infoformatabspathr   get_finalized_commandrC   r   egg2dist)r   egg_info_dirrG   s      r   rI   zdist_info.runi   s    dT:}}--ww}}\*T,TT*''8J8J(KLM00?   t/A/AB 	C  t/A/AB	C 	C 	Cs   ,DDN)__name__
__module____qualname____doc__descriptionuser_optionsboolean_optionsnegative_optr   r-   r   r,   boolrC   rI    r   r   r   r      s`    
 UKL( "?3Oz*L#UB s $  Cr   r   c                 p    t         j                  j                  |       rt        j                  | fi | y y )N)r)   r2   rJ   r@   rmtree)dir_nameoptss     r   r>   r>   w   s(    	ww}}Xh'$' r   c                 |    t         j                  dk  r|j                  dd        t        j                  | |fi | y )N)      r<   )sysversion_infopopr@   copytree)srcdstr^   s      r   r?   r?   |   s1    
& $'
OOC%%r   )rT   r)   r@   rb   
contextlibr   	distutilsr   distutils.corer   pathlibr    r   warningsr	   r   r>   r?   rZ   r   r   <module>rn      sB   
 
  
 %  "   3bC bCJ(
&r   