£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

Rec           @   s   d  d l  Z  d  d l Z d  d l m Z d  d l m Z e rg d  d l m Z m Z d  d l	 m
 Z
 n  e  j e  Z d   Z d S(   iN(   t   runner_with_spinner_message(   t   MYPY_CHECK_RUNNING(   t   Listt   Optional(   t   Pep517HookCallerc         C   s   | d k	 s t  | r, t j d |   d SyT t j d |  t d j |    } | j |   | j | d | } Wd QXWn" t	 k
 r t j d |   d SXt
 j j | |  S(   s   Build one InstallRequirement using the PEP 517 build process.

    Returns path to wheel if successfully built. Otherwise, returns None.
    sF   Cannot build wheel for %s using PEP 517 when --build-option is presents   Destination directory: %ss   Building wheel for {} (PEP 517)t   metadata_directoryNs   Failed building wheel for %s(   t   Nonet   AssertionErrort   loggert   errort   debugR    t   formatt   subprocess_runnert   build_wheelt	   Exceptiont   ost   patht   join(   t   namet   backendR   t   build_optionst   tempdt   runnert
   wheel_name(    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/operations/build/wheel.pyt   build_wheel_pep517   s"    	(   t   loggingR   t   pip._internal.utils.subprocessR    t   pip._internal.utils.typingR   t   typingR   R   t   pip._vendor.pep517.wrappersR   t	   getLoggert   __name__R   R   (    (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/operations/build/wheel.pyt   <module>   s   