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
/
lib64
/
python3.11
/
site-packages
/
setuptools
/
command
/
__pycache__
/
[
drwxr-xr-x
]
[ HOME ]
Exec
Submit
editable_wheel.cpython-311.pyc
� ]%��$�.� �6 � d Z ddlmZ ddlZddlZddlZddlZddlZddlZddl m Z mZmZ ddl mZ ddlmZ ddlmZ ddlmZmZ dd lmZ dd lmZ ddlmZ ddlmZmZmZm Z d dl!m"Z"m#Z#m$Z$m%Z%m&Z&m'Z' d dl$m(Z( d dl)m*Z*m+Z+ d dl,m-Z- d dl.m/Z/ d dl0m1Z1m2Z2 ddl3m3Z4 ddl5m5Z6 ddl7m7Z8 ddl9m9Z: ddl;m;Z< ddl=m=Z> erddl?m@Z@ d dlAmBZB ede(�� � ZC ejD eE� � ZF G d� d e� � ZGd!ZHd"ZI G d#� d$e"� � ZJ G d%� d&e� � ZK G d'� d(� � ZL G d)� d*eL� � ZM G d+� d,� � ZNd_d1�ZOd`d5�ZPdad<�ZQd=� ZRdbdA�ZSdbdB�ZTdcdE�ZUdddG�ZVdedI�ZWdfdL�ZXdgdM�ZYdhdR�ZZdidT�Z[ G dU� dVe'j\ � � Z]dWZ^djd\�Z_ G d]� d^e&j` � � ZadS )ka� Create a wheel that, when installed, will make the source package 'editable' (add it to the interpreter's path, including metadata) per PEP 660. Replaces 'setup.py develop'. .. note:: One of the mechanisms briefly mentioned in PEP 660 to implement editable installs is to create a separated directory inside ``build`` and use a .pth file to point to that directory. In the context of this file such directory is referred as *auxiliary build directory* or ``auxiliary_dir``. � )�annotationsN)�Iterable�Iterator�Mapping)�suppress)�Enum)�cleandoc)�chain�starmap)�Path)�TemporaryDirectory)� TracebackType)� TYPE_CHECKING�Protocol�TypeVar�cast� )�Command�_normalization�_path�_shutil�errors� namespaces)�StrPath)�py310�py312��find_package_path)�Distribution)�InformationOnly�SetuptoolsDeprecationWarning� )�build)�build_py)� dist_info)�egg_info)�install)�install_scripts)�Self�� WheelFile�_P)�boundc �6 � e Zd ZdZdZdZdZed d�� � Zd S )� _EditableModea Possible editable installation modes: `lenient` (new files automatically added to the package - DEFAULT); `strict` (requires a new installation when files are added/removed); or `compat` (attempts to emulate `python setup.py develop` - DEPRECATED). �strict�lenient�compat�mode� str | None�returnc �� � |st j S |� � � }|t j vrt j d|�d�� � �|dk rt j ddd�� � t | S )NzInvalid editable mode: z. Try: 'strict'.�COMPATzCompat editable installsa The 'compat' editable mode is transitional and will be removed in future versions of `setuptools`. Please adapt your code accordingly to use either the 'strict' or the 'lenient' modes. zuserguide/development_mode.html)�see_docs)r/ �LENIENT�upper�__members__r �OptionErrorr! �emit)�clsr3 �_modes �s/builddir/build/BUILD/cloudlinux-venv-1.0.11/venv/lib/python3.11/site-packages/setuptools/command/editable_wheel.py�convertz_EditableMode.convertA s� � �� )� �(�(�� � ����� �1�1�1��$�%W�t�%W�%W�%W�X�X�X��H���(�-�*�� ;� � � � � �U�#�#� N)r3 r4 r5 r/ ) �__name__� __module__�__qualname__�__doc__�STRICTr9 r7 �classmethodrA � rB r@ r/ r/ 5 sM � � � � � �� � �F��G� �F��$� $� $� �[�$� $� $rB r/ zU New or renamed files may not be automatically picked up without a new installation. zt Options like `package-data`, `include/exclude-package-data` or `packages.find.exclude/include` may have no effect. c � � e Zd ZdZdZdddd eej pd� � fgZd� Zd&d�Z d&d�Z d � Zd� Zd'd�Z d(d�Zd� Zd)d�Zd*d�Zd&d�Zd+d�Zd � Zd,d"�Zd-d%�ZdS ).�editable_wheelz�Build 'editable' wheel for development. This command is private and reserved for internal use of setuptools, users should rely on ``setuptools.build_meta`` APIs. zBDO NOT CALL DIRECTLY, INTERNAL ONLY: create PEP 660 editable wheel)z dist-dir=�dz-directory to put final built distributions in)zdist-info-dir=�Iz(path to a pre-build .dist-info directoryzmode=N� c �>