Hacked By AnonymousFox
�
c��f � � � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddl m
Z
ddl mZ G d� d e� � Zd
Z
n
# e$ r dZ
Y nw xY w G d� d
e� � ZdS )zCdistutils.command.check
Implements the Distutils 'check' command.
� )�Command)�DistutilsSetupError)�Reporter)�Parser)�frontend)�nodesc � � e Zd Z dd�Zd� ZdS )�SilentReporterNr �ascii�replacec
�J � g | _ t j | |||||||� � d S �N)�messagesr �__init__)�self�source�report_level�
halt_level�stream�debug�encoding�
error_handlers �>/opt/alt/python311/lib64/python3.11/distutils/command/check.pyr zSilentReporter.__init__ s9 � ��D�M���d�F�L�*�f�#�X�}�
>�
>�
>�
>�
>� c � � | j � ||||f� � t j |g|�R || j | d�|��S )N)�level�type)r �appendr �system_message�levels)r r �message�children�kwargss r r zSilentReporter.system_message sc � ��M� � �%��(�F�!C�D�D�D��'�� =�)1�=� =�u�-1�[��-?�=� =�5;�=� =�
=r )Nr r r )�__name__�
__module__�__qualname__r r � r r r
r
s= � � � � � �DH�>G� >� >� >� >� =� =� =� =� =r r
TFc �P � e Zd ZdZdZg d�Zg d�Zd� Zd� Zd� Z d� Z
d � Zd
� Zd� Z
dS )
�checkz6This command checks the meta-data of the package.
z"perform some checks on the package))�metadata�mzVerify meta-data)�restructuredtext�rzEChecks if long string meta-data syntax are reStructuredText-compliant)�strict�sz(Will exit with an error if a check fails)r* r, r. c �>