B
    È S]qh  ã               @   s  d 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 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ZddddddœZddddddœddddddœedœZerddddddœed< ddd d!ddœed"< dZG d#d$„ d$eƒZdS )%zFdistutils.command.install

Implements the Distutils 'install' command.é    N)Úlog)ÚCommand)ÚDEBUG)Úget_config_vars)ÚDistutilsPlatformError)Ú
write_file)Úconvert_pathÚ
subst_varsÚchange_root)Úget_platform)ÚDistutilsOptionError)Ú	USER_BASE)Ú	USER_SITETz$base/Lib/site-packagesz$base/Include/$dist_namez$base/Scriptsz$base)ÚpurelibÚplatlibÚheadersÚscriptsÚdataz/$base/lib/python$py_version_short/site-packagesz3$platbase/lib/python$py_version_short/site-packagesz9$base/include/python$py_version_short$abiflags/$dist_namez	$base/binz$base/lib/pythonz$base/include/python/$dist_name)Úunix_prefixÚ	unix_homeÚntz	$usersitez4$userbase/Python$py_version_nodot/Include/$dist_namez)$userbase/Python$py_version_nodot/Scriptsz	$userbaseZnt_userz=$userbase/include/python$py_version_short$abiflags/$dist_namez$userbase/binÚ	unix_userc               @   s:  e Zd ZdZdddddddd	d
dddddddddgZdddgZer`e ddde f¡ e d¡ ddiZ	dd„ Z
dd„ Zdd „ Zd!d"„ Zd#d$„ Zd%d&„ Zd'd(„ Zd)d*„ Zd+d,„ Zd-d.„ Zd/d0„ Zd1d2„ Zd3d4„ Zd5d6„ Zd7d8„ Zd9d:„ Zd;d<„ Zd=d>„ Zd?d@„ ZdAdB„ ZdCdD„ ZdEefdFefdGefdHefdIdJdK„ fgZdS )LÚinstallz'install everything from build directory)zprefix=Nzinstallation prefix)zexec-prefix=Nz.(Unix only) prefix for platform-specific files)zhome=Nz+(Unix only) home directory to install under)zinstall-base=Nz;base installation directory (instead of --prefix or --home))zinstall-platbase=Nz\base installation directory for platform-specific files (instead of --exec-prefix or --home))zroot=Nz<install everything relative to this alternate root directory)zinstall-purelib=Nz;installation directory for pure Python module distributions)zinstall-platlib=Nz8installation directory for non-pure module distributions)zinstall-lib=Nzginstallation directory for all module distributions (overrides --install-purelib and --install-platlib))zinstall-headers=Nz(installation directory for C/C++ headers)zinstall-scripts=Nz)installation directory for Python scripts)zinstall-data=Nz%installation directory for data files)ÚcompileÚczcompile .py to .pyc [default])z
no-compileNzdon't compile .py files)z	optimize=ÚOzlalso compile with optimization: -O1 for "python -O", -O2 for "python -OO", and -O0 to disable [default: -O0])ÚforceÚfz1force installation (overwrite any existing files))z
skip-buildNz2skip rebuilding everything (for testing/debugging))zrecord=Nz3filename in which to record list of installed filesr   r   z
skip-buildÚuserNz!install in user site-package '%s'z
no-compilec             C   sš   d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _	d| _
d| _d| _t| _t| _d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )zInitializes options.Nr   é   )ÚprefixÚexec_prefixÚhomer   Úinstall_baseÚinstall_platbaseÚrootÚinstall_purelibÚinstall_platlibÚinstall_headersÚinstall_libÚinstall_scriptsÚinstall_datar   Úinstall_userbaser   Úinstall_usersiter   ÚoptimizeÚ
extra_pathÚinstall_path_filer   Ú
skip_buildÚwarn_dirÚ
build_baseÚ	build_libÚrecord)Úself© r7   ú*lib/python3.7/distutils/command/install.pyÚinitialize_options’   s2    zinstall.initialize_optionsc             C   sx  | j s| js| jr&| js| jr&tdƒ‚| jr@| j s8| jr@tdƒ‚| jrl| j sd| jsd| jsd| jsd| jrltdƒ‚tjdkrŒ| jrŒ|  	d¡ d| _|  
d¡ tjdkrª|  ¡  n|  ¡  |  
d¡ tj ¡ d	 }td
dƒ\}}y
tj}W n tk
rú   d}Y nX | j ¡ | j ¡ | j ¡ |dtjdd…  dtjdd…  |||||dœ| _trf| j| jd< | j| jd< |  ¡  |  
d¡ | j| jd< | j| jd< tr´d	dlm} tdƒ || jƒ |   ¡  |  
d¡ | jrÖ|  !¡  | j"dkrþ| jj#rö| j$| _"n| j%| _"|  &dddddddd¡ |  '¡  | j"| _(tj) *| j"| j+¡| _"| j,dk	r\|  -ddddddd¡ |  
d ¡ |  .d!d"d#¡ dS )$zFinalizes options.zWmust supply either prefix/exec-prefix/home or install-base/install-platbase -- not bothz9must supply either home or prefix/exec-prefix -- not bothzGcan't combine user with prefix, exec_prefix/home, or install_(plat)baseÚposixz+exec-prefix option ignored on this platformNzpre-finalize_{unix,other}zpost-finalize_{unix,other}()r   r    r!   Ú z%d.%dé   z%d%d)Z	dist_nameZdist_versionZdist_fullnameÚ
py_versionZpy_version_shortZpy_version_nodotZ
sys_prefixr    Zsys_exec_prefixr!   ÚabiflagsÚuserbaseZusersitezpost-expand_basedirs()ÚbaseZplatbase)Úpprintzconfig vars:zpost-expand_dirs()Úlibr   r   r   r   r   Zlibbasezafter prepending rootÚbuild)r3   r3   )r4   r4   )/r    r!   r"   r#   r$   r   r   ÚosÚnameÚwarnÚ	dump_dirsÚfinalize_unixÚfinalize_otherÚsysÚversionÚsplitr   r>   ÚAttributeErrorÚdistributionZget_nameZget_versionZget_fullnameÚversion_infoÚconfig_varsÚHAS_USER_SITEr,   r-   Úexpand_basedirsr   rA   ÚprintÚexpand_dirsÚcreate_home_pathr)   Zext_modulesr'   r&   Úconvert_pathsÚhandle_extra_pathÚinstall_libbaseÚpathÚjoinÚ
extra_dirsr%   Úchange_rootsZset_undefined_options)r6   r=   r    r!   r>   rA   r7   r7   r8   Úfinalize_optionsà   sˆ    

















zinstall.finalize_optionsc             C   s¤   t sdS ddlm} t |d ¡ x|| jD ]r}|d }|d dkrN|dd… }|| jkrz| j| }| |¡}t| |ƒ }n| |¡}t| |ƒ}t d||¡ q*W dS )zDumps the list of user options.Nr   )Úlongopt_xlateú:éÿÿÿÿú=z  %s: %s)	r   Zdistutils.fancy_getoptr^   r   ÚdebugÚuser_optionsÚnegative_optÚ	translateÚgetattr)r6   Úmsgr^   ZoptZopt_nameÚvalr7   r7   r8   rG   u  s    




zinstall.dump_dirsc             C   s"  | j dk	s| jdk	r\| jdkr2| jdkr2| jdksP| jdksP| jdksP| jdkrXtdƒ‚dS | j	rŽ| j
dkrttdƒ‚| j
 | _ | _|  d¡ n| jdk	r²| j | _ | _|  d¡ nl| jdkrð| jdk	rÎtdƒ‚tj tj¡| _tj tj¡| _n| jdkr| j| _| j| _ | j| _|  d¡ dS )z&Finalizes options for posix platforms.NzPinstall-base or install-platbase supplied, but installation scheme is incompletez$User base directory is not specifiedr   r   z*must not supply exec-prefix without prefixr   )r#   r$   r)   r&   r'   r(   r*   r+   r   r   r,   r   Úselect_schemer"   r    r!   rD   rY   ÚnormpathrJ   )r6   r7   r7   r8   rH   ˆ  s<    









zinstall.finalize_unixc             C   s¼   | j r8| jdkrtdƒ‚| j | _| _|  tjd ¡ n€| jdk	r\| j | _| _|  d¡ n\| j	dkrvtj
 tj	¡| _	| j	 | _| _y|  tj¡ W n" tk
r¶   tdtj ƒ‚Y nX dS )z)Finalizes options for non-posix platformsNz$User base directory is not specifiedZ_userr   z)I don't know how to install stuff on '%s')r   r,   r   r#   r$   ri   rD   rE   r"   r    rY   rj   rJ   ÚKeyError)r6   r7   r7   r8   rI   °  s"    


zinstall.finalize_otherc             C   s@   t | }x2tD ]*}d| }t| |ƒdkrt| ||| ƒ qW dS )z=Sets the install directories by applying the install schemes.Úinstall_N)ÚINSTALL_SCHEMESÚSCHEME_KEYSrf   Úsetattr)r6   rE   ZschemeÚkeyZattrnamer7   r7   r8   ri   Æ  s
    
zinstall.select_schemec             C   s\   xV|D ]N}t | |ƒ}|d k	rtjdks0tjdkr<tj |¡}t|| jƒ}t| ||ƒ qW d S )Nr:   r   )rf   rD   rE   rY   Ú
expanduserr	   rP   ro   )r6   ZattrsÚattrrh   r7   r7   r8   Ú_expand_attrsÏ  s    

zinstall._expand_attrsc             C   s   |   dddg¡ dS )zNCalls `os.path.expanduser` on install_base, install_platbase and
        root.r#   r$   r%   N)rs   )r6   r7   r7   r8   rR   Ø  s    zinstall.expand_basedirsc             C   s   |   ddddddg¡ dS )z+Calls `os.path.expanduser` on install dirs.r&   r'   r)   r(   r*   r+   N)rs   )r6   r7   r7   r8   rT   Ý  s    zinstall.expand_dirsc             G   s0   x*|D ]"}d| }t | |tt| |ƒƒƒ qW dS )z!Call `convert_path` over `names`.rl   N)ro   r   rf   )r6   ÚnamesrE   rr   r7   r7   r8   rV   ã  s    
zinstall.convert_pathsc             C   s¤   | j dkr| jj | _ | j dk	rŒt d¡ t| j tƒrB| j  d¡| _ t| j ƒdkr`| j d  }}n"t| j ƒdkrz| j \}}ntdƒ‚t	|ƒ}nd}d}|| _
|| _dS )	z4Set `path_file` and `extra_dirs` using `extra_path`.NzIDistribution option extra_path is deprecated. See issue27919 for details.ú,r   r   r<   zY'extra_path' option must be a list, tuple, or comma-separated string with 1 or 2 elementsr;   )r/   rN   r   rF   Ú
isinstanceÚstrrL   Úlenr   r   Ú	path_filer[   )r6   ry   r[   r7   r7   r8   rW   é  s$    



zinstall.handle_extra_pathc          	   G   s4   x.|D ]&}d| }t | |t| jt| |ƒƒƒ qW dS )z:Change the install directories pointed by name using root.rl   N)ro   r
   r%   rf   )r6   rt   rE   rr   r7   r7   r8   r\     s    
zinstall.change_rootsc             C   sf   | j s
dS ttj d¡ƒ}xF| j ¡ D ]8\}}| |¡r&tj |¡s&|  	d| ¡ t 
|d¡ q&W dS )zCreate directories under ~.Nú~zos.makedirs('%s', 0o700)iÀ  )r   r   rD   rY   rq   rP   ÚitemsÚ
startswithÚisdirZdebug_printÚmakedirs)r6   r"   rE   rY   r7   r7   r8   rU     s    zinstall.create_home_pathc             C   s*  | j s6|  d¡ | j d¡j}| jr6|tƒ kr6tdƒ‚x|  ¡ D ]}|  |¡ q@W | j	r`|  
¡  | jrÂ|  ¡ }| jr¨t| jƒ}x(tt|ƒƒD ]}|| |d… ||< qŒW |  t| j|fd| j ¡ ttjjtjƒ}ttjj|ƒ}tj tj | j¡¡}| jr&| j	r| js&||kr&t d| j¡ dS )zRuns the command.rC   z"Can't install when cross-compilingNz'writing list of installed files to '%s'zƒmodules installed to '%s', which is not in Python's module search path (sys.path) -- you'll have to change the search path yourself)r1   Zrun_commandrN   Zget_command_objZ	plat_namer2   r   r   Úget_sub_commandsry   Úcreate_path_filer5   Úget_outputsr%   rx   ÚrangeÚexecuter   ÚmaprD   rY   rj   rJ   Únormcaser)   r0   r   rb   )r6   Z
build_platÚcmd_nameÚoutputsZroot_lenZcounterZsys_pathr)   r7   r7   r8   Úrun  s6    



zinstall.runc             C   sJ   t j | j| jd ¡}| jr8|  t|| jgfd| ¡ n|  	d| ¡ dS )zCreates the .pth filez.pthzcreating %szpath file '%s' not createdN)
rD   rY   rZ   rX   ry   r0   rƒ   r   r[   rF   )r6   Úfilenamer7   r7   r8   r€   I  s    

zinstall.create_path_filec             C   sp   g }x>|   ¡ D ]2}|  |¡}x"| ¡ D ]}||kr&| |¡ q&W qW | jrl| jrl| tj | j	| jd ¡¡ |S )z.Assembles the outputs of all the sub-commands.z.pth)
r   Úget_finalized_commandr   Úappendry   r0   rD   rY   rZ   rX   )r6   r‡   r†   Úcmdr‰   r7   r7   r8   r   W  s    
zinstall.get_outputsc             C   s2   g }x(|   ¡ D ]}|  |¡}| | ¡ ¡ qW |S )z*Returns the inputs of all the sub-commands)r   rŠ   ÚextendÚ
get_inputs)r6   Zinputsr†   rŒ   r7   r7   r8   rŽ   h  s
    
zinstall.get_inputsc             C   s   | j  ¡ p| j  ¡ S )zSReturns true if the current distribution has any Python
        modules to install.)rN   Zhas_pure_modulesZhas_ext_modules)r6   r7   r7   r8   Úhas_libt  s    
zinstall.has_libc             C   s
   | j  ¡ S )zLReturns true if the current distribution has any headers to
        install.)rN   Úhas_headers)r6   r7   r7   r8   r   z  s    zinstall.has_headersc             C   s
   | j  ¡ S )zMReturns true if the current distribution has any scripts to.
        install.)rN   Úhas_scripts)r6   r7   r7   r8   r‘     s    zinstall.has_scriptsc             C   s
   | j  ¡ S )zJReturns true if the current distribution has any data to.
        install.)rN   Zhas_data_files)r6   r7   r7   r8   Úhas_data„  s    zinstall.has_datar)   r(   r*   r+   Zinstall_egg_infoc             C   s   dS )NTr7   )r6   r7   r7   r8   Ú<lambda>  ó    zinstall.<lambda>) Ú__name__Ú
__module__Ú__qualname__Zdescriptionrc   Zboolean_optionsrQ   r‹   r   rd   r9   r]   rG   rH   rI   ri   rs   rR   rT   rV   rW   r\   rU   rˆ   r€   r   rŽ   r   r   r‘   r’   Zsub_commandsr7   r7   r7   r8   r   I   sh   	

N (		",r   )Ú__doc__rJ   rD   Z	distutilsr   Zdistutils.corer   Zdistutils.debugr   Zdistutils.sysconfigr   Zdistutils.errorsr   Zdistutils.file_utilr   Zdistutils.utilr   r	   r
   r   r   Zsiter   r   rQ   ZWINDOWS_SCHEMErm   rn   r   r7   r7   r7   r8   Ú<module>   sV   