o bc1@shdZddlZddlmZddlmZddlmZmZddl Tddl m Z ddl m Z Gd 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\eZdZdZddddefdddd d d d g Zgd ZdddZddZddZ ddZ 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 rrgztarzip)posixntcCs:d|_d|_d|_d|_d|_d|_d|_d|_d|_dS)Nr) bdist_dir plat_nameformat keep_tempdist_dir skip_buildrownergroup)selfr 3/usr/lib/python3.10/distutils/command/bdist_dumb.pyinitialize_options2s zbdist_dumb.initialize_optionscCst|jdur|dj}tj|d|_|jdur0z |jtj|_Wnt y/t dtjw| dddddS)Nbdistdumbz@don't know how to create dumb built distributions on platform %s)rr)rr)rr) rget_finalized_command bdist_baseospathjoinrdefault_formatnameKeyErrorDistutilsPlatformErrorset_undefined_options)rr&r r r!finalize_options=s$    zbdist_dumb.finalize_optionscCs(|js|d|jddd}|j|_|j|_d|_td|j|dd|j |j f}t j |j|}|js?|j}n$|jrX|j|jkrXtdt|jt|jft j |jt|j}|j||j||j|jd }|jryt}nd }|jjd ||f|jst|j|jd dSdS) Nbuildinstall)reinit_subcommandsrzinstalling to %sz%s.%szScan't make a dumb built distribution where base and platbase are different (%s, %s))root_dirrranyr )dry_run) r run_commandreinitialize_commandrrootwarn_dirrinfo distribution get_fullnamerr'r(r)rrhas_ext_modules install_baseinstall_platbaser-reprr make_archiverrrr dist_filesappendrrr6)rr1archive_basenamepseudoinstall_root archive_rootfilename pyversionr r r!runOsN        zbdist_dumb.runN) __name__ __module__ __qualname__ descriptionr user_optionsboolean_optionsr*r"r/rJr r r r!r s. r )__doc__r'distutils.corerdistutils.utilrdistutils.dir_utilrrdistutils.errorsdistutils.sysconfigr distutilsrr r r r r!s