add-determinism 0.7.3

RPM buildroot helper to strip nondeterministic bits in files
Documentation
a

?�^�jc@sdZddlZddlZddlmZddlmZddlmZddl	m
Z
ddlmZddl
mZdd	lmZmZmZdd
lmZddlmZddlmZdd
lmZdZdddddd�Zdddddd�dddddd�ed�Ze�rdddddd�ed <ddd!d"dd�ed#<dZGd$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-packagesz;$platbase/$platlibdir/python$py_version_short/site-packagesz9$base/include/python$py_version_short$abiflags/$dist_namez	$base/binz$base/lib/pythonz$base/$platlibdir/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	$userbaseZnt_userz=$userbase/include/python$py_version_short$abiflags/$dist_namez
$userbase/bin�	unix_userc@seZdZdZgd�Zgd�Zer>e�dddef�e�d�ddiZ	d	d
�Z
dd�Zd
d�Zdd�Z
dd�Zdd�Zdd�Zdd�Zdd�Zdd�Zdd�Zdd �Zd!d"�Zd#d$�Zd%d&�Zd'd(�Zd)d*�Zd+d,�Zd-d.�Zd/d0�Zd1d2�Zd3efd4efd5efd6efd7d8d9�fgZdS):�installz'install everything from build directory))zprefix=Nzinstallation prefix)zexec-prefix=Nz.(Unix only) prefix for platform-specific files)zhome=Nz+(Unix only) home directory to install under)z
install-base=Nz;base installation directory (instead of --prefix or --home))zinstall-platbase=Nz\base installation directory for platform-specific files (instead of --exec-prefix or --home))zroot=Nz<install everything relative to this alternate root directory)zinstall-purelib=Nz;installation directory for pure Python module distributions)zinstall-platlib=Nz8installation directory for non-pure module distributions)zinstall-lib=Nzginstallation directory for all module distributions (overrides --install-purelib and --install-platlib))zinstall-headers=Nz(installation directory for C/C++ headers)zinstall-scripts=Nz)installation directory for Python scripts)z
install-data=Nz%installation directory for data files)�compileZczcompile .py to .pyc [default])�
no-compileNzdon't compile .py files)z	optimize=ZOzlalso compile with optimization: -O1 for "python -O", -O2 for "python -OO", and -O0 to disable [default: -O0])�forceZfz1force installation (overwrite any existing files))�
skip-buildNz2skip rebuilding everything (for testing/debugging))zrecord=Nz3filename in which to record list of installed files)rrr�userNz!install in user site-package '%s'rrcCs�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_usersiterZoptimize�
extra_path�install_path_filer�
skip_build�warn_dir�
build_base�	build_lib�record��self�r5�1/usr/lib64/python3.9/distutils/command/install.py�initialize_options�s2zinstall.initialize_optionsc
Csz|js|js|jr&|js|jr&td��|jr@|js8|jr@td��|jrl|jsd|jsd|jsd|jsd|jrltd��tjdkr�|jr�|�	d�d|_|�
d�tjdkr�|��n|��|�
d�t
j��d	}td
d�\}}z
t
j}Wnty�d}Yn0|j��|j��|j��|d
t
jdd�dt
jdd�|||||t
jd�|_t�rh|j|jd<|j|jd<|��|�
d�|j|jd<|j|jd<t�r�d	dlm}t d�||j�|�!�|�
d�|j�r�|�"�|j#du�r|jj$�r�|j%|_#n|j&|_#|�'dddddddd�|�(�|j#|_)tj*�+|j#|j,�|_#|j-du�r^|�.ddddddd�|�
d �|�/d!d"d#�dS)$zFinalizes 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 platformNzpre-finalize_{unix,other}zpost-finalize_{unix,other}()rrr�z%d.%d�z%d%d)Z	dist_nameZdist_versionZ
dist_fullname�
py_versionZpy_version_shortZpy_version_nodotZ
sys_prefixrZsys_exec_prefixr�abiflags�
platlibdirZuserbaseZusersitezpost-expand_basedirs()ZbaseZplatbase)�pprintzconfig vars:zpost-expand_dirs()ZlibrrrrrZlibbasezafter prepending root�build)r0r0)r1r1)0rrr r!r"rr�os�name�warn�	dump_dirs�
finalize_unix�finalize_other�sysZversion�splitrr<ZAttributeError�distributionZget_nameZget_versionZget_fullnameZversion_infor=�config_vars�
HAS_USER_SITEr*r+�expand_basedirsrr>Zprint�expand_dirs�create_home_pathr'Zext_modulesr%r$�
convert_paths�handle_extra_path�install_libbase�path�join�
extra_dirsr#�change_rootsZset_undefined_options)r4r;rrr<r>r5r5r6�finalize_options�s�������








�





�	�
�zinstall.finalize_optionscCs�tsdSddlm}t�|d�|jD]r}|d}|ddkrL|dd�}||jvrx|j|}|�|�}t||�}n|�|�}t||�}t�d||�q(dS)zDumps the list of user options.Nr)�
longopt_xlatez:i����z=z  %s: %s)	rZdistutils.fancy_getoptrVr�debug�user_options�negative_optZ	translate�getattr)r4ZmsgrVZoptZopt_name�valr5r5r6rCvs





zinstall.dump_dirscCsV|jdus|jdur\|jdur2|jdur2|jdusP|jdusP|jdusP|jdurXtd��dS|j	r�|j
durttd��|j
|_|_|�d�n�|j
dur�|j
|_|_|�d�n�|jdu�r$|jdur�td��ttd�s�tjtjks�dtjvr�d	}nd
}tj�tj�||_tj�tj�||_n|jdu�r8|j|_|j|_|j|_|�d�dS)z&Finalizes options for posix platforms.NzPinstall-base or install-platbase supplied, but installation scheme is incomplete�$User base directory is not specifiedrrz*must not supply exec-prefix without prefixZreal_prefixZRPM_BUILD_ROOTz/localr9r)r!r"r'r$r%r&r(r)rrr*r�
select_schemer rrZhasattrrFZbase_prefixr@ZenvironrQ�normpath)r4Zadditionr5r5r6rD�sZ
������
�

�

��zinstall.finalize_unixcCs�|jr8|jdurtd��|j|_|_|�tjd�n~|jdur\|j|_|_|�d�nZ|j	durvtj
�tj	�|_	|j	|_|_z|�tj�Wn t
y�tdtj��Yn0dS)z)Finalizes options for non-posix platformsNr\Z_userrz)I don't know how to install stuff on '%s')rr*rr!r"r]r@rAr rrQr^rFZKeyErrorr3r5r5r6rE�s&
�

�zinstall.finalize_othercCs<t|}tD]*}d|}t||�durt||||�qdS)z=Sets the install directories by applying the install schemes.�install_N)�INSTALL_SCHEMES�SCHEME_KEYSrZ�setattr)r4rAZschemeZkeyZattrnamer5r5r6r]�s
zinstall.select_schemecCsX|D]N}t||�}|durtjdks.tjdkr:tj�|�}t||j�}t|||�qdS)Nr8r)rZr@rArQ�
expanduserrrIrb)r4Zattrs�attrr[r5r5r6�
_expand_attrs�s
zinstall._expand_attrscC�|�gd��dS)zNCalls `os.path.expanduser` on install_base, install_platbase and
        root.)r!r"r#N�rer3r5r5r6rK��zinstall.expand_basedirscCrf)z+Calls `os.path.expanduser` on install dirs.)r$r%r'r&r(r)Nrgr3r5r5r6rL�szinstall.expand_dirscGs,|D]"}d|}t||tt||���qdS)z!Call `convert_path` over `names`.r_N)rbrrZ�r4ZnamesrArdr5r5r6rN��zinstall.convert_pathscCs�|jdur|jj|_|jdur�t�d�t|jt�rB|j�d�|_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.z,rrr:zY'extra_path' option must be a list, tuple, or comma-separated string with 1 or 2 elementsr9)r,rHrrBZ
isinstanceZstrrG�lenrr�	path_filerS)r4rlrSr5r5r6rO�s(


��
zinstall.handle_extra_pathc	Gs0|D]&}d|}t||t|jt||���qdS)z:Change the install directories pointed by name using root.r_N)rbr	r#rZrir5r5r6rTrjzinstall.change_rootscCsb|js
dSttj�d��}|j��D]8\}}|�|�r$tj�|�s$|�	d|�t�
|d�q$dS)zCreate directories under ~.Nz~zos.makedirs('%s', 0o700)i�)rrr@rQrcrIZitemsZ
startswithZisdirZdebug_printZmakedirs)r4r rArQr5r5r6rMszinstall.create_home_pathcCs"|js6|�d�|j�d�j}|jr6|t�kr6td��|��D]}|�|�q>|j	r\|�
�|jr�|��}|j
r�t|j
�}tt|��D]}|||d�||<q�|�t|j|fd|j�ttjjtj�}ttjj|�}tj�tj�|j��}|j�r|j	�r|j�s||v�rt�d|j�dS)zRuns the command.r?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)r.Zrun_commandrHZget_command_objZ	plat_namer/r
r�get_sub_commandsrl�create_path_filer2�get_outputsr#rkZrange�executerZmapr@rQr^rFZnormcaser'r-rrW)r4Z
build_plat�cmd_name�outputsZroot_lenZcounterZsys_pathr'r5r5r6�run)sD

������zinstall.runcCsJtj�|j|jd�}|jr8|�t||jgfd|�n|�	d|�dS)zCreates the .pth file�.pthzcreating %szpath file '%s' not createdN)
r@rQrRrPrlr-rprrSrB)r4�filenamer5r5r6rnUs
�
�zinstall.create_path_filecCshg}|��D].}|�|�}|��D]}||vr"|�|�q"q|jrd|jrd|�tj�|j	|jd��|S)z.Assembles the outputs of all the sub-commands.rt)
rm�get_finalized_commandro�appendrlr-r@rQrRrP)r4rrrq�cmdrur5r5r6rocs
�zinstall.get_outputscCs.g}|��D]}|�|�}|�|���q|S)z*Returns the inputs of all the sub-commands)rmrvZextend�
get_inputs)r4Zinputsrqrxr5r5r6ryts

zinstall.get_inputscCs|j��p|j��S)zSReturns true if the current distribution has any Python
        modules to install.)rHZhas_pure_modulesZhas_ext_modulesr3r5r5r6�has_lib�s
�zinstall.has_libcC�
|j��S)zLReturns true if the current distribution has any headers to
        install.)rH�has_headersr3r5r5r6r|�rhzinstall.has_headerscCr{)zMReturns true if the current distribution has any scripts to.
        install.)rH�has_scriptsr3r5r5r6r}�rhzinstall.has_scriptscCr{)zJReturns true if the current distribution has any data to.
        install.)rHZhas_data_filesr3r5r5r6�has_data�rhzinstall.has_datar'r&r(r)Zinstall_egg_infocCsdS)NTr5r3r5r5r6Z<lambda>�szinstall.<lambda>) Z__name__Z
__module__Z__qualname__ZdescriptionrXZboolean_optionsrJrwr
rYr7rUrCrDrEr]rerKrLrNrOrTrMrsrnroryrzr|r}r~Zsub_commandsr5r5r5r6rIsJ;�
N3		",
�r)Z__doc__rFr@Z	distutilsrZdistutils.corerZdistutils.debugrZdistutils.sysconfigrZdistutils.errorsrZdistutils.file_utilrZdistutils.utilrrr	r
rZsiterr
rJZWINDOWS_SCHEMEr`rarr5r5r5r6Z<module>sb�
����
	�