|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /opt/alt/python35/lib/python3.5/site-packages/setuptools/command/__pycache__/ |
Upload File : |
��\t � @ 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 � /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"