File: //lib64/python3.6/distutils/command/__pycache__/bdist.cpython-36.opt-2.pyc
3
  \�  �               @   sD   d dl Z d dlmZ d dlT d dlmZ dd� ZG dd� de�ZdS )	�    N)�Command)�*)�get_platformc              C   sT   ddl m}  g }x,tjD ]"}|jd| d tj| d f� qW | |�}|jd� d S )Nr   )�FancyGetoptzformats=�   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.6/distutils/command/bdist.py�show_formats   s    r   c            
   @   s�   e Zd ZdZd6ddde�  fd7d8d9d:d;gZdgZdd	defgZd<Z	ddd�Z
dddddd d!dd"g	Zd=d>d?d@dAdBdCdDdEd/�	Zd0d1� Z
d2d3� Zd4d5� Zd	S )Fr   z$create a built (binary) distribution�bdist-base=�b�4temporary directory for creating built distributionsz
plat-name=�pz;platform name to embed in generated filenames (default: %s)�formats=N�/formats for distribution (comma-separated list)�	dist-dir=�d�=directory to put final built distributions in [default: dist]�
skip-build�2skip rebuilding everything (for testing/debugging)�owner=�u�@Owner name used when creating a tar file [default: current user]�group=�g�AGroup name used when creating a tar file [default: current group]zhelp-formatsz$lists available distribution formats�	bdist_rpm�gztar�zip)�posix�nt�rpm�bztar�xztar�ztar�tar�wininst�msi�RPM distribution�
bdist_dumb�gzip'ed tar file�bzip2'ed tar file�xz'ed tar file�compressed tar file�tar file�
bdist_wininst�Windows executable installer�ZIP file�	bdist_msi�Microsoft Installer)	r&