o ?Og1@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 rrZgztarzip)posixntcCs:d|_d|_d|_d|_d|_d|_d|_d|_d|_dS)Nr) bdist_dir plat_nameformat keep_tempdist_dir skip_buildrownergroup)selfrC/opt/alt/python310/lib64/python3.10/distutils/command/bdist_dumb.pyinitialize_options2s zbdist_dumb.initialize_optionscCst|jdur|dj}tj|d|_|jdur0z |jtj|_Wnt y/t dtjw| dddddS)NZbdistZdumbz@don't know how to create dumb built distributions on platform %s)rr)rr)rr) rZget_finalized_command bdist_baseospathjoinrdefault_formatnameKeyErrorDistutilsPlatformErrorZset_undefined_options)rr"rrr 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) NZbuildinstall)Zreinit_subcommandsrzinstalling to %sz%s.%szScan't make a dumb built distribution where base and platbase are different (%s, %s))Zroot_dirrranyr )dry_run) rZ run_commandZreinitialize_commandrrootZwarn_dirrinfoZ distributionZ get_fullnamerr#r$r%rrZhas_ext_modulesZ install_baseZinstall_platbaser)reprrZ make_archiverrrrZ dist_filesappendrrr.)rr+Zarchive_basenameZpseudoinstall_rootZ archive_rootfilenameZ pyversionrrr runOsN        zbdist_dumb.runN) __name__ __module__ __qualname__ descriptionrZ user_optionsZboolean_optionsr&r!r*r4rrrr r s. r )__doc__r#Zdistutils.corerZdistutils.utilrZdistutils.dir_utilrrZdistutils.errorsZdistutils.sysconfigrZ distutilsrr rrrr s