| Server IP : 188.114.96.3 / Your IP : 216.73.216.30 Web Server : LiteSpeed System : Linux vmi2710904 5.15.0-144-generic #157-Ubuntu SMP Mon Jun 16 07:33:10 UTC 2025 x86_64 User : rarch5794 ( 1006) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/setuptools/command/__pycache__/ |
Upload File : |
o
�_�aP � @ 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 �;/usr/lib/python3/dist-packages/setuptools/command/rotate.py�initialize_options s
zrotate.initialize_optionsc
C s� | j d u r td��| jd u rtd��zt| j�| _W n ty+ } ztd�|�d }~ww 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"