Current File : //lib/python3.9/site-packages/setuptools/command/__pycache__/install_scripts.cpython-39.pyc |
a
��kh� � @ sX d dl mZ d dlm mZ d dlZd dlZd dlm Z m
Z
mZ G dd� dej�ZdS )� )�logN)�Distribution�PathMetadata�ensure_directoryc @ s* e Zd ZdZdd� Zdd� Zd
dd�Zd S )�install_scriptsz;Do normal script install, plus any egg_info wrapper scriptsc C s t j�| � d| _d S )NF)�origr �initialize_options�no_ep)�self� r �F/usr/lib/python3.9/site-packages/setuptools/command/install_scripts.pyr s z"install_scripts.initialize_optionsc C s dd l m m} | �d� | jjr2tj�| � ng | _ | j
rBd S | �d�}t|j
t|j
|j�|j|j�}| �d�}t|dd �}z| �d�}t|dd�}W n ty� d}Y n0 |j}|r�d}|j}|tjkr�|g}|�� }|j�� �|�} |�|| �� �D ]}
| j|
� q�d S ) Nr �egg_infoZ
build_scripts�
executableZ
bdist_wininstZ_is_runningFz
python.exe)�setuptools.command.easy_install�commandZeasy_installZrun_commandZdistributionZscriptsr r �run�outfilesr Zget_finalized_commandr Zegg_baser r
Zegg_nameZegg_version�getattr�ImportErrorZScriptWriterZWindowsScriptWriter�sysr ZbestZcommand_spec_classZ
from_param�get_argsZ as_header�write_script)r
ZeiZei_cmdZdistZbs_cmdZ
exec_paramZbw_cmdZ
is_wininst�writer�cmd�argsr r r r s:
�
zinstall_scripts.run�tc
G s� ddl m}m} t�d|| j� tj�| j|�}| j �
|� |� }| js~t|� t
|d| �} | �|� | �� ||d| � dS )z1Write an executable file to the scripts directoryr )�chmod�
current_umaskzInstalling %s script to %s�wi� N)r r r r �infoZinstall_dir�os�path�joinr �append�dry_runr �open�write�close)
r
�script_name�contents�modeZignoredr r �target�mask�fr r r r 6 s
zinstall_scripts.write_scriptN)r )�__name__�
__module__�__qualname__�__doc__r r r r r r r r s &r )Z distutilsr Z!distutils.command.install_scriptsr r r r r Z
pkg_resourcesr r r r r r r �<module> s