관리-도구
편집 파일: bdist_egg.cpython-311.pyc
� �܋f�@ � �P � d Z ddlmZmZ ddlmZ ddlmZ ddlZddl Z ddl Z ddlZddlZddl mZ ddlmZ dd lmZ dd lmZmZ d� Zd� Zd � Zd� Z G d� de� � Ze� d� � � � � Zd� Zd� Z d� Z!ddd�Z"d� Z#d� Z$d� Z%g d�Z& d d�Z'dS )!z6setuptools.command.bdist_egg Build .egg distributions� )�remove_tree�mkpath)�log)�CodeTypeN)�Library)�Command� )�ensure_directory)�get_path�get_python_versionc � � t d� � S )N�purelib)r � � �m/builddir/build/BUILD/cloudlinux-venv-1.0.6/venv/lib/python3.11/site-packages/setuptools/command/bdist_egg.py�_get_purelibr s � ��I���r c � � d| v r%t j � | � � d } | � d� � r | d d� } | S )N�.r �modulei����)�os�path�splitext�endswith)�filenames r �strip_moduler sM � � �h����7�#�#�H�-�-�a�0������"�"� !��C�R�C�=���Or c # � K � t j | � � D ]5\ }}}|� � � |� � � |||fV � �6dS )zbDo os.walk in a reproducible way, independent of indeterministic filesystem readdir order N)r �walk�sort)�dir�base�dirs�filess r �sorted_walkr# ! s` � � � � �W�S�\�\� � ���d�E�� � ���� � � �����D�%������ � r c �� � t j d� � � � � }t |dd�� � 5 }|� || z � � d d d � � d S # 1 swxY w Y d S )Na� def __bootstrap__(): global __bootstrap__, __loader__, __file__ import sys, pkg_resources, importlib.util __file__ = pkg_resources.resource_filename(__name__, %r) __loader__ = None; del __bootstrap__, __loader__ spec = importlib.util.spec_from_file_location(__name__,__file__) mod = importlib.util.module_from_spec(spec) spec.loader.exec_module(mod) __bootstrap__() �w�utf-8��encoding)�textwrap�dedent�lstrip�open�write)�resource�pyfile�_stub_template�fs r � write_stubr2 + s� � ��_� �� � �f�h�h� � �f�c�G� ,� ,� ,� +�� �����)�*�*�*�+� +� +� +� +� +� +� +� +� +� +� +���� +� +� +� +� +� +s �A�A#�&A#c �d � e Zd ZdZg d�Zg d�Zd� Zd� Zd� Zd� Z d� Z d � Zd � Zd� Z d� Zd � Zd� ZdS )� bdist_eggzcreate an "egg" distribution))z bdist-dir=�bz1temporary directory for creating the distribution)z plat-name=�pzdplatform name to embed in generated filenames (by default uses `pkg_resources.get_build_platform()`))�exclude-source-filesNz+remove all .py files from the generated egg)� keep-temp�kzPkeep the pseudo-installation tree around after creating the distribution archive)z dist-dir=�dz-directory to put final built distributions in)� skip-buildNz2skip rebuilding everything (for testing/debugging))r8 r; r7 c �h � d | _ d | _ d| _ d | _ d| _ d | _ d | _ d S )NF)� bdist_dir� plat_name� keep_temp�dist_dir� skip_build� egg_output�exclude_source_files��selfs r �initialize_optionszbdist_egg.initialize_optionsU s: � ������������ �������$(��!�!�!r c �4 � | � d� � x}| _ |j | _ | j �?| � d� � j }t j � |d� � | _ | j �ddl m } |� � | _ | � dd� � | j �p|� t � � | j � � � o| j �� � }t j � | j |dz � � | _ d S d S ) N�egg_info�bdist�eggr )�get_build_platform)r@ r@ )� py_version�platformz.egg)�get_finalized_command�ei_cmdrH r= � bdist_baser r �joinr>