Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
setuptools
/
_distutils
/
command
/
__pycache__
[ HOME ]
Exec
Submit
bdist.cpython-37.pyc
B ��Re� � @ sH d Z ddlZddlmZ ddlT ddlmZ dd� ZG dd � d e�ZdS ) zidistutils.command.bdist Implements the Distutils 'bdist' command (create a built [binary] distribution).� N)�Command)�*)�get_platformc C sT ddl m} g }x,tjD ]"}|�d| dtj| d f� qW | |�}|�d� dS )zFPrint list of available formats (arguments to "--format" option). r )�FancyGetoptzformats=N� z'List of available distribution formats:)�distutils.fancy_getoptr �bdist�format_commands�append�format_command� print_help)r �formats�formatZpretty_printer� 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.py�show_formats s r c @ s� e Zd ZdZdddde� fdddd d gZdgZdd defgZdZ ddd�Z dddddddddg Zddddddd d!d"d#� Zd$d%� Z d&d'� Zd(d)� Zd S )*r z$create a built (binary) distribution)zbdist-base=�bz4temporary directory for creating built distributionsz plat-name=�pz;platform name to embed in generated filenames (default: %s))zformats=Nz/formats for distribution (comma-separated list))z dist-dir=�dz=directory to put final built distributions in [default: dist])z skip-buildNz2skip rebuilding everything (for testing/debugging))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 skip-buildzhelp-formatsNz$lists available distribution formats)� bdist_rpm�gztar�zip)�posix�nt�rpm�bztar�xztar�ztar�tar�wininst�msi)r zRPM distribution)� bdist_dumbzgzip'ed tar file)r# zbzip2'ed tar file)r# zxz'ed tar file)r# zcompressed tar file)r# ztar file)� bdist_wininstzWindows executable installer)r# zZIP file)Z bdist_msizMicrosoft Installer) r r r r r r r! r r"