| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python35/lib/python3.5/site-packages/setuptools/command/__pycache__/ |
Upload File : |
#�Ret � @ s� d d l m Z d d l m Z d d l m Z d d l Z d d l Z d d l m Z d d l m Z Gd d � d e � Z d S) � )�convert_path)�log)�DistutilsOptionErrorN)�six)�Commandc @ sU e Z d Z d Z d Z d d d g Z g Z d d � Z d d � Z d d � Z d S)�rotatezDelete older distributionsz2delete older distributions, keeping N newest files�match=�m�patterns to match (required)� dist-dir=�d�%directory where the distributions are�keep=�k�(number of matching distributions to keepc C s d | _ d | _ d | _ d S)N)�match�dist_dir�keep)�self� r ��/builddir/build/BUILDROOT/alt-python35-setuptools-36.3.0-4.el9.x86_64/opt/alt/python35/lib/python3.5/site-packages/setuptools/command/rotate.py�initialize_options s zrotate.initialize_optionsc C s� | j d k r t d � � | j d k r6 t d � � y t | j � | _ Wn t k rl t d � � Yn Xt | j t j � r� d d � | j j d � D� | _ | j d d � 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"