File: //lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-1.pyc
a
    �DOg=J  �                   @   s�   d Z ddlZddlZddlmZ ddlmZ ddlmZ ddlm	Z	 ddlm
Z
 ddlmZ dd	lm
Z
 dd
lmZ ddlmZ ddlmZ dd
lmZmZ dd� ZG dd� 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�DistutilsOptionErrorc                  C   s`   ddl m}  ddlm} g }|�� D ] }|�d| d|| d f� 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_getoptr   Zdistutils.archive_utilr   �keys�append�sort�
print_help)r   r   �formats�format� r   �//usr/lib64/python3.9/distutils/command/sdist.py�show_formats   s    
��r   c                   @   s  e Zd ZdZdd� Zg d�Zg d�ZdddefgZd	d
d�Z	defgZ
d
Zdd� Zdd� 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.)c                 C   s   | j S )zYCallable used for the check sub-command.
        Placed here so user_options can view it)�metadata_check��selfr   r   r   �checking_metadata(   s    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.)r   Nz6formats 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"