o
    0i                     @   s   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 eZG dd de
ZdS )    N)Values)
WheelCache)
cmdoptions)RequirementCommandwith_cleanup)SUCCESS)CommandError)get_build_tracker)InstallRequirement)
ensure_dirnormalize_path)TempDirectory)buildc                   @   s<   e Zd ZdZdZdddZededee	 de
fd	d
ZdS )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                 C   s`  | j jddddtjdd | j t  | j t  | j t  | j t  | j t	  | j t
  | j t  | j t  | j t  | j t  | j t  | j t  | j jddd	d
dd | j t  | j t  ttj| j}ttj| j}| jd| | jd| | jd| j  d S )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_opts r4   ^/sda-disk/www/egybert/egybert_env/lib/python3.10/site-packages/pip/_internal/commands/wheel.pyadd_options*   sP   zWheelCommand.add_optionsoptionsargsc                 C   s  t | t | | |}| ||}t|j|_t|j | t	 }t
|j ddd}| ||||}t|j}| j||||||jd| jd}	| j|	||||jd}
| | |
j|dd}|	|j  g }|j D ]}|jr||	| qq|| qqt|||j d\}}|D ]9}|jr|jjsJ |jsJ z
t |j|j W q t!y } zt"#d	|j$| || W Y d }~qd }~ww t%|d
krt&dt'S )NwheelT)deletekindglobally_managedF)temp_build_dirr7   build_trackersessionfinderdownload_diruse_user_site	verbosity)preparerr@   r7   wheel_cacher'   )check_supported_wheels)rE   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_preparerrC   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   )r1   r7   r8   r?   r@   r>   	directoryreqsrE   rD   resolverrequirement_setreqs_to_buildreqbuild_successesbuild_failureser4   r4   r5   run]   sz   







zWheelCommand.run)r   N)__name__
__module____qualname____doc__usager6   r   r   liststrintrk   r4   r4   r4   r5   r      s    
3 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   	getLoggerrl   r^   r   r4   r4   r4   r5   <module>   s     
