AlkantarClanX12

Your IP : 3.135.205.26


Current Path : /opt/alt/python310/lib64/python3.10/distutils/command/__pycache__/
Upload File :
Current File : //opt/alt/python310/lib64/python3.10/distutils/command/__pycache__/bdist_dumb.cpython-310.opt-1.pyc

o

6��f1�@shdZddlZddlmZddlmZddlmZmZddl	Tddl
mZddlm
Z
Gd	d
�d
e�ZdS)z�distutils.command.bdist_dumb

Implements the Distutils 'bdist_dumb' command (create a "dumb" built
distribution -- i.e., just an archive to be unpacked under $prefix or
$exec_prefix).�N)�Command)�get_platform)�remove_tree�ensure_relative)�*)�get_python_version)�logc	@s\eZdZdZdddde�fdddd	d
ddg	Zgd
�Zddd�Zdd�Zdd�Z	dd�Z
dS)�
bdist_dumbz"create a "dumb" built distribution)z
bdist-dir=�dz1temporary directory for creating the distributionz
plat-name=�pz;platform name to embed in generated filenames (default: %s))zformat=�fz>archive format to create (tar, gztar, bztar, xztar, ztar, zip))�	keep-temp�kzPkeep the pseudo-installation tree around after creating the distribution archive)z	dist-dir=r
z-directory to put final built distributions in)�
skip-buildNz2skip rebuilding everything (for testing/debugging))�relativeNz7build the archive using relative paths (default: false))zowner=�uz@Owner name used when creating a tar file [default: current user])zgroup=�gzAGroup name used when creating a tar file [default: current group])r
rrZgztar�zip)�posix�ntcCs:d|_d|_d|_d|_d|_d|_d|_d|_d|_dS)Nr)	�	bdist_dir�	plat_name�format�	keep_temp�dist_dir�
skip_buildr�owner�group)�self�r�C/opt/alt/python310/lib64/python3.10/distutils/command/bdist_dumb.py�initialize_options2s
zbdist_dumb.initialize_optionscCst|jdur|�d�j}tj�|d�|_|jdur0z	|jtj|_Wnt	y/t
dtj��w|�dddd�dS)NZbdistZdumbz@don't know how to create dumb built distributions on platform %s)rr)rr)rr)rZget_finalized_command�
bdist_base�os�path�joinr�default_format�name�KeyError�DistutilsPlatformErrorZset_undefined_options)rr"rrr �finalize_options=s$

����zbdist_dumb.finalize_optionscCs(|js|�d�|jddd�}|j|_|j|_d|_t�d|j�|�d�d|j�	�|j
f}tj�
|j|�}|js?|j}n$|j��rX|j|jkrXtdt|j�t|j�f��tj�
|jt|j��}|j||j||j|jd	�}|j��ryt�}nd
}|jj�d||f�|js�t|j|jd�dSdS)
NZbuild�install�)Zreinit_subcommandsrzinstalling to %sz%s.%szScan't make a dumb built distribution where base and platbase are different (%s, %s))Zroot_dirrr�anyr	)�dry_run) rZrun_commandZreinitialize_commandr�rootZwarn_dirr�infoZdistributionZget_fullnamerr#r$r%rrZhas_ext_modulesZinstall_baseZinstall_platbaser)�reprrZmake_archiverrrrZ
dist_files�appendrrr.)rr+Zarchive_basenameZpseudoinstall_rootZarchive_root�filenameZ	pyversionrrr �runOsN


�
���
��
��zbdist_dumb.runN)�__name__�
__module__�__qualname__�descriptionrZuser_optionsZboolean_optionsr&r!r*r4rrrr r	s.����r	)�__doc__r#Zdistutils.corerZdistutils.utilrZdistutils.dir_utilrrZdistutils.errorsZdistutils.sysconfigrZ	distutilsrr	rrrr �<module>s