OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
setuptools
/
command
/
__pycache__
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/14/2024 03:09:02 PM
rwxr-xr-x
📄
__init__.cpython-37.pyc
421 bytes
11/13/2023 09:39:28 PM
rw-r--r--
📄
alias.cpython-37.pyc
2.33 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
bdist_egg.cpython-37.pyc
12.76 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
bdist_rpm.cpython-37.pyc
1.56 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
build_clib.cpython-37.pyc
2.43 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
build_ext.cpython-37.pyc
9.54 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
build_py.cpython-37.pyc
7.58 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
develop.cpython-37.pyc
5.94 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
dist_info.cpython-37.pyc
1.39 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
easy_install.cpython-37.pyc
61.57 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
egg_info.cpython-37.pyc
21.34 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
install.cpython-37.pyc
4.13 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
install_egg_info.cpython-37.pyc
2.4 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
install_lib.cpython-37.pyc
4.05 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
install_scripts.cpython-37.pyc
2.4 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
py36compat.cpython-37.pyc
4.5 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
register.cpython-37.pyc
879 bytes
11/13/2023 09:39:28 PM
rw-r--r--
📄
rotate.cpython-37.pyc
2.47 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
saveopts.cpython-37.pyc
967 bytes
11/13/2023 09:39:28 PM
rw-r--r--
📄
sdist.cpython-37.pyc
6.42 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
setopt.cpython-37.pyc
4.55 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
test.cpython-37.pyc
7.63 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
upload.cpython-37.pyc
852 bytes
11/13/2023 09:39:28 PM
rw-r--r--
📄
upload_docs.cpython-37.pyc
5.98 KB
11/13/2023 09:39:28 PM
rw-r--r--
Editing: sdist.cpython-37.pyc
Close
B !�0��v^� @ sx d dl mZ d dlm mZ d dlZd dlZd dlZd dl Z ddl mZ d dlZe Zd dd�ZG dd � d eej�ZdS )� )�logN� )�sdist_add_defaults� c c s4 x.t �d�D ] }x|�� | �D ] }|V qW qW dS )z%Find all files under revision controlzsetuptools.file_findersN)� pkg_resources�iter_entry_points�load)�dirname�ep�item� r ��/builddir/build/BUILDROOT/alt-python37-setuptools-58.3.0-4.el9.x86_64/opt/alt/python37/lib/python3.7/site-packages/setuptools/command/sdist.py�walk_revctrl s r c s� e Zd ZdZdddddgZi Zddd d gZedd� eD ��Zd d� Z dd� Z dd� Zdd� Ze ejdd� ��Z� fdd�Zdd� Zdd� Zdd� Z� fdd �Zd!d"� Zd#d$� Zd%d&� Zd'd(� Z� ZS ))�sdistz=Smart sdist that finds anything supported by revision control)zformats=Nz6formats for source distribution (comma-separated list))z keep-temp�kz@keep the distribution tree around after creating archive file(s))z dist-dir=�dzFdirectory to put the source distribution archive(s) in [default: dist])zowner=�uz@Owner name used when creating a tar file [default: current user])zgroup=�gzAGroup name used when creating a tar file [default: current group]r z.rstz.txtz.mdc c s | ]}d � |�V qdS )z README{0}N)�format)�.0�extr r r � <genexpr>+ s zsdist.<genexpr>c C s� | � d� | �d�}|j| _| j�tj�|jd�� | �� x| � � D ]}| � |� qFW | � � t| jdg �}x*| j D ] }dd|f}||krv|�|� qvW d S )N�egg_infozSOURCES.txt� dist_filesr r )�run_command�get_finalized_command�filelist�append�os�path�joinr �check_readme�get_sub_commands�make_distribution�getattr�distributionZ archive_files)�selfZei_cmd�cmd_namer �file�datar r r �run- s z sdist.runc C s t j�| � | �� d S )N)�origr �initialize_options�_default_to_gztar)r&