
    5>qj+                         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                  ddd	d
d       | j                   j                  t	        j$                                | j                   j                  t	        j&                                | j                   j                  t	        j(                                t	        j*                  t        j,                  | j.                        }t	        j*                  t        j0                  | j.                        }| j.                  j3                  d|       | j.                  j3                  d|       | j.                  j3                  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	only_depsprogress_barconfig_settingsrequire_hashesno_require_hashesmake_option_groupindex_groupparserpackage_selection_groupinsert_option_group)self
index_optsselection_optss      [/opt/rentech/trading_bot/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.pyadd_optionszWheelCommand.add_options*   s     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  !5!5!78  !8!8!:;  8 	! 	
 	  !;!;!=>  !:!:!<=  !=!=!?@11""KK


 $55..KK

 	'':6''>:''4==9    optionsargsc                    t        j                  |       t        j                  |       t        j                  |       | j	                  |      }| j                  ||      }t        |j                        |_        t        |j                         | j                  t                     }t        |j                   dd      }| j                  ||||      }t        |j                        }| j!                  ||||||j                  d| j"                  d	      }	| j%                  |	||||j&                        }
| j)                  |       |
j+                  |d      }|	j-                  |j.                  j1                                g }|j.                  j1                         D ]1  }|j2                  r|	j5                  |       !|j7                  |       3 t9        |||j:                   d      \  }}|D ]_  }|j<                  r|j<                  j2                  sJ |j>                  sJ 	 tA        jB                  |j>                  |j                         a tM        |      d
k7  rtO        d      tP        S # tD        $ rG}tF        jI                  d	|jJ                  |j                  |       |j7                  |       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allow_editables)preparerrF   r<   wheel_cacher*   )check_supported_wheels)rL   verifyrJ   z'Failed to copy built wheel %s to %s: %sr   z"Failed to build one or more wheels))r   check_build_constraintscheck_release_control_exclusive(check_only_deps_option_does_not_conflictget_default_session_build_package_finderr   r   r   enter_contextr
   r   no_cleanget_requirementsr   	cache_dirmake_requirement_preparerrI   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   )r6   r<   r=   rE   rF   rD   	directoryreqsrL   rK   resolverrequirement_setreqs_to_buildreqbuild_successesbuild_failureses                    r9   runzWheelCommand.run_   s   **73227;;;GD**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  +=HH%%	 %%c**+s   -*I88	K=KK)r   N)__name__
__module____qualname____doc__usager:   r   r   liststrintrs    r;   r9   r   r      sF    
0E3:j Q6 Qc Qs Q Qr;   r   )loggingr   rc   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   	getLoggerrt   rf   r   r|   r;   r9   <module>r      sU     	   * ( J 2 1 J @ 6 -			8	$[% [r;   