/usr/lib/python3.10/distutils/command/__pycache__
Edit: /usr/lib/python3.10/distutils/command/__pycache__/bdist_dumb.cpython-310.pyc (3589B)
o
bc1 @ sh d Z ddlZddlmZ ddlmZ ddlmZmZ ddl T ddl
mZ ddlm
Z
G d d
d
eZdS )zdistutils.command.bdist_dumb
Implements the Distutils 'bdist_dumb' command (create a "dumb" built
distribution -- i.e., just an archive to be unpacked under $prefix or
$exec_prefix). N)Command)get_platform)remove_treeensure_relative)*)get_python_version)logc @ s\ e Zd ZdZdddde fdddd d
ddg Zg d
ZdddZdd Zdd Z dd Z
dS )
bdist_dumbz"create a "dumb" built distribution)z
bdist-dir=dz1temporary directory for creating the distributionz
plat-name=pz;platform name to embed in generated filenames (default: %s))zformat=fz>archive format to create (tar, gztar, bztar, xztar, ztar, zip)) keep-tempkzPkeep the pseudo-installation tree around after creating the distribution archive)z dist-dir=r
z-directory to put final built distributions in)
skip-buildNz2skip rebuilding everything (for testing/debugging))relativeNz7build the archive using relative paths (default: false))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
r r gztarzip)posixntc C s: d | _ d | _d | _d| _d | _d | _d| _d | _d | _d S )Nr ) bdist_dir plat_nameformat keep_tempdist_dir
skip_buildr ownergroup)self r 3/usr/lib/python3.10/distutils/command/bdist_dumb.pyinitialize_options2 s
zbdist_dumb.initialize_optionsc C st | j d u r| dj}tj|d| _ | jd u r0z | jtj | _W n t y/ t
dtj w | dddd d S )Nbdistdumbz@don't know how to create dumb built distributions on platform %s)r r )r r )r r )r get_finalized_command
bdist_baseospathjoinr default_formatnameKeyErrorDistutilsPlatformErrorset_undefined_options)r r&