Server IP : 192.158.238.246 / Your IP : 18.118.212.165 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python39/lib/python3.9/site-packages/setuptools/command/__pycache__/ |
Upload File : |
a (�ReP � @ sT d dl mZ d dlmZ d dlmZ d dlZd dlZd dlm Z G dd� de �Z dS )� )�convert_path)�log)�DistutilsOptionErrorN)�Commandc @ s8 e Zd ZdZdZg d�Zg Zdd� Zdd� Zdd � Z d S )�rotatezDelete older distributionsz2delete older distributions, keeping N newest files))zmatch=�mzpatterns to match (required))z dist-dir=�dz%directory where the distributions are)zkeep=�kz(number of matching distributions to keepc C s d | _ d | _d | _d S )N)�match�dist_dir�keep)�self� r ��/builddir/build/BUILDROOT/alt-python39-setuptools-58.3.0-2.el8.x86_64/opt/alt/python39/lib/python3.9/site-packages/setuptools/command/rotate.py�initialize_options s zrotate.initialize_optionsc C s� | j d u rtd��| jd u r$td��zt| j�| _W n. tyb } ztd�|�W Y d }~n d }~0 0 t| j t�r�dd� | j �d�D �| _ | �dd� d S ) NzQMust specify one or more (comma-separated) match patterns (e.g. '.zip' or '.egg')z$Must specify number of files to keepz--keep must be an integerc S s g | ]}t |�� ��qS r )r �strip)�.0�pr r r � <listcomp>( s z+rotate.finalize_options.<locals>.<listcomp>�,�bdist)r r ) r r r �int� ValueError� isinstance�str�split�set_undefined_options)r �er r r �finalize_options s � �zrotate.finalize_optionsc C s� | � d� ddlm} | jD ]�}| j�� d | }|tj�| j|��}dd� |D �}|� � |� � t�dt |�|� || jd � }|D ]<\}}t�d|� | js�tj�|�r�t�|� q�t�|� q�qd S ) N�egg_infor )�glob�*c S s g | ]}t j�|�|f�qS r )�os�path�getmtime)r �fr r r r 4 � zrotate.run.<locals>.<listcomp>z%d file(s) matching %szDeleting %s)�run_commandr r �distribution�get_namer"