£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>
U
    ʗRe                     @   sL   d dl mZ d dlmZ d dlmZ d dlmZmZm	Z	 G dd deZ
dS )    )canonicalize_name)AbstractDistribution)PackageFinder)BaseDistributionFilesystemWheelget_wheel_distributionc                   @   s2   e Zd ZdZedddZeeeddddZdS )	WheelDistributionzqRepresents a wheel distribution.

    This does not need any preparation as wheels can be directly unpacked.
    )returnc                 C   s>   | j jstd| j js tdt| j j}t|t| j jS )zLoads the metadata from the wheel file into memory and returns a
        Distribution that uses it, not relying on the wheel file or
        requirement.
        z*Set as part of preparation during downloadzWheels are never unnamed)reqlocal_file_pathAssertionErrornamer   r   r   )selfwheel r   /builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/pip/_internal/distributions/wheel.pyget_metadata_distribution   s    z+WheelDistribution.get_metadata_distributionN)finderbuild_isolationcheck_build_depsr	   c                 C   s   d S )Nr   )r   r   r   r   r   r   r   prepare_distribution_metadata   s    z/WheelDistribution.prepare_distribution_metadata)	__name__
__module____qualname____doc__r   r   r   boolr   r   r   r   r   r      s   r   N)pip._vendor.packaging.utilsr    pip._internal.distributions.baser   "pip._internal.index.package_finderr   pip._internal.metadatar   r   r   r   r   r   r   r   <module>   s   