£Á°è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           @@  s8  d  d l  m Z d  d l Z d  d l Z d  d l Z d  d l m Z d  d l m Z d  d l	 m
 Z
 m Z d  d l m Z d  d l m Z d  d l m Z d  d	 l m Z m Z d  d
 l m Z d  d l m Z d  d l m Z m Z e rd  d l m Z d  d l m Z n  e j  e!  Z" d e
 f d     YZ# d S(   i    (   t   absolute_importN(   t
   WheelCache(   t
   cmdoptions(   t   RequirementCommandt   with_cleanup(   t   SUCCESS(   t   CommandError(   t   get_requirement_tracker(   t
   ensure_dirt   normalize_path(   t   TempDirectory(   t   MYPY_CHECK_RUNNING(   t   buildt   should_build_for_wheel_command(   t   Values(   t   Listt   WheelCommandc           B@  s,   e  Z d  Z d Z d   Z e d    Z RS(   s  
    Build Wheel archives for your requirements and dependencies.

    Wheel is a built-package format, and offers the advantage of not
    recompiling your software during every install. For more details, see the
    wheel docs: https://wheel.readthedocs.io/en/latest/

    Requirements: setuptools>=0.8, and wheel.

    'pip wheel' uses the bdist_wheel setuptools extension from the wheel
    package to build individual wheels.

    s   
      %prog [options] <requirement specifier> ...
      %prog [options] -r <requirements file> ...
      %prog [options] [-e] <vcs project url> ...
      %prog [options] [-e] <local project path> ...
      %prog [options] <archive url/path> ...c         C@  s/  |  j  j d d d d d d d t j d d	 |  j  j t j    |  j  j t j    |  j  j t j    |  j  j d
 d d d d d d d d |  j  j t j    |  j  j t j	    |  j  j t j
    |  j  j t j    |  j  j t j    |  j  j t j    |  j  j t j    |  j  j t j    |  j  j t j    |  j  j t j    |  j  j t j    |  j  j d d d d d d d d d |  j  j d d d d t d d |  j  j t j    t j t j |  j  } |  j j d |  |  j j d |  j   d  S(   Ns   -ws   --wheel-dirt   destt	   wheel_dirt   metavart   dirt   defaultt   helpsL   Build wheels into <dir>, where the default is the current working directory.s   --build-optiont   build_optionst   optionst   actiont   appends9   Extra arguments to be supplied to 'setup.py bdist_wheel'.s   --global-optiont   global_optionssZ   Extra global options to be supplied to the setup.py call before the 'bdist_wheel' command.s   --pret
   store_truesY   Include pre-release and development versions. By default, pip only finds stable versions.i    (   t   cmd_optst
   add_optiont   ost   curdirR   t	   no_binaryt   only_binaryt   prefer_binaryt   no_build_isolationt
   use_pep517t   no_use_pep517t   constraintst   editablet   requirementst   srct   ignore_requires_pythont   no_depst	   build_dirt   progress_bart   Falset   require_hashest   make_option_groupt   index_groupt   parsert   insert_option_group(   t   selft
   index_opts(    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/commands/wheel.pyt   add_options2   sV    						c         C@  sh  t  j |  |  j |  } |  j | |  } | j p= | j } t | j | j  } t	 | j
  | _
 t | j
  |  j t    } t | j d | d d d t } |  j | | | |  }	 |  j d | d | d | d | d	 | d
 | j
 d t  }
 |  j d |
 d	 | d | d | d | j d | j  } |  j |  | j |	 d t } g  | j j   D] } t |  ra| ^ qa} t | d | d | j pg  d | j pg  \ } } x | D] } | j r| j j st   | j! st   y t" j# | j! | j
  Wqt$ k
 r>} t% j& d | j' |  | j( |  qXqWt) |  d k rdt* d   n  t+ S(   Nt   deletet   kindt   wheelt   globally_managedt   temp_build_dirR   t   req_trackert   sessiont   findert   wheel_download_dirt   use_user_sitet   preparert   wheel_cacheR+   R%   t   check_supported_wheelsR   R   s    Building wheel for %s failed: %si    s"   Failed to build one or more wheels(,   R   t   check_install_build_globalt   get_default_sessiont   _build_package_findert   no_cleanR-   R   t	   cache_dirt   format_controlR	   R   R   t   enter_contextR   R
   t   Truet   get_requirementst   make_requirement_preparerR/   t   make_resolverR+   R%   t   trace_basic_infot   resolveR)   t   valuesR   R   R   R   t   linkt   is_wheelt   AssertionErrort   local_file_patht   shutilt   copyt   OSErrort   loggert   warningt   nameR   t   lenR   R   (   R5   R   t   argsR>   R?   t   build_deleteRC   R=   t	   directoryt   reqsRB   t   resolvert   requirement_sett   rt   reqs_to_buildt   build_successest   build_failurest   reqt   e(    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/commands/wheel.pyt   runm   sj    							(   t   __name__t
   __module__t   __doc__t   usageR7   R   Rj   (    (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/commands/wheel.pyR      s   	;($   t
   __future__R    t   loggingR   RW   t   pip._internal.cacheR   t   pip._internal.cliR   t   pip._internal.cli.req_commandR   R   t   pip._internal.cli.status_codesR   t   pip._internal.exceptionsR   t   pip._internal.req.req_trackerR   t   pip._internal.utils.miscR   R	   t   pip._internal.utils.temp_dirR
   t   pip._internal.utils.typingR   t   pip._internal.wheel_builderR   R   t   optparseR   t   typingR   t	   getLoggerRk   RZ   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/commands/wheel.pyt   <module>   s$   