관리-도구
편집 파일: bdist_dumb.cpython-311.opt-1.pyc
� c��f1 � �v � d Z ddlZddlmZ ddlmZ ddlmZmZ ddl T ddl mZ ddlm Z G 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 �h � e Zd ZdZdddd e� � z fdddd d ddg Zg d �Zddd�Zd� Zd� Z d� 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 r r �gztar�zip)�posix�ntc � � 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)�selfs �C/opt/alt/python311/lib64/python3.11/distutils/command/bdist_dumb.py�initialize_optionszbdist_dumb.initialize_options2 sE � ��������������� ������ ��� ��� � � � c �` � | j �?| � d� � j }t j � |d� � | _ | j �H | j t j | _ n*# t $ r t dt j z � � �w xY w| � dddd� � d S )N�bdist�dumbz@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"