
    Kui                         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                  ddd	d
d       | j                   j                  t	        j"                                | j                   j                  t	        j$                                t	        j&                  t        j(                  | j*                        }t	        j&                  t        j,                  | j*                        }| j*                  j/                  d|       | j*                  j/                  d|       | j*                  j/                  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   r   )cmd_opts
add_optionoscurdirr   no_build_isolation
use_pep517check_build_depsconstraintsbuild_constraintseditablerequirementsrequirements_from_scriptssrcignore_requires_pythonno_depsprogress_barconfig_settingsrequire_hashesmake_option_groupindex_groupparserpackage_selection_groupinsert_option_group)self
index_optsselection_optss      f/root/.openclaw/workspace/chatterbox_venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.pyadd_optionszWheelCommand.add_options*   sW     II- 	! 
	
 	  !>!>!@A  !6!6!89  !<!<!>?  !7!7!9:  !=!=!?@  !4!4!67  !8!8!:;  !E!E!GH  !12  !B!B!DE  !3!3!56  !8!8!:;  8 	! 	
 	  !;!;!=>  !:!:!<=11""KK


 $55..KK

 	'':6''>:''4==9    optionsargsc           
      R   t        j                  |       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  }|j0                  r|	j3                  |       !|j5                  |       3 t7        |||j8                         \  }}|D ]_  }|j:                  r|j:                  j0                  sJ |j<                  sJ 	 t?        j@                  |j<                  |j                         a tK        |      d
k7  rtM        d      tN        S # tB        $ r<}tD        jG                  d	|jH                  |       |j5                  |       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check_release_control_exclusive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   )r4   r:   r;   rC   rD   rB   	directoryreqsrI   rH   resolverrequirement_setreqs_to_buildreqbuild_successesbuild_failureses                    r7   runzWheelCommand.run]   s}   **73227;**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intro    r9   r7   r   r      sF    
0E1:f M6 Mc Ms M M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   	getLoggerrp   rb   r   rx   r9   r7   <module>r      sU     	   * ( J 2 1 J @ 6 -			8	$U% Ur9   