File: //lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-2.pyc
a
    �DOg=J  �                   @   s�   d dl Z d dlZd dlmZ d dlmZ d dlmZ d dlmZ d dlm	Z	 d dlm
Z
 d dlmZ d d	l
mZ d d
lmZ d dlmZ d dlmZmZ d
d� ZG dd� de�ZdS )�    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� d S )Nr   )�FancyGetopt)�ARCHIVE_FORMATS�formats=�   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 �N)�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#   r%   r'