Linux server.a-j.media 5.14.0-570.44.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025 x86_64
Apache
75.119.137.219
Cant read /etc/named.conf
/
proc
/
self
/
root
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
command
/
__pycache__
/
[
drwxr-xr-x
]
[ HOME ]
Exec
Submit
File Name : egg_info.cpython-311.pyc
� �� 8�pa� �H � d Z ddlmZ ddlZddlZddlZddlZddlZddlm Z ddl Z ddlZ ddlZ ddl mZ ddlmZ ddlmZ ddlmZmZ ddlmZ dd lmZ d dlmZmZ d dlmZ d d lm Z ddlm!Z! ddl"Z#ddl$Z#ddl#m%Z% ddl"m&Z& ddl$m'Z( ddl)m*Z* ej+ j, � dej+ j- � �Z.d� Z/ G d� d� � Z0 G d� de0e� � Z1 G d� de(� � Z' G d� de� � Z2d-d �Z3d-d!�Z4d-d"�Z5e!j6 Z6e!j7 Z7d-d#�Z8d-d$�Z9d.d/d(�Z:d-d)�Z;d0d*�Z< G d+� d,e � � Z=dS )1zUsetuptools.command.egg_info Create a distribution's .egg-info directory and contents� )�annotationsN)�Callable)�Command)� bdist_egg)�sdist�walk_revctrl)�edit_config)�glob� )� _entry_points�_normalization)�metadata)�SetuptoolsDeprecationWarning� )�_requirestxt)�log)�DistutilsInternalError)�FileList)�convert_path�.c �� � d} | j t j j � � }t j t j � � }d|� d�}t |� � D �]f\ }}|t |� � dz k }|dk r|r|dz }n|d|� d|� d �z }�7d }t |� � } || k �r|| } | dk r ||dz z }n�| dk r||z }n�| d k r�|dz }|| k r|| dk r|dz }|| k r|| dk r|dz }|| k r#|| dk r|dz }|| k r|| dk �|| k r|t j | � � z }na||dz |� }d} |d dk rd} |dd� }| t j |� � z } |d | � d�z }|}n|t j | � � z }|dz }|| k ��|s||z }��h|dz }t j |t j t j z �� � S )z� Translate a file path glob like '*.txt' in to a regular expression. This differs from fnmatch.translate which allows wildcards to match directory separators. It also knows about '**/' which matches any number of directories. � z[^�]r �**z.*z(?:�+z)*r �*�?�[�!�^Nz\Z)�flags)�split�os�path�sep�re�escape� enumerate�len�compile� MULTILINE�DOTALL)r �pat�chunksr% � valid_char�c�chunk� last_chunk�i� chunk_len�char�inner_i�inner� char_classs �m/builddir/build/BUILD/cloudlinux-venv-1.0.11/venv/lib/python3.11/site-packages/setuptools/command/egg_info.py�translate_patternr: ( s� � � �C� �T�Z���� $� $�F� �)�B�F� � �C��c����J��f�%�%� >� >���5��#�f�+�+��/�)� � �D�=�=�� 2��t���� �1�Z�1�1�#�1�1�1�1��� ����J�J� ��)�m�m���8�D��s�{�{��z�C�'�'��������z�!��������a�%���Y�&�&�5��>�S�+@�+@�%��k�G��Y�&�&�5��>�S�+@�+@�%��k�G� � �)�)�e�G�n��.C�.C�%��k�G� � �)�)�e�G�n��.C�.C� �i�'�'� �2�9�T�?�?�*�C�C� "�!�a�%�'�/�2�E�!#�J� �Q�x�3���%(� � %�a�b�b� ���"�)�E�"2�"2�2�J��,�z�,�,�,�,�C� �A�A��r�y����&�� ��F�A�U �)�m�m�Z � ��3�J�C���5�L�C� �:�c���� �!9�:�:�:�:� c �f � e Zd ZdZdZed� � � Zd� Zd� Zdd �Z d d �Z d d�Z ee� � ZdS )� InfoCommonNc �X � t j | j � � � � � S �N)r � safe_name�distribution�get_name��selfs r9 �namezInfoCommon.name s"