o aii @ sZ d dl Z d dlZd dlZd dlZd dlZd dlZd dlZejdd Zdd Z dd Z dS ) Nc c s. t } z| V W t| dS t| w )z2Create a temporary directory in a context manager.N)tempfilemkdtempshutilrmtree)td r /builddir/build/BUILDROOT/alt-python310-pip-21.3.1-5.el8.x86_64/opt/alt/python310/lib/python3.10/site-packages/pip/_vendor/pep517/dirtools.pytempdir s r c O sH z t j| i |W S ty# } z|jtjkr W Y d}~dS d}~ww )zWLike `mkdir`, but does not raise an exception if the directory already exists. N)osmkdirOSErrorerrnoEEXIST)argskwargsexcr r r mkdir_p s r c C s t }t|d}t| D ]9\} }}|D ]}tj| |}tj|| }| |d d q|D ]}tj| |}tj|| }| || q1q|S )z0Construct an in-memory zip file for a directory.w/ )ioBytesIOzipfileZipFiler walkpathjoinrelpathwritestrwrite)rootbufferzip_filedirsfilesr Zfs_pathrel_pathr r r dir_to_zipfile s r&