o ?Og=Jã@s¸dZddlZddlZddlmZddlmZddlmZddlm Z ddlm Z ddlm Z dd l m Z dd lmZdd lmZdd lmZdd lmZmZdd„ZGdd„deƒZdS)zadistutils.command.sdist Implements the Distutils 'sdist' command (create a source distribution).éN)Úglob)Úwarn)ÚCommand)Údir_util)Ú file_util)Ú archive_util)ÚTextFile)ÚFileList)Úlog)Ú convert_path)ÚDistutilsTemplateErrorÚDistutilsOptionErrorcCs`ddlm}ddlm}g}| ¡D]}| d|d||df¡q| ¡||ƒ d¡dS)zoPrint all possible values for the 'formats' option (used by the "--help-formats" command-line option). r)Ú FancyGetopt)ÚARCHIVE_FORMATSúformats=Néz.List of available source distribution formats:)Zdistutils.fancy_getoptrZdistutils.archive_utilrÚkeysÚappendÚsortZ print_help)rrÚformatsÚformat©rú>/opt/alt/python310/lib64/python3.10/distutils/command/sdist.pyÚ show_formatss     ÿÿrc@seZdZdZdd„Zgd¢Zgd¢ZdddefgZd d d œZ d efgZ d Z dd„Z dd„Z dd„Zdd„Zdd„Zdd„Zedd„ƒZdd„Zdd„Zd d!„Zd"d#„Zd$d%„Zd&d'„Zd(d)„Zd*d+„Zd,d-„Zd.d/„Zd0d1„Zd2d3„Zd4d5„Z d6d7„Z!d8d9„Z"dS):Úsdistz6create a source distribution (tarball, zip file, etc.)cCó|jS)zYCallable used for the check sub-command. Placed here so user_options can view it)Úmetadata_check©ÚselfrrrÚchecking_metadata(ózsdist.checking_metadata))z template=Útz5name of manifest template file [default: MANIFEST.in])z manifest=Úmz)name of manifest file [default: MANIFEST])ú use-defaultsNzRinclude the default file set in the manifest [default; disable with --no-defaults])ú no-defaultsNz"don't include the default file set)ÚpruneNz‰specifically exclude files/directories that should not be distributed (build tree, RCS/CVS dirs, etc.) [default; disable with --no-prune])úno-pruneNz$don't automatically exclude anything)ú manifest-onlyÚozEjust regenerate the manifest and then stop (implies --force-manifest))úforce-manifestÚfzkforcibly regenerate the manifest and carry on as usual. Deprecated: now the manifest is always regenerated.)rNz6formats for source distribution (comma-separated list))ú keep-tempÚkz@keep the distribution tree around after creating archive file(s))z dist-dir=ÚdzFdirectory to put the source distribution archive(s) in [default: dist])úmetadata-checkNz[Ensure that all required elements of meta-data are supplied. Warn if any missing. [default])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'r)r+r.z help-formatsNz#list available distribution formatsr#r%)r$r&Úcheck)ZREADMEz README.txtz README.rstcCsTd|_d|_d|_d|_d|_d|_dg|_d|_d|_d|_ d|_ d|_ d|_ dS)NérZgztar) ÚtemplateÚmanifestÚ use_defaultsr%Ú manifest_onlyZforce_manifestrÚ keep_tempÚdist_dirÚ archive_filesrÚownerÚgrouprrrrÚinitialize_optionses zsdist.initialize_optionscCs^|jdurd|_|jdurd|_| d¡t |j¡}|r#td|ƒ‚|jdur-d|_dSdS)NZMANIFESTz MANIFEST.inrzunknown archive format '%s'Zdist)r4r3Zensure_string_listrZcheck_archive_formatsrr r8)rZ bad_formatrrrÚfinalize_options|s    ÿ  ÿzsdist.finalize_optionscCs>tƒ|_| ¡D]}| |¡q| ¡|jrdS| ¡dS©N)r ÚfilelistZget_sub_commandsZ run_commandÚ get_file_listr6Úmake_distribution)rZcmd_namerrrÚrunŒs   z sdist.runcCs*tdtƒ|j d¡}| ¡| ¡dS)zDeprecated API.zadistutils.command.sdist.check_metadata is deprecated, use the check command insteadr1N)rÚPendingDeprecationWarningÚ distributionZget_command_objZensure_finalizedrB)rr1rrrÚcheck_metadata¢s ÿ  zsdist.check_metadatacCs tj |j¡}|s| ¡r| ¡|j ¡|j ¡dS|s'|  d|j¡|j  ¡|j r3|  ¡|r9|  ¡|jr@| ¡|j ¡|j ¡| ¡dS)aCFigure out the list of files to include in the source distribution, and put it in 'self.filelist'. This might involve reading the manifest template (and writing the manifest), or just reading the manifest, or just using the default file set -- it all depends on the user's options. Nz?manifest template '%s' does not exist (using default file list))ÚosÚpathÚisfiler3Ú_manifest_is_not_generatedÚ read_manifestr?rZremove_duplicatesrÚfindallr5Ú add_defaultsÚ read_templater%Úprune_file_listÚwrite_manifest)rZtemplate_existsrrrr@ªs(   þ    zsdist.get_file_listcCs<| ¡| ¡| ¡| ¡| ¡| ¡| ¡dS)a9Add all the default files to self.filelist: - README or README.txt - setup.py - test/test*.py - all pure Python modules mentioned in setup script - all files pointed by package_data (build_py) - all files defined in data_files. - all files defined as scripts. - all C sources listed as part of extensions or C libraries in the setup script (doesn't catch C headers!) Warns if (README or README.txt) or setup.py are missing; everything else is optional. N)Ú_add_defaults_standardsÚ_add_defaults_optionalÚ_add_defaults_pythonÚ_add_defaults_data_filesÚ_add_defaults_extÚ_add_defaults_c_libsÚ_add_defaults_scriptsrrrrrLÒs zsdist.add_defaultscCs:tj |¡sdStj |¡}tj |¡\}}|t |¡vS)z± Case-sensitive path existence check >>> sdist._cs_path_exists(__file__) True >>> sdist._cs_path_exists(__file__.upper()) False F)rFrGÚexistsÚabspathÚsplitÚlistdir)ÚfspathrXZ directoryÚfilenamerrrÚ_cs_path_existsès  zsdist._cs_path_existscCs–|j|jjg}|D]?}t|tƒr5|}d}|D]}| |¡r'd}|j |¡nq|s4| dd  |¡¡q | |¡rA|j |¡q | d|¡q dS)NFTz,standard file not found: should have one of z, zstandard file '%s' not found) ÚREADMESrDZ script_nameÚ isinstanceÚtupler]r?rrÚjoin)rZ standardsÚfnZaltsZgot_itrrrrPùs(   ýÿ€ ïzsdist._add_defaults_standardscCs4ddg}|D]}ttjjt|ƒƒ}|j |¡qdS)Nz test/test*.pyz setup.cfg)ÚfilterrFrGrHrr?Úextend)rZoptionalÚpatternÚfilesrrrrQs þzsdist._add_defaults_optionalcCs\| d¡}|j ¡r|j | ¡¡|jD]\}}}}|D] }|j tj   ||¡¡qqdS)NÚbuild_py) Úget_finalized_commandrDZhas_pure_modulesr?rdÚget_source_filesÚ data_filesrrFrGra)rrgZpkgZsrc_dirZ build_dirÚ filenamesr\rrrrRs  ÿÿzsdist._add_defaults_pythoncCs~|j ¡r;|jjD]3}t|tƒr!t|ƒ}tj |¡r |j   |¡q |\}}|D]}t|ƒ}tj |¡r9|j   |¡q'q dSdSr>) rDZhas_data_filesrjr_Ústrr rFrGrHr?r)rÚitemÚdirnamerkr*rrrrS$s     €  €ýözsdist._add_defaults_data_filescCó,|j ¡r| d¡}|j | ¡¡dSdS)NÚ build_ext)rDZhas_ext_modulesrhr?rdri)rrprrrrT5ó  þzsdist._add_defaults_extcCro)NÚ build_clib)rDZhas_c_librariesrhr?rdri)rrrrrrrU:rqzsdist._add_defaults_c_libscCro)NÚ build_scripts)rDZ has_scriptsrhr?rdri)rrsrrrrV?rqzsdist._add_defaults_scriptsc Cs¨t d|j¡t|jddddddd}z; | ¡}|durn*z|j |¡Wn ttfyF}z|  d|j |j |f¡WYd}~nd}~wwqW|  ¡dS|  ¡w)zÈRead and parse manifest template file named by self.template. (usually "MANIFEST.in") The parsing and processing is done by 'self.filelist', which updates itself accordingly. zreading manifest template '%s'r2)Zstrip_commentsZ skip_blanksZ join_linesZ lstrip_wsZ rstrip_wsZ collapse_joinTNz%s, line %d: %s) r Úinfor3rÚreadliner?Zprocess_template_liner Ú ValueErrorrr\Z current_lineÚclose)rr3ÚlineÚmsgrrrrMDs, þ þ€ÿö zsdist.read_templatecCsz| d¡}|j ¡}|jjd|jd|jjd|dtjdkr#d}nd}gd¢}d|d  |¡|f}|jj|d d dS) avPrune off branches that might slip into the file list as created by 'read_template()', but really don't belong there: * the build tree (typically "build") * the release tree itself (only an issue if we ran "sdist" previously with --keep-temp, or it aborted) * any RCS, CVS, .svn, .hg, .git, .bzr, _darcs directories ÚbuildN)ÚprefixZwin32z/|\\ú/)ZRCSZCVSz\.svnz\.hgz\.gitz\.bzrZ_darcsz(^|%s)(%s)(%s).*ú|r2)Zis_regex) rhrDÚ get_fullnamer?Zexclude_patternZ build_baseÚsysÚplatformra)rrzÚbase_dirZsepsZvcs_dirsZvcs_ptrnrrrrNas   zsdist.prune_file_listcCsX| ¡rt d|j¡dS|jjdd…}| dd¡| tj |j|fd|j¡dS)z²Write the file list in 'self.filelist' (presumably as filled in by 'add_defaults()' and 'read_template()') to the manifest file named by 'self.manifest'. z5not writing to manually maintained manifest file '%s'Nrz*# file GENERATED by distutils, do NOT editzwriting manifest file '%s') rIr rtr4r?rfÚinsertZexecuterZ write_file)rZcontentrrrrOysÿ ÿzsdist.write_manifestcCsBtj |j¡s dSt|jƒ}z | ¡}W| ¡|dkS| ¡w)NFz+# file GENERATED by distutils, do NOT edit )rFrGrHr4Úopenrurw)rÚfpZ first_linerrrrIˆs   ÿz sdist._manifest_is_not_generatedcCslt d|j¡t|jƒ }|D]}| ¡}| d¡s|sq|j |¡qWdƒdS1s/wYdS)zªRead the manifest file (named by 'self.manifest') and use it to fill in 'self.filelist', the list of files to include in the source distribution. zreading manifest file '%s'ú#N)r rtr4rƒÚstripÚ startswithr?r)rr4rxrrrrJ”s û"ÿzsdist.read_manifestcCs®| |¡tj|||jdttdƒrd}d|}nd}d|}|s(t d¡nt |¡|D]}tj   |¡s>t d|¡q/tj   ||¡}|j |||d q/|j j |¡dS) aÆCreate the directory tree that will become the source distribution archive. All directories implied by the filenames in 'files' are created under 'base_dir', and then we hard link or copy (if hard linking is unavailable) those files into place. Essentially, this duplicates the developer's source tree, but in a directory named after the distribution, containing only the files to be distributed. ©Údry_runÚlinkZhardzmaking hard links in %s...Nzcopying files to %s...z)no files to distribute -- empty manifest?z#'%s' not a regular file -- skipping)rŠ)ZmkpathrZ create_treer‰ÚhasattrrFr rrtrGrHraZ copy_filerDZmetadataZwrite_pkg_info)rrrfrŠryÚfileÚdestrrrÚmake_release_tree¢s      zsdist.make_release_treecCsº|j ¡}tj |j|¡}| ||jj¡g}d|j vr*|j   |j   |j   d¡¡¡|j D]}|j ||||j|jd}|  |¡|jj  dd|f¡q-||_|js[tj||jddSdS)a¯Create the source distribution(s). First, we create the release tree with 'make_release_tree()'; then, we create all required archive files (according to 'self.formats') from the release tree. Finally, we clean up by blowing away the release tree (unless 'self.keep_temp' is true). The list of archive files created is stored so it can be retrieved later by 'get_archive_files()'. Ztar)rr:r;rÚrˆN)rDr~rFrGrar8rŽr?rfrrÚpopÚindexZ make_archiver:r;Z dist_filesr9r7rZ remove_treer‰)rrZ base_namer9ZfmtrŒrrrrAÌs    ÿ ÿzsdist.make_distributioncCr)zzReturn the list of archive files created when the command was run, or None if the command hasn't run yet. )r9rrrrÚget_archive_filesêr zsdist.get_archive_files)#Ú__name__Ú __module__Ú __qualname__Ú descriptionrZ user_optionsZboolean_optionsrZ help_optionsZ negative_optZ sub_commandsr^r<r=rBrEr@rLÚ staticmethodr]rPrQrRrSrTrUrVrMrNrOrIrJrŽrAr’rrrrr$sJ'ÿÿÿ (  * r)Ú__doc__rFrrÚwarningsrZdistutils.corerZ distutilsrrrZdistutils.text_filerZdistutils.filelistr r Zdistutils.utilr Zdistutils.errorsr r rrrrrrÚs