Server IP : 162.213.251.212 / Your IP : 3.147.71.67 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /usr/lib64/python3.8/distutils/command/__pycache__/ |
Upload File : |
U e5d� � @ 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 sP ddl m} g }tjD ]"}|�d| dtj| d f� q| |�}|�d� dS )zFPrint list of available formats (arguments to "--format" option). r )�FancyGetopt�formats=N� z'List of available distribution formats:)Zdistutils.fancy_getoptr �bdist�format_commands�append�format_commandZ print_help)r �formats�formatZpretty_printer� r �//usr/lib64/python3.8/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))r Nz/formats for distribution (comma-separated list))z dist-dir=�dz=directory to put final built distributions in [default: dist])� 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]r zhelp-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)Z bdist_wininstzWindows executable installer)r# zZIP file)Z bdist_msizMicrosoft Installer) r r r r r r r! r r"