R`i< d dl Z d dlZd dlZd dlmZmZmZmZ d dlm Z m
Z
d dlmZ ede
Z ej e Zdee
deedf d efd
Z e j* d d
e
d efd Zde
d efdZy) N)NewTypeOptionalTuplecast)
specifiersversionRequirementNormalizedExtrarequires_pythonversion_info.returnc | yt j | }t j dj t t | }||v S )a
Check if the given Python version matches a "Requires-Python" specifier.
:param version_info: A 3-tuple of ints representing a Python
major-minor-micro version to check (e.g. `sys.version_info[:3]`).
:return: `True` if the given Python version satisfies the requirement.
Otherwise, return `False`.
:raises InvalidSpecifier: If `requires_python` has an invalid format.
T.)r SpecifierSetr parsejoinmapstr)r r
requires_python_specifierpython_versions /builddir/build/BUILDROOT/alt-python312-pip-23.3.1-3.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/pip/_internal/utils/packaging.pycheck_requires_pythonr sH * 7 7 H]]388C\,B#CDN666 i )maxsize
req_stringc t | S )z5Construct a packaging.Requirement object with cachingr )r s r get_requirementr % s z""r extrac h t t t j dd| j S )aD Convert an arbitrary string to a standard 'extra' name
Any runs of non-alphanumeric characters are replaced with a single '_',
and the result is always lowercased.
This function is duplicated from ``pkg_resources``. Note that this is not
the same to either ``canonicalize_name`` or ``_egg_link_name``.
z[^A-Za-z0-9.-]+_)r r resublower)r s r
safe_extrar% 0 s( (93!F!L!L!NOOr ) functoolsloggingr" typingr r r r pip._vendor.packagingr r "pip._vendor.packaging.requirementsr
r r getLogger__name__loggerintboolr lru_cacher r% r r