<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</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$   