o
    ^+)hµ  ã                   @   s   d dl mZ dd„ ZdS )é    )Únewer_groupc                 C   sh   t | ƒt |ƒkrtdƒ‚g }g }tt | ƒƒD ]}t| | || ƒr/| | | ¡ | || ¡ q||fS )zûWalk both arguments in parallel, testing if each source group is newer
    than its corresponding target. Returns a pair of lists (sources_groups,
    targets) where sources is newer than target, according to the semantics
    of 'newer_group()'.
    z5'sources_group' and 'targets' must be the same length)ÚlenÚ
ValueErrorÚranger   Úappend)Zsources_groupsÚtargetsZ	n_sourcesZ	n_targetsÚi© r	   úRC:\Users\User\Downloads\Proyecto_IoT\venv\Lib\site-packages\setuptools/dep_util.pyÚnewer_pairwise_group   s   ÿ€r   N)Zdistutils.dep_utilr   r   r	   r	   r	   r
   Ú<module>   s    