
Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­Â�Â­
<!DOCTYPE html>
<html>
U
    n…bboh  ã                   @   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-packagesz5$platbase/lib64/python$py_version_short/site-packagesz9$base/include/python$py_version_short$abiflags/$dist_namez	$base/binz$base/lib/pythonz$base/lib64/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])ú
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))ú
skip-buildNz2skip rebuilding everything (for testing/debugging))zrecord=Nz3filename in which to record list of installed filesr   r   r   ÚuserNz!install in user site-package '%s'r   c                 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© r:   ú>/opt/alt/python38/lib64/python3.8/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ƒ\}}z
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)r5   r5   )r6   r6   )/r"   r#   r$   r%   r&   r   r    ÚosÚnameÚwarnÚ	dump_dirsÚfinalize_unixÚfinalize_otherÚsysÚversionÚsplitr   rA   ÚAttributeErrorÚdistributionZget_nameZget_versionZget_fullnameÚversion_infoÚconfig_varsÚHAS_USER_SITEr.   r/   Úexpand_basedirsr   rD   Ú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)r9   r@   r"   r#   rA   rD   r:   r:   r;   Úfinalize_optionsà   sª    ÿÿÿÿÿÿ








ö





   þ	  ÿ
þzinstall.finalize_optionsc                 C   s    t sdS ddlm} t |d ¡ | jD ]r}|d }|d dkrL|dd… }|| jkrx| j| }| |¡}t| |ƒ }n| |¡}t| |ƒ}t d||¡ q(dS )zDumps the list of user options.Nr   )Úlongopt_xlateú:éÿÿÿÿú=z  %s: %s)	r   Zdistutils.fancy_getoptra   r   ÚdebugÚuser_optionsÚnegative_optÚ	translateÚgetattr)r9   Úmsgra   ÚoptZopt_nameÚvalr:   r:   r;   rJ   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 incompleteú$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#   rG   r\   ÚnormpathrM   r8   r:   r:   r;   rK   ˆ  sL    
ÿþýüûÿ
ÿ


ÿ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	 | _| _z|  tj¡ W n" tk
r¶   tdtj ƒ‚Y nX dS )z)Finalizes options for non-posix platformsNrm   Z_userr   z)I don't know how to install stuff on '%s')r    r.   r   r%   r&   rn   rG   rH   r$   r"   r\   ro   rM   ÚKeyErrorr8   r:   r:   r;   rL   °  s&    
ÿ

ÿzinstall.finalize_otherc                 C   s<   t | }tD ]*}d| }t| |ƒdkrt| ||| ƒ qdS )z=Sets the install directories by applying the install schemes.Úinstall_N)ÚINSTALL_SCHEMESÚSCHEME_KEYSri   Úsetattr)r9   rH   ZschemeÚkeyÚattrnamer:   r:   r;   rn   Æ  s
    zinstall.select_schemec                 C   sX   |D ]N}t | |ƒ}|d k	rtjdks.tjdkr:tj |¡}t|| jƒ}t| ||ƒ qd S )Nr=   r   )ri   rG   rH   r\   Ú
expanduserr	   rS   rt   )r9   ÚattrsÚattrrl   r:   r:   r;   Ú_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©rz   r8   r:   r:   r;   rU   Ø  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-   Nr{   r8   r:   r:   r;   rW   Ý  s      þzinstall.expand_dirsc                 G   s,   |D ]"}d| }t | |tt| |ƒƒƒ qdS )z!Call `convert_path` over `names`.rq   N)rt   r   ri   ©r9   ÚnamesrH   ry   r:   r:   r;   rY   ã  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>   )r1   rQ   r   rI   Ú
isinstanceÚstrrO   Úlenr   r   Ú	path_filer^   )r9   r‚   r^   r:   r:   r;   rZ   é  s(    


ÿÿ
zinstall.handle_extra_pathc              	   G   s0   |D ]&}d| }t | |t| jt| |ƒƒƒ qdS )z:Change the install directories pointed by name using root.rq   N)rt   r
   r'   ri   r|   r:   r:   r;   r_     s    zinstall.change_rootsc                 C   sb   | j s
dS ttj d¡ƒ}| j ¡ D ]8\}}| |¡r$tj |¡s$|  	d| ¡ t 
|d¡ q$dS )zCreate directories under ~.Nú~zos.makedirs('%s', 0o700)iÀ  )r    r   rG   r\   rw   rS   ÚitemsÚ
startswithÚisdirZdebug_printÚmakedirs)r9   r$   rH   r\   r:   r:   r;   rX     s    zinstall.create_home_pathc                 C   s"  | j s6|  d¡ | j d¡j}| jr6|tƒ kr6tdƒ‚|  ¡ D ]}|  |¡ q>| j	r\|  
¡  | jrº|  ¡ }| jr t| jƒ}tt|ƒƒD ]}|| |d… ||< q†|  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.rF   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)r3   Zrun_commandrQ   Zget_command_objZ	plat_namer4   r   r   Úget_sub_commandsr‚   Úcreate_path_filer7   Úget_outputsr'   r�   ÚrangeÚexecuter   ÚmaprG   r\   ro   rM   Únormcaser+   r2   r   re   )r9   Z
build_platÚcmd_nameÚoutputsZroot_lenZcounterZsys_pathr+   r:   r:   r;   Úrun  sD    

ÿþÿÿþý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 fileú.pthzcreating %szpath file '%s' not createdN)
rG   r\   r]   r[   r‚   r2   rŒ   r   r^   rI   )r9   Úfilenamer:   r:   r;   r‰   I  s    
ÿ
þzinstall.create_path_filec                 C   sh   g }|   ¡ D ].}|  |¡}| ¡ D ]}||kr"| |¡ q"q| jrd| jrd| tj | j	| jd ¡¡ |S )z.Assembles the outputs of all the sub-commands.r’   )
rˆ   Úget_finalized_commandrŠ   Úappendr‚   r2   rG   r\   r]   r[   )r9   r�   r�   Úcmdr“   r:   r:   r;   rŠ   W  s    
ÿzinstall.get_outputsc                 C   s.   g }|   ¡ D ]}|  |¡}| | ¡ ¡ q|S )z*Returns the inputs of all the sub-commands)rˆ   r”   ÚextendÚ
get_inputs)r9   Zinputsr�   r–   r:   r:   r;   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.)rQ   Zhas_pure_modulesZhas_ext_modulesr8   r:   r:   r;   Úhas_libt  s    
ÿzinstall.has_libc                 C   s
   | j  ¡ S )zLReturns true if the current distribution has any headers to
        install.)rQ   Úhas_headersr8   r:   r:   r;   rš   z  s    zinstall.has_headersc                 C   s
   | j  ¡ S )zMReturns true if the current distribution has any scripts to.
        install.)rQ   Úhas_scriptsr8   r:   r:   r;   r›     s    zinstall.has_scriptsc                 C   s
   | j  ¡ S )zJReturns true if the current distribution has any data to.
        install.)rQ   Zhas_data_filesr8   r:   r:   r;   Úhas_data„  s    zinstall.has_datar+   r*   r,   r-   Zinstall_egg_infoc                 C   s   dS )NTr:   r8   r:   r:   r;   Ú<lambda>�  ó    zinstall.<lambda>) Ú__name__Ú
__module__Ú__qualname__Zdescriptionrf   Zboolean_optionsrT   r•   r   rg   r<   r`   rJ   rK   rL   rn   rz   rU   rW   rY   rZ   r_   rX   r‘   r‰   rŠ   r˜   r™   rš   r›   rœ   Zsub_commandsr:   r:   r:   r;   r   I   sn   	É;
ÿ
N (		",
ür   )Ú__doc__rM   rG   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   rT   ZWINDOWS_SCHEMErr   rs   r   r:   r:   r:   r;   Ú<module>   sb   û
ûûñû
	ú
