???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................3

  \ 2                 @   s   d dl Z d dlZd dlZd dlZd dlmZ d dlmZmZ d dl	m
Z
 G dd dZdd Ze jfd	d
Zdd ZdddZdS )    N)convert_path)DistutilsTemplateErrorDistutilsInternalError)logc               @   sx   e Zd ZdddZdd ZejfddZdd	 Zd
d Z	dd Z
dd Zdd Zdd Zdd ZdddZdddZdS )FileListNc             C   s   d | _ g | _d S )N)allfilesfiles)selfwarndebug_print r   */usr/lib64/python3.6/distutils/filelist.py__init__   s    zFileList.__init__c             C   s
   || _ d S )N)r   )r	   r   r   r   r   set_allfiles#   s    zFileList.set_allfilesc             C   s   t || _d S )N)findallr   )r	   dirr   r   r   r   &   s    zFileList.findallc             C   s   ddl m} |rt| d S )Nr   )DEBUG)Zdistutils.debugr   print)r	   msgr   r   r   r   r   )   s    zFileList.debug_printc             C   s   | j j| d S )N)r   append)r	   itemr   r   r   r   3   s    zFileList.appendc             C   s   | j j| d S )N)r   extend)r	   itemsr   r   r   r   6   s    zFileList.extendc             C   s@   t ttjj| j}g | _x |D ]}| jjtjj|  q W d S )N)sortedmapospathsplitr   r   join)r	   Zsortable_filesZ
sort_tupler   r   r   sort9   s    
zFileList.sortc             C   sD   x>t t| jd ddD ]$}| j| | j|d  kr| j|= qW d S )N   r   )rangelenr   )r	   ir   r   r   remove_duplicatesC   s    zFileList.remove_duplicatesc             C   s   |j  }|d }d  } }}|dkrTt|dk r<td| dd	 |d
d  D }n~|dkrt|dk rttd| t|d
 }dd	 |dd  D }n:|dkrt|dkrtd| t|d
 }ntd| ||||fS )Nr   includeexcludeglobal-includeglobal-exclude   z&'%s' expects <pattern1> <pattern2> ...c             S   s   g | ]}t |qS r   )r   ).0wr   r   r   
<listcomp>W   s    z1FileList._parse_template_line.<locals>.<listcomp>r    recursive-includerecursive-exclude   z,'%s' expects <dir> <pattern1> <pattern2> ...c             S   s   g | ]}t |qS r   )r   )r+   r,   r   r   r   r-   ]   s    graftprunez#'%s' expects a single <dir_pattern>zunknown action '%s')r&   r'   r(   r)   )r.   r/   )r1   r2   )r   r#   r   r   )r	   lineZwordsactionpatternsr   dir_patternr   r   r   _parse_template_lineL   s,    


zFileList._parse_template_linec             C   sX  | j |\}}}}|dkrZ| jddj|  x&|D ]}| j|dds4tjd| q4W n|dkr| jddj|  x&|D ]}| j|dds|tjd	| q|W n|d
kr| jddj|  x&|D ]}| j|ddstjd| qW nj|dkr8| jddj|  x*|D ]"}| j|ddstjd| qW n|dkr| jd|dj|f  x,|D ]$}| j||ds`tjd|| q`W n|dkr| jd|dj|f  x|D ]$}| j||dstjd|| qW nx|dkr| jd|  | jd |dsTtjd| nB|dkrH| jd|  | jd |dsTtjd| ntd| d S )Nr&   zinclude  r    )anchorz%warning: no files found matching '%s'r'   zexclude z9warning: no previously-included files found matching '%s'zglobal-includezglobal-include r   z>warning: no files found matching '%s' anywhere in distributionzglobal-excludezglobal-exclude zRwarning: no previously-included files matching '%s' found anywhere in distributionzrecursive-includezrecursive-include %s %s)prefixz:warning: no files found matching '%s' under directory '%s'zrecursive-excludezrecursive-exclude %s %szNwarning: no previously-included files matching '%s' found under directory '%s'r1   zgraft z+warning: no directories found matching '%s'r2   zprune z6no previously-included directories found matching '%s'z'this cannot happen: invalid action '%s')r7   r   r   include_patternr   r
   exclude_patternr   )r	   r3   r4   r5   r   r6   patternr   r   r   process_template_lineh   sf    










zFileList.process_template_liner    r   c             C   sp   d}t ||||}| jd|j  | jd kr4| j  x6| jD ],}|j|r<| jd|  | jj| d}q<W |S )NFz%include_pattern: applying regex r'%s'z adding T)translate_patternr   r=   r   r   searchr   r   )r	   r=   r9   r:   is_regexfiles_found
pattern_renamer   r   r   r;      s    


zFileList.include_patternc             C   sv   d}t ||||}| jd|j  xNtt| jd ddD ]4}|j| j| r:| jd| j|   | j|= d}q:W |S )NFz%exclude_pattern: applying regex r'%s'r    z
 removing Tr!   r!   )r?   r   r=   r"   r#   r   r@   )r	   r=   r9   r:   rA   rB   rC   r$   r   r   r   r<      s    
zFileList.exclude_pattern)NN)r    Nr   )r    Nr   )__name__
__module____qualname__r   r   r   curdirr   r   r   r   r   r%   r7   r>   r;   r<   r   r   r   r   r      s   


	L
,r   c             C   s&   dd t j| ddD }tt jj|S )Nc             s   s,   | ]$\}}}|D ]}t jj||V  qqd S )N)r   r   r   )r+   basedirsr   filer   r   r   	<genexpr>   s   z#_find_all_simple.<locals>.<genexpr>T)followlinks)r   walkfilterr   isfile)r   Zresultsr   r   r   _find_all_simple   s    rQ   c             C   s6   t | }| tjkr.tjtjj| d}t||}t|S )N)start)	rQ   r   rH   	functoolspartialr   relpathr   list)r   r   Zmake_relr   r   r   r     s
    

r   c             C   s8   t j| }tj}tjdkrd}d| }tjd||}|S )N\z\\\\z\1[^%s]z((?<!\\)(\\\\)*)\.)fnmatch	translater   sepresub)r=   rC   rZ   Zescapedr   r   r   
glob_to_re  s    

r]   r    c       
      C   s   |rt | trtj| S | S tdjd\}}}| r>t| }nd}|d k	rt|}|t|t|t|  }tj}	tjdkrd}	|t|t|t|  }d|||	||f }n|rd||t|d  f }tj|S )N_ rW   z\\z%s\A%s%s.*%s%sz%s\A%s)	
isinstancestrr[   compiler]   	partitionr#   r   rZ   )
r=   r9   r:   rA   rR   r^   endrC   Z	prefix_rerZ   r   r   r   r?   %  s(    


r?   )r    Nr   )r   r[   rX   rS   Zdistutils.utilr   Zdistutils.errorsr   r   Z	distutilsr   r   rQ   rH   r   r]   r?   r   r   r   r   <module>   s    i