
    xi}                         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 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 d d
lmZmZ d dlmZ d dlmZ  e j6                  e      Z G d de
      Zy)    N)Values)
WheelCache)
cmdoptions)RequirementCommandwith_cleanup)SUCCESS)CommandError)get_build_tracker)InstallRequirement)
ensure_dirnormalize_path)TempDirectory)buildc                   @    e Zd ZdZdZd	dZededee	   de
fd       Zy)
WheelCommanda  
    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/

    'pip wheel' uses the build system interface as described here:
    https://pip.pypa.io/en/stable/reference/build-system/

    z
      %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> ...returnNc                 `   | j                   j                  ddddt        j                  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                  t	        j                                 | j                   j                  t	        j"                                | j                   j                  t	        j$                                | j                   j                  ddd	d
d       | j                   j                  t	        j&                                | j                   j                  dd	d
d       | j                   j                  t	        j(                                t	        j*                  t        j,                  | j.                        }| j.                  j1                  d|       | j.                  j1                  d| j                          y )Nz-wz--wheel-dir	wheel_dirdirzLBuild wheels into <dir>, where the default is the current working directory.)destmetavardefaulthelpz--no-verify	no_verify
store_trueFz%Don't verify if built wheel is valid.)r   actionr   r   z--prezYInclude pre-release and development versions. By default, pip only finds stable versions.)r   r   r   r   )cmd_opts
add_optionoscurdirr   	no_binaryonly_binaryprefer_binaryno_build_isolation
use_pep517check_build_depsconstraintsbuild_constraintseditablerequirementssrcignore_requires_pythonno_depsprogress_barconfig_settingsrequire_hashesmake_option_groupindex_groupparserinsert_option_group)self
index_optss     W/var/www/html/binance/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.pyadd_optionszWheelCommand.add_options*   s~     II- 	! 
	
 	  !5!5!78  !7!7!9:  !9!9!;<  !>!>!@A  !6!6!89  !<!<!>?  !7!7!9:  !=!=!?@  !4!4!67  !8!8!:;  !12  !B!B!DE  !3!3!56  !8!8!:;  8 	! 	
 	  !;!;!=>  2 	! 	
 	  !:!:!<=11""KK


 	'':6''4==9    optionsargsc           
      (   t        j                  |       | j                  |      }| j                  ||      }t	        |j
                        |_        t        |j
                         | j                  t                     }t        |j                   dd      }| j                  ||||      }t        |j                        }| j                  ||||||j
                  d| j                        }	| j!                  |	||||j"                        }
| j%                  |       |
j'                  |d      }|	j)                  |j*                  j-                                g }|j*                  j-                         D ]1  }|j.                  r|	j1                  |       !|j3                  |       3 t5        |||j6                         \  }}|D ]_  }|j8                  r|j8                  j.                  sJ |j:                  sJ 	 t=        j>                  |j:                  |j
                         a tI        |      d
k7  rtK        d      tL        S # t@        $ r<}tB        jE                  d	|jF                  |       |j3                  |       Y d }~d }~ww xY w)NwheelT)deletekindglobally_managedF)temp_build_dirr:   build_trackersessionfinderdownload_diruse_user_site	verbosity)preparerrD   r:   wheel_cacher,   )check_supported_wheels)rI   verifyz Building wheel for %s failed: %sr   z"Failed to build one or more wheels)'r   check_build_constraintsget_default_session_build_package_finderr   r   r   enter_contextr
   r   no_cleanget_requirementsr   	cache_dirmake_requirement_preparerrG   make_resolverr,   trace_basic_inforesolve prepare_linked_requirements_morer*   valuesis_wheelsave_linked_requirementappendr   r   linklocal_file_pathshutilcopyOSErrorloggerwarningnamelenr	   r   )r5   r:   r;   rC   rD   rB   	directoryreqsrI   rH   resolverrequirement_setreqs_to_buildreqbuild_successesbuild_failureses                    r7   runzWheelCommand.runc   so   **73**73++GW=*7+<+<=7$$%**+<+>?!'''!
	 $$T7FGD !2!2311$' **nn 2 	
 %%##*#A#A & 
 	f%"**4*M11/2N2N2U2U2WX24"//668 	*C||005$$S)		* +0#)))+
'
 # 	+C88 1 111&&&&+C//1B1BC	+ ~!#CDD  +6HH
 %%c**+s   *I	J2JJ)r   N)__name__
__module____qualname____doc__usager8   r   r   liststrintrn    r9   r7   r   r      sF    
0E7:r L6 Lc Ls L Lr9   r   )loggingr   r^   optparser   pip._internal.cacher   pip._internal.clir   pip._internal.cli.req_commandr   r   pip._internal.cli.status_codesr   pip._internal.exceptionsr	   ,pip._internal.operations.build.build_trackerr
   pip._internal.req.req_installr   pip._internal.utils.miscr   r   pip._internal.utils.temp_dirr   pip._internal.wheel_builderr   	getLoggerro   ra   r   rw   r9   r7   <module>r      sU     	   * ( J 2 1 J @ 6 -			8	$Z% Zr9   