Hacked By AnonymousFox

Current Path : /opt/alt/python36/lib64/python3.6/distutils/command/__pycache__/
Upload File :
Current File : //opt/alt/python36/lib64/python3.6/distutils/command/__pycache__/sdist.cpython-36.pyc

3

� f�E�@s�dZddlZddlZddlTddlmZddlmZddlmZddl	m
Z
mZmZm
Z
ddlmZddlTdd	lmZdd
l	mZddlmZdd
�ZGdd�de�ZdS)zadistutils.command.sdist

Implements the Distutils 'sdist' command (create a source distribution).�N)�*)�glob)�warn)�Command)�dir_util�dep_util�	file_util�archive_util)�TextFile)�FileList)�log)�convert_pathcCsdddlm}ddlm}g}x,|j�D] }|jd|d||df�q&W|j�||�jd�dS)zoPrint all possible values for the 'formats' option (used by
    the "--help-formats" command-line option).
    r)�FancyGetopt)�ARCHIVE_FORMATSzformats=N�z.List of available source distribution formats:)Zdistutils.fancy_getoptrZdistutils.archive_utilr�keys�append�sortZ
print_help)rr�formats�format�r�</opt/alt/python36/lib64/python3.6/distutils/command/sdist.py�show_formatssrc@s�eZdZdZdd�ZdJdKdLdMdNdOdPdQdRdTdUdVdWdXgZd
ddddd"gZd*dd+efgZd
dd,�Z	d-efgZ
d.d/�Zd0d1�Zd2d3�Z
d4d5�Zd6d7�Zd8d9�Zd:d;�Zd<d=�Zd>d?�Zd@dA�ZdBdC�ZdDdE�ZdFdG�ZdHdI�ZdS)Y�sdistz6create a source distribution (tarball, zip file, etc.)cCs|jS)zYCallable used for the check sub-command.

        Placed here so user_options can view it)�metadata_check)�selfrrr�checking_metadata%szsdist.checking_metadata�	template=�t�5name of manifest template file [default: MANIFEST.in]�	manifest=�m�)name of manifest file [default: MANIFEST]�use-defaultsN�Rinclude the default file set in the manifest [default; disable with --no-defaults]�no-defaults�"don't include the default file set�prune��specifically exclude files/directories that should not be distributed (build tree, RCS/CVS dirs, etc.) [default; disable with --no-prune]�no-prune�$don't automatically exclude anything�
manifest-only�o�Ejust regenerate the manifest and then stop (implies --force-manifest)�force-manifest�f�kforcibly regenerate the manifest and carry on as usual. Deprecated: now the manifest is always regenerated.�formats=�6formats for source distribution (comma-separated list)�	keep-temp�kz1keep the distribution tree around after creating zarchive file(s)�	dist-dir=�d�Fdirectory to put the source distribution archive(s) in [default: dist]�metadata-check�[Ensure that all required elements of meta-data are supplied. Warn if any missing. [default]�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]zhelp-formatsz#list available distribution formats)zno-defaultszno-prune�checkcCsTd|_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�group)rrrr�initialize_options`szsdist.initialize_optionscCsZ|jdkrd|_|jdkr d|_|jd�tj|j�}|rFtd|��|jdkrVd|_dS)NZMANIFESTzMANIFEST.inrzunknown archive format '%s'Zdist)rCrBZensure_string_listr	Zcheck_archive_formatsrZDistutilsOptionErrorrG)rZ
bad_formatrrr�finalize_optionsws




zsdist.finalize_optionscCsBt�|_x|j�D]}|j|�qW|j�|jr6dS|j�dS)N)r�filelistZget_sub_commandsZrun_command�
get_file_listrE�make_distribution)rZcmd_namerrr�run�sz	sdist.runcCs*tdt�|jjd�}|j�|j�dS)zDeprecated API.zadistutils.command.sdist.check_metadata is deprecated,               use the check command insteadr@N)r�PendingDeprecationWarning�distributionZget_command_objZensure_finalizedrP)rr@rrr�check_metadata�s
zsdist.check_metadatacCs�tjj|j�}|r<|j�r<|j�|jj�|jj�dS|sP|j	d|j�|jj
�|jrh|j�|rt|j
�|jr�|j�|jj�|jj�|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 z(using default file list)z?manifest template '%s' does not exist (using default file list))�os�path�isfilerB�_manifest_is_not_generated�
read_manifestrMrZremove_duplicatesr�findallrD�add_defaults�
read_templater'�prune_file_list�write_manifest)rZtemplate_existsrrrrN�s(





zsdist.get_file_listcCs2d|jjg}x�|D]�}t|t�rn|}d}x*|D]"}tjj|�r.d}|jj|�Pq.W|s�|j	ddj
|��qtjj|�r�|jj|�q|j	d|�qWdd	g}x*|D]"}ttjjt
|��}|jj|�q�W|jd
�}|jj�r�|jj|j��x>|jD]4\}	}
}}x$|D]}
|jjtjj
|
|
���qW�q�W|jj��r�x||jjD]p}t|t��r|t|�}tjj|��r�|jj|�n:|\}}x0|D](}t|�}tjj|��r�|jj|��q�W�qHW|jj��r�|jd�}|jj|j��|jj��r|jd�}|jj|j��|jj��r.|jd
�}|jj|j��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.
        �README�
README.txtFTz,standard file not found: should have one of z, zstandard file '%s' not foundz
test/test*.pyz	setup.cfg�build_py�	build_ext�
build_clib�
build_scriptsN)r^r_)rRZscript_name�
isinstance�tuplerTrU�existsrMrr�join�filterrVr�extend�get_finalized_commandZhas_pure_modulesZget_source_filesZ
data_filesZhas_data_files�strr
Zhas_ext_modulesZhas_c_librariesZhas_scripts)rZ	standards�fnZaltsZgot_itZoptional�pattern�filesr`ZpkgZsrc_dirZ	build_dir�	filenames�filename�item�dirnamer/rarbrcrrrrZ�s\






"



zsdist.add_defaultscCs�tjd|j�t|jddddddd�}zlxf|j�}|dkr<Py|jj|�Wq*ttfk
r�}z|j	d|j
|j|f�WYdd}~Xq*Xq*WWd|j�XdS)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'rA)Zstrip_commentsZskip_blanksZ
join_linesZ	lstrip_wsZ	rstrip_wsZ
collapse_joinNz%s, line %d: %s)
r�inforBr
�readlinerMZprocess_template_lineZDistutilsTemplateError�
ValueErrorrrpZcurrent_line�close)rrB�line�msgrrrr[s 

$zsdist.read_templatecCs�|jd�}|jj�}|jjd|jd�|jjd|d�tjdkrFd}nd}ddd	d
ddd
g}d|dj|�|f}|jj|dd�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).*�|rA)Zis_regex)	rjrR�get_fullnamerMZexclude_patternZ
build_base�sys�platformrg)rry�base_dirZsepsZvcs_dirsZvcs_ptrnrrrr\:s


zsdist.prune_file_listcCsX|j�rtjd|j�dS|jjdd�}|jdd�|jtj	|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')
rWrrsrCrMrn�insertZexecuterZ
write_file)rZcontentrrrr]Rs
zsdist.write_manifestc
Cs<tjj|j�sdSt|j�}z|j�}Wd|j�X|dkS)NFz+# file GENERATED by distutils, do NOT edit
)rTrUrVrC�openrtrv)r�fpZ
first_linerrrrWas

z sdist._manifest_is_not_generatedcCsXtjd|j�t|j�}x2|D]*}|j�}|jd�s|r<q|jj|�qW|j�dS)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rsrCr��strip�
startswithrMrrv)rrCrwrrrrXms

zsdist.read_manifestcCs�|j|�tj|||jd�ttd�r4d}d|}nd}d|}|sPtjd�n
tj|�xD|D]<}tj	j
|�s~tjd|�q`tj	j||�}|j|||d	�q`W|j
jj|�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�)ZmkpathrZcreate_treer��hasattrrTrrrsrUrVrgZ	copy_filerRZmetadataZwrite_pkg_info)rr�rnr�rx�file�destrrr�make_release_tree|s 
	



zsdist.make_release_treecCs�|jj�}tjj|j|�}|j||jj�g}d|j	krT|j	j
|j	j|j	jd���xD|j	D]:}|j
||||j|jd�}|j
|�|jjj
dd|f�q\W||_|js�tj||jd�dS)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)r�rIrJr�)r�N)rRr}rTrUrgrGr�rMrnrr�pop�indexZmake_archiverIrJZ
dist_filesrHrFrZremove_treer�)rr�Z	base_namerHZfmtr�rrrrO�s




zsdist.make_distributioncCs|jS)zzReturn the list of archive files created when the command
        was run, or None if the command hasn't run yet.
        )rH)rrrr�get_archive_files�szsdist.get_archive_files)rrr)r r!r")r#Nr$)r%Nr&)r'Nr()r)Nr*)r+r,r-)r.r/r0)r1Nr2�@keep the distribution tree around after creating archive file(s))r3r4r�)r5r6r7)r8Nr9)r:r;r<)r=r>r?)�__name__�
__module__�__qualname__ZdescriptionrZuser_optionsZboolean_optionsrZhelp_optionsZnegative_optZsub_commandsrKrLrPrSrNrZr[r\r]rWrXr�rOr�rrrrr!sj

(P*r)�__doc__rTr~�typesr�warningsrZdistutils.corerZ	distutilsrrrr	Zdistutils.text_filer
Zdistutils.errorsZdistutils.filelistrrZdistutils.utilr
rrrrrr�<module>s

Hacked By AnonymousFox1.0, Coded By AnonymousFox