관리-도구
편집 파일: bdist_dumb.cpython-37.pyc
B ��Re1 � @ sh d Z ddlZddlmZ ddlmZ ddlmZmZ ddl T ddl mZ ddlm Z G d 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^ e Zd ZdZdddde� fdddd d ddg Zd ddgZddd�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))z 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)z 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]z keep-tempz skip-buildr �gztar�zip)�posix�ntc C s: d | _ d | _d | _d| _d | _d | _d| _d | _d | _d S )Nr ) � bdist_dir� plat_name�format� keep_temp�dist_dir� skip_buildr �owner�group)�self� r ��/builddir/build/BUILDROOT/alt-python37-setuptools-58.3.0-4.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/setuptools/_distutils/command/bdist_dumb.py�initialize_options2 s zbdist_dumb.initialize_optionsc C sz | j d kr&| �d�j}tj�|d�| _ | jd krfy| jtj | _W n" t k rd t dtj ��Y nX | �dddd� d S )N�bdistZdumbz@don't know how to create dumb built distributions on platform %s)r r )r r )r r )r �get_finalized_command� bdist_base�os�path�joinr �default_format�name�KeyError�DistutilsPlatformError�set_undefined_options)r r# r r r �finalize_options= s zbdist_dumb.finalize_optionsc C s( | j s| �d� | jddd�}| j|_| j |_ d|_t�d| j� | �d� d| j� � | j f }tj� | j|�}| js~| j}nJ| j�� r�|j|jkr�tdt|j�t|j�f ��ntj� | jt|j��}| j|| j|| j| jd �}| j�� r�t� }nd }| jj�d||f� | j�s$t| j| jd� d S ) N�build�install� )�reinit_subcommandsr zinstalling to %sz%s.%szScan't make a dumb built distribution where base and platbase are different (%s, %s))�root_dirr r �anyr )�dry_run) r �run_command�reinitialize_commandr �root�warn_dirr �info�distribution�get_fullnamer r$ r% r&