MINI MINI MANI MO
3
  \º  ã               @   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 ]"}|jd| dtj| d fƒ qW | |ƒ}|jdƒ dS )zFPrint list of available formats (arguments to "--format" option).
    r   )ÚFancyGetoptzformats=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.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&