3
���hX � @ sz d dl Z d dlZd dlZd dlZd dlZd dlmZmZ d dlm Z d dl
mZmZ ddg dfdd�Z
dd � Zd
d� ZdS )� N)�
check_call�check_output)�TarFile)�METADATA_FN�ZONEFILENAME�gzc s t j� � tjj� d�}tjjt�}z�tj| ��<}x|D ]}|j |� � q6W � fdd�|D �} t
|| � W dQ R X ttjj|t�d��}
tj
||
ddd� W dQ R X tjj|t�}tj|d | ��4}x,tj|�D ]}tjj||�}
|j|
|� q�W W dQ R X W dtj� � X dS )
z�Rebuild the internal timezone info in dateutil/zoneinfo/zoneinfo*tar*
filename is the timezone tarball from ``ftp.iana.org/tz``.
Zzoneinfoc s g | ]}t jj� |��qS � )�os�path�join)�.0�n)�tmpdirr �D/tmp/pip-build-5_djhm0z/python-dateutil/dateutil/zoneinfo/rebuild.py�
<listcomp> s zrebuild.<locals>.<listcomp>N�w� T)�indent� sort_keyszw:%s)�tempfile�mkdtempr r
r �dirname�__file__r �open�extract�_run_zicr �json�dumpr �listdir�add�shutil�rmtree)�filename�tag�formatZ
zonegroups�metadata�zonedirZ moduledir�tf�name� filepaths�f�target�entryZ entrypathr )r r �rebuild s" |