PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
| Dir : /proc/self/root/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/distributions/ |
| Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 66.29.132.192 |
| Dir : //proc/self/root/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/distributions/base.pyc |
�
�Rec @ s� d d l Z d d l m Z d d l m Z e ru d d l m Z d d l m Z d d l m
Z
d d l m Z n e e j
� d e f d � � Y� Z d S(
i����N( t
add_metaclass( t MYPY_CHECK_RUNNING( t Optional( t Distribution( t InstallRequirement( t
PackageFindert AbstractDistributionc B s; e Z d Z d � Z e j d � � Z e j d � � Z RS( s
A base class for handling installable artifacts.
The requirements for anything installable are as follows:
- we must be able to determine the requirement name
(or we can't correctly handle the non-upgrade case).
- for packages with setup requirements, we must also be able
to determine their requirements without installing additional
packages (for the same reason as run-time dependencies)
- we must be able to create a Distribution object exposing the
above metadata.
c C s t t | � j � | | _ d S( N( t superR t __init__t req( t selfR ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/distributions/base.pyR s c C s
t � � d S( N( t NotImplementedError( R
( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/distributions/base.pyt get_pkg_resources_distribution% s c C s
t � � d S( N( R ( R
t findert build_isolation( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/distributions/base.pyt prepare_distribution_metadata* s ( t __name__t
__module__t __doc__R t abct abstractmethodR R ( ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/distributions/base.pyR s ( R t pip._vendor.sixR t pip._internal.utils.typingR t typingR t pip._vendor.pkg_resourcesR t pip._internal.reqR t"