<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
3
Re                 @   s`   d dl mZ d dlmZ d dlmZ d dlmZ erLd dlm	Z	 d dl
mZ G dd deZd	S )
    )ZipFile)AbstractDistribution)MYPY_CHECK_RUNNING)$pkg_resources_distribution_for_wheel)Distribution)PackageFinderc               @   s    e Zd ZdZdd Zdd ZdS )WheelDistributionzqRepresents a wheel distribution.

    This does not need any preparation as wheels can be directly unpacked.
    c             C   sH   | j jst| j jstt| j jdd}t|| j j| j jS Q R X d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.
        T)
allowZip64N)reqlocal_file_pathAssertionErrornamer   r   )selfz r   /builddir/build/BUILDROOT/alt-python36-pip-20.2.4-5.el8.x86_64/opt/alt/python36/lib/python3.6/site-packages/pip/_internal/distributions/wheel.pyget_pkg_resources_distribution   s
    z0WheelDistribution.get_pkg_resources_distributionc             C   s   d S )Nr   )r   finderbuild_isolationr   r   r   prepare_distribution_metadata"   s    z/WheelDistribution.prepare_distribution_metadataN)__name__
__module____qualname____doc__r   r   r   r   r   r   r      s   r   N)zipfiler    pip._internal.distributions.baser   pip._internal.utils.typingr   pip._internal.utils.wheelr   Zpip._vendor.pkg_resourcesr   "pip._internal.index.package_finderr   r   r   r   r   r   <module>   s   