| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.6/site-packages/setuptools/command/__pycache__/ |
Upload File : |
3
�K]7 � @ s~ d dl mZ d dljjZd dlZd dlZd dlZd dl Z d dl
mZ ddlm
Z
d dlZeZddd�ZG d d
� d
e
ej�ZdS )� )�logN)�six� )�sdist_add_defaults� c c s4 x.t jd�D ] }x|j� | �D ]
}|V qW qW dS )z%Find all files under revision controlzsetuptools.file_findersN)�
pkg_resourcesZiter_entry_points�load)�dirnameZep�item� r �/usr/lib/python3.6/sdist.py�walk_revctrl s r
c s� e Zd ZdZd0d2d3gZi Zdd
ddgZedd� eD ��Zdd� Z dd� Z
dd� Zdd� Ze
ejdd� ��Zdd� Zejd4k p�d5ej ko�d6k n p�d7ej ko�d8k n Zer�eZd$d%� Z� fd&d'�Zd(d)� Zd*d+� Zd,d-� Zd.d/� Z� ZS )9�sdistz=Smart sdist that finds anything supported by revision control�formats=N�6formats for source distribution (comma-separated list)� keep-temp�kz1keep the distribution tree around after creating zarchive file(s)� dist-dir=�d�Fdirectory to put the source distribution archive(s) in [default: dist]r z.rstz.txtz.mdc c s | ]}d j |�V qdS )z README{0}N)�format)�.0Zextr r r � <genexpr>) s zsdist.<genexpr>c C s� | j d� | jd�}|j| _| jjtjj|jd�� | j� x| j � D ]}| j |� qFW | j
� t| jdg �}x*| j
D ] }dd|f}||krv|j|� qvW d S )N�egg_infozSOURCES.txt�
dist_filesr r )Zrun_command�get_finalized_command�filelist�append�os�path�joinr �check_readmeZget_sub_commands�make_distribution�getattr�distributionZ
archive_files)�selfZei_cmdZcmd_namer �file�datar r r �run+ s
z sdist.runc C s t jj| � | j� d S )N)�origr �initialize_options�_default_to_gztar)r% r r r r* >