Hacked By AnonymousFox

Current Path : /lib64/python3.6/distutils/command/__pycache__/
Upload File :
Current File : //lib64/python3.6/distutils/command/__pycache__/install.cpython-36.opt-1.pyc

3

smOf�j�@sdZddlZddlZddlmZddlmZddlmZddl	m
Z
ddlmZddl
mZdd	lmZmZmZdd
lmZddlmZddlmZdd
lmZdZdddddd�Zdddddd�dddddd�ed�Ze�rdddddd�ed <ddd!d"dd�ed#<d+ZGd)d*�d*e�ZdS),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	$userbase�nt_userz=$userbase/include/python$py_version_short$abiflags/$dist_namez
$userbase/bin�	unix_userrrrrrc@s:eZdZdZd_d`dadbdddedfdgdidjdkdldmdndodpdqdrgZdd%d(gZer`ejd,dd-ef�ejd,�d diZ	d.d/�Z
d0d1�Zd2d3�Zd4d5�Z
d6d7�Zd8d9�Zd:d;�Zd<d=�Zd>d?�Zd@dA�ZdBdC�ZdDdE�ZdFdG�ZdHdI�ZdJdK�ZdLdM�ZdNdO�ZdPdQ�ZdRdS�ZdTdU�ZdVdW�ZdXefdYefdZefd[efd\d]d^�fgZdS)s�installz'install everything from build directory�prefix=N�installation prefix�exec-prefix=�.(Unix only) prefix for platform-specific files�home=�+(Unix only) home directory to install under�
install-base=�;base installation directory (instead of --prefix or --home)�install-platbase=z8base installation directory for platform-specific files z$(instead of --exec-prefix or --home)�root=�<install everything relative to this alternate root directory�install-purelib=�;installation directory for pure Python module distributions�install-platlib=�8installation directory for non-pure module distributions�install-lib=z4installation directory for all module distributions z3(overrides --install-purelib and --install-platlib)�install-headers=�(installation directory for C/C++ headers�install-scripts=�)installation directory for Python scripts�
install-data=�%installation directory for data files�compile�c�compile .py to .pyc [default]�
no-compile�don't compile .py files�	optimize=�O�lalso compile with optimization: -O1 for "python -O", -O2 for "python -OO", and -O0 to disable [default: -O0]�force�f�1force installation (overwrite any existing files)�
skip-build�2skip rebuilding everything (for testing/debugging)�record=�3filename in which to record list of installed files�userz!install in user site-package '%s'cCs�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|_dS)zInitializes 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_usersiter0�optimize�
extra_path�install_path_filer8�
skip_build�warn_dir�
build_base�	build_lib�record)�self�rX�1/usr/lib64/python3.6/distutils/command/install.py�initialize_options�s2zinstall.initialize_optionscCsx|js|js|jr&|js|jr&td%��|jr@|js8|jr@td��|jrl|jsd|jsd|jsd|jsd|jrltd��tjdkr�|jr�|j	d�d|_|j
d�tjdkr�|j�n|j�|j
d	�t
jj�d
}tdd�\}}y
t
j}Wntk
r�d
}YnX|jj�|jj�|jj�|dt
jdd�dt
jdd�|||||d�|_t�rf|j|jd<|j|jd<|j�|j
d�|j|jd<|j|jd<t�r�d
dlm}td�||j�|j �|j
d�|j�r�|j!�|j"dk�r�|jj#�r�|j$|_"n|j%|_"|j&dddddddd�|j'�|j"|_(tj)j*|j"|j+�|_"|j,dk	�r\|j-d dddddd�|j
d!�|j.d"d&d'�dS)(zFinalizes options.z.must supply either prefix/exec-prefix/home or z)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 platformNzpre-finalize_{unix,other}zpost-finalize_{unix,other}()rrArB�z%d.%d�z%d%d)Z	dist_nameZdist_versionZ
dist_fullname�
py_version�py_version_short�py_version_nodotZ
sys_prefixrAZsys_exec_prefixrB�abiflags�userbaseZusersitezpost-expand_basedirs()�base�platbase)�pprintzconfig vars:zpost-expand_dirs()�librrrrrZlibbasezafter prepending root�buildrTrUzWmust supply either prefix/exec-prefix/home or install-base/install-platbase -- not both)rTrT)rUrU)/rArBrCrDrErr?�os�name�warn�	dump_dirs�
finalize_unix�finalize_other�sys�version�splitrra�AttributeError�distributionZget_nameZget_versionZget_fullname�version_info�config_vars�
HAS_USER_SITErMrN�expand_basedirsrre�print�expand_dirs�create_home_pathrJZext_modulesrHrG�
convert_paths�handle_extra_path�install_libbase�path�join�
extra_dirsrF�change_rootsZset_undefined_options)rWr^rArBrarerXrXrY�finalize_options�s�

















zinstall.finalize_optionscCs�tsdSddlm}tj|d�x||jD]r}|d}|ddkrN|dd	�}||jkrz|j|}|j|�}t||�}n|j|�}t||�}tjd||�q*WdS)
zDumps the list of user options.Nr)�
longopt_xlate�:r@�=z  %s: %s���r�)	rZdistutils.fancy_getoptr�r�debug�user_options�negative_opt�	translate�getattr)rW�msgr��optZopt_name�valrXrXrYrkus




zinstall.dump_dirscCsX|jdk	s|jdk	r\|jdkr2|jdkr2|jdksP|jdksP|jdksP|jdkrXtd��dS|j	r�|j
dkrttd��|j
|_|_|jd�n�|j
dk	r�|j
|_|_|jd�n�|jdk�r&|jdk	r�td��ttd�p�tjtjkr�dtjkr�d	}nd
}tjjtj�||_tjjtj�||_n|jdk�r:|j|_|j|_|j|_|jd�dS)z&Finalizes options for posix platforms.NzPinstall-base or install-platbase supplied, but installation scheme is incompletez$User base directory is not specifiedrrz*must not supply exec-prefix without prefixZreal_prefix�RPM_BUILD_ROOTz/localr\r)rDrErJrGrHrIrKrLrr?rMr�
select_schemerCrArB�hasattrrn�base_prefixrh�environr}�normpath)rWZadditionrXrXrYrl�sF










zinstall.finalize_unixcCs�|jr8|jdkrtd��|j|_|_|jtjd�n�|jdk	r\|j|_|_|jd�n\|j	dkrvtj
jtj	�|_	|j	|_|_y|jtj�Wn"t
k
r�tdtj��YnXdS)z)Finalizes options for non-posix platformsNz$User base directory is not specifiedZ_userrz)I don't know how to install stuff on '%s')r?rMrrDrEr�rhrirCrAr}r�rn�KeyError)rWrXrXrYrm�s"


zinstall.finalize_othercCs@t|}x2tD]*}d|}t||�dkrt||||�qWdS)z=Sets the install directories by applying the install schemes.�install_N)�INSTALL_SCHEMES�SCHEME_KEYSr��setattr)rWri�scheme�keyZattrnamerXrXrYr��s

zinstall.select_schemecCs\xV|D]N}t||�}|dk	rtjdks0tjdkr<tjj|�}t||j�}t|||�qWdS)Nr[r)r�rhrir}�
expanduserr	rtr�)rWZattrs�attrr�rXrXrY�
_expand_attrs�s

zinstall._expand_attrscCs|jdddg�dS)zNCalls `os.path.expanduser` on install_base, install_platbase and
        root.rDrErFN)r�)rWrXrXrYrv�szinstall.expand_basedirscCs|jddddddg�dS)z+Calls `os.path.expanduser` on install dirs.rGrHrJrIrKrLN)r�)rWrXrXrYrx�szinstall.expand_dirscGs0x*|D]"}d|}t||tt||���qWdS)z!Call `convert_path` over `names`.r�N)r�rr�)rW�namesrir�rXrXrYrz�s
zinstall.convert_pathscCs�|jdkr|jj|_|jdk	r�tjd�t|jt�rB|jjd�|_t|j�dkr`|jd}}n"t|j�dkrz|j\}}ntd��t	|�}nd}d}||_
||_dS)	z4Set `path_file` and `extra_dirs` using `extra_path`.NzIDistribution option extra_path is deprecated. See issue27919 for details.�,r@rr]zY'extra_path' option must be a list, tuple, or comma-separated string with 1 or 2 elementsr\)rPrrrrj�
isinstance�strrp�lenrr�	path_filer)rWr�rrXrXrYr{�s$



zinstall.handle_extra_pathc	Gs4x.|D]&}d|}t||t|jt||���qWdS)z:Change the install directories pointed by name using root.r�N)r�r
rFr�)rWr�rir�rXrXrYr�s
zinstall.change_rootscCsh|js
dSttjjd��}xH|jj�D]:\}}|j|�r&tjj|�r&|j	d|�tj
|d�q&WdS)zCreate directories under ~.N�~zos.makedirs('%s', 0o700)i�)r?rrhr}r�rt�items�
startswith�isdirZdebug_print�makedirs)rWrCrir}rXrXrYryszinstall.create_home_pathcCs,|js6|jd�|jjd�j}|jr6|t�kr6td��x|j�D]}|j|�q@W|j	r`|j
�|jr�|j�}|j
r�t|j
�}x(tt|��D]}|||d�||<q�W|jt|j|fd|j�ttjjtj�}ttjj|�}tjjtjj|j��}|j�r(|j	�o
|j�r(||k�r(tjd|j�dS)zRuns the command.rgz"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)rRZrun_commandrrZget_command_objZ	plat_namerSrr�get_sub_commandsr��create_path_filerV�get_outputsrFr��range�executer�maprhr}r�rn�normcaserJrQrr�)rWZ
build_plat�cmd_name�outputsZroot_lenZcounterZsys_pathrJrXrXrY�run(s6



zinstall.runcCsJtjj|j|jd�}|jr8|jt||jgfd|�n|j	d|�dS)zCreates the .pth filez.pthzcreating %szpath file '%s' not createdN)
rhr}r~r|r�rQr�rrrj)rW�filenamerXrXrYr�Ts

zinstall.create_path_filecCspg}x>|j�D]2}|j|�}x"|j�D]}||kr&|j|�q&WqW|jrl|jrl|jtjj|j	|jd��|S)z.Assembles the outputs of all the sub-commands.z.pth)
r��get_finalized_commandr��appendr�rQrhr}r~r|)rWr�r��cmdr�rXrXrYr�bs
zinstall.get_outputscCs2g}x(|j�D]}|j|�}|j|j��qW|S)z*Returns the inputs of all the sub-commands)r�r��extend�
get_inputs)rWZinputsr�r�rXrXrYr�ss

zinstall.get_inputscCs|jj�p|jj�S)zSReturns true if the current distribution has any Python
        modules to install.)rrZhas_pure_modulesZhas_ext_modules)rWrXrXrY�has_libs
zinstall.has_libcCs
|jj�S)zLReturns true if the current distribution has any headers to
        install.)rr�has_headers)rWrXrXrYr��szinstall.has_headerscCs
|jj�S)zMReturns true if the current distribution has any scripts to.
        install.)rr�has_scripts)rWrXrXrYr��szinstall.has_scriptscCs
|jj�S)zJReturns true if the current distribution has any data to.
        install.)rrZhas_data_files)rWrXrXrY�has_data�szinstall.has_datarJrIrKrLZinstall_egg_infocCsdS)NTrX)rWrXrXrY�<lambda>�szinstall.<lambda>)rNr)rNr)rNr)r Nr!�\base installation directory for platform-specific files (instead of --exec-prefix or --home))r"Nr�)r#Nr$)r%Nr&)r'Nr(�ginstallation directory for all module distributions (overrides --install-purelib and --install-platlib))r)Nr�)r*Nr+)r,Nr-)r.Nr/)r0r1r2)r3Nr4)r5r6r7)r8r9r:)r;Nr<)r=Nr>) �__name__�
__module__�__qualname__Zdescriptionr�Zboolean_optionsrur�rr�rZr�rkrlrmr�r�rvrxrzr{r�ryr�r�r�r�r�r�r�r�Zsub_commandsrXrXrXrYrIs�

N3		",r)rrrrr)�__doc__rnrhZ	distutilsrZdistutils.corerZdistutils.debugrZdistutils.sysconfigrZdistutils.errorsrZdistutils.file_utilrZdistutils.utilrr	r
rrZsiter
rruZWINDOWS_SCHEMEr�r�rrXrXrXrY�<module>sV

Hacked By AnonymousFox1.0, Coded By AnonymousFox