U .e@s(dZddlmZddlZddlZddlmZddlmZddl m Z ddl m Z mZmZmZddlmZdd lmZdd lmZdd lmZdd lmZdd lmZddlmZddlm Z ddl!m"Z"ddl#m$Z$ddl%m&Z&ddl'm(Z(ddl)m*Z*e$rddl+m,Z,m-Z-m.Z.m/Z/m0Z0m1Z1m2Z2m3Z3ddl m4Z4ddl5m6Z6ddl7m8Z8ddl9m:Z:ddl;mZ>e3e2de2e?e@ffZAe2e?e?e?e4eAe/e?fZBdddgZCeDeEZFd1d!d"ZGGd#d$d$eHZId%d&ZJGd'd(d(eHZKGd)ddeHZLGd*d+d+eHZMGd,ddeHZNd-d.ZOd/d0ZPdS)2z!Routines related to PyPI, indexes)absolute_importN) specifiers)canonicalize_name)parse)BestVersionAlreadyInstalledDistributionNotFoundInvalidWheelFilenameUnsupportedWheel)InstallationCandidate) FormatControl)Link)SelectionPreferences) TargetPython)WHEEL_EXTENSION) indent_log) build_netloc)check_requires_python)MYPY_CHECK_RUNNING)SUPPORTED_EXTENSIONS) url_to_path)Wheel) FrozenSetIterableListOptionalSetTextTupleUnion) _BaseVersion) LinkCollector) SearchScope)InstallRequirement) Pep425Tag)Hashesr BestCandidateResult PackageFinderFcCs~zt|j|d}Wn&tjk r8td|j|YnBX|szdtt|}|shtd||j|dStd||j|dS)aa Return whether the given Python version is compatible with a link's "Requires-Python" value. :param version_info: A 3-tuple of ints representing the Python major-minor-micro version to check. :param ignore_requires_python: Whether to ignore the "Requires-Python" value if the given Python version isn't compatible. ) version_infoz2Ignoring invalid Requires-Python (%r) for link: %s.z4Link requires a different Python (%s not in: %r): %sFzBIgnoring failed Requires-Python check (%s not in: %r) for link: %sT) rZrequires_pythonrZInvalidSpecifierloggerdebugjoinmapstr)linkr(ignore_requires_pythonZ is_compatibleversionr%r%7/usr/lib/python3.8/site-packages/pip/_internal/index.py_check_link_requires_python;s8  r3c@s,eZdZdZedZdddZddZdS) LinkEvaluatorzD Responsible for evaluating links for a particular project. z-py([123]\.?[0-9]?)$NcCs4|dkr d}||_||_||_||_||_||_dS)a :param project_name: The user supplied package name. :param canonical_name: The canonical package name. :param formats: The formats allowed for this package. Should be a set with 'binary' or 'source' or both in it. :param target_python: The target Python interpreter to use when evaluating link compatibility. This is used, for example, to check wheel compatibility, as well as when checking the Python version, e.g. the Python version embedded in a link filename (or egg fragment) and against an HTML link's optional PEP 503 "data-requires-python" attribute. :param allow_yanked: Whether files marked as yanked (in the sense of PEP 592) are permitted to be candidates for install. :param ignore_requires_python: Whether to ignore incompatible PEP 503 "data-requires-python" values in HTML links. Defaults to False. NF) _allow_yanked_canonical_name_ignore_requires_python_formats_target_python project_name)selfr:canonical_nameformats target_python allow_yankedr0r%r%r2__init__rszLinkEvaluator.__init__c Csd}|jr(|js(|jpd}dd|fS|jr<|j}|j}n|\}}|sPdS|tkrddd|fSd|jkr|t krd|j }d|fSd |j kr|d krd S|t kr,zt |j }Wntk rYd SXt|j|jkrd |j }d|fS|j}||s&|}dd|}d|fS|j}d|jkrP|t krPdd|j fS|sbt||j}|svdd|j fS|j|} | r|d| }| d} | |jjkrdSt||jj|j d} | sdSt!"d||d|fS)aG Determine whether a link is a candidate for installation. :return: A tuple (is_candidate, result), where `result` is (1) a version string if `is_candidate` is True, and (2) if `is_candidate` is False, an optional string to log the reason the link fails to qualify. N Fzyanked for reason: {})Fz not a filezunsupported archive format: %sZbinaryzNo binaries permitted for %sZmacosx10z.zip)Fz macosx10 one)Fzinvalid wheel filenamezwrong project name (not %s)z"none of the wheel's tags match: {}, sourcezNo sources permitted for %szMissing project version for %s)FzPython version is incorrect)r(r0)FNzFound link %s, version: %sT)# is_yankedr5 yanked_reasonformat egg_fragmentextsplitextrr8rr:pathrfilenamerrnamer6r9get_tags supportedZget_formatted_file_tagsr,r1_extract_version_from_fragment_py_version_researchstartgroup py_versionr3Zpy_version_infor7r*r+) r;r/r1reasonZegg_inforIwheelsupported_tagsZ file_tagsmatchrUZsupports_pythonr%r%r2 evaluate_linksx            zLinkEvaluator.evaluate_link)N) __name__ __module__ __qualname____doc__recompilerQr@rZr%r%r%r2r4fs  &r4c Cs|stdt||t|Sg}g}d}|D]>}|j}|js@n"|j|drV|d7}n ||q.||q.|rx|}nt|}t|t|krd} n dt|d dd |D} td t|||j |t||| |S) a Filter out candidates whose hashes aren't allowed, and return a new list of candidates. If at least one candidate has an allowed hash, then all candidates with either an allowed hash or no hash specified are returned. Otherwise, the given candidates are returned. Including the candidates with no hash specified when there is a match allows a warning to be logged if there is a more preferred candidate with no hash specified. Returning all candidates in the case of no matches lets pip report the hash of the candidate that would otherwise have been installed (e.g. permitting the user to more easily update their requirements file with the desired hash). zJGiven no hashes to check %s links for project %r: discarding no candidatesr)hashesrDzdiscarding no candidateszdiscarding {} non-matches: {}z css|]}t|jVqdSN)r.r/.0 candidater%r%r2 +sz*filter_unallowed_hashes..zPChecked %s links for project %r against %s hashes (%s matches, %s no digest): %s) r*r+lenlistr/Zhas_hashis_hash_allowedappendrGr,Z digest_count) candidatesrar:Zmatches_or_no_digestZ non_matchesZ match_countrer/ZfilteredZdiscard_messager%r%r2filter_unallowed_hashessL      rlc@seZdZdZdddZdS)CandidatePreferenceszk Encapsulates some of the preferences for filtering and sorting InstallationCandidate objects. FcCs||_||_dS)zR :param allow_all_prereleases: Whether to allow all pre-releases. N)allow_all_prereleases prefer_binary)r;rornr%r%r2r@Cs zCandidatePreferences.__init__N)FF)r[r\r]r^r@r%r%r%r2rm<srmc@s(eZdZdZddZddZddZdS) r&zA collection of candidates, returned by `PackageFinder.find_best_candidate`. This class is only intended to be instantiated by CandidateEvaluator's `compute_best_candidate()` method. cCs |dkr n||_||_||_dS)a :param candidates: A sequence of all available candidates found. :param applicable_candidates: The applicable candidates. :param best_candidate: The most preferred candidate found, or None if no applicable candidates were found. N)_applicable_candidates _candidatesbest_candidater;rkapplicable_candidatesrrr%r%r2r@Ws zBestCandidateResult.__init__cCs t|jS)z(Iterate through all candidates. )iterrqr;r%r%r2iter_allpszBestCandidateResult.iter_allcCs t|jS)z3Iterate through the applicable candidates. )rurprvr%r%r2iter_applicablevsz#BestCandidateResult.iter_applicableN)r[r\r]r^r@rwrxr%r%r%r2r&Psc@sHeZdZdZedddZdddZdd Zd d Zd d Z ddZ dS)CandidateEvaluatorzm Responsible for filtering and sorting candidates for installation based on what tags are valid. NFcCs:|dkrt}|dkrt}|}|||||||dS)aCreate a CandidateEvaluator object. :param target_python: The target Python interpreter to use when checking compatibility. If None (the default), a TargetPython object will be constructed from the running Python. :param specifier: An optional object implementing `filter` (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable versions. :param hashes: An optional collection of allowed hashes. N)r:rX specifierrornra)rrZ SpecifierSetrN)clsr:r>rornrzrarXr%r%r2createszCandidateEvaluator.createcCs(||_||_||_||_||_||_dS)z :param supported_tags: The PEP 425 tags supported by the target Python in order of preference (most preferred first). N)_allow_all_prereleases_hashes_prefer_binary _project_name _specifier_supported_tags)r;r:rXrzrornrar%r%r2r@s zCandidateEvaluator.__init__csV|jpd}|j}dd|jdd|D|dDfdd|D}t||j|jd S) zM Return the applicable candidates from a list of candidates. NcSsh|] }t|qSr%)r.)rdvr%r%r2 sz?CandidateEvaluator.get_applicable_candidates..css|]}t|jVqdSrbr.r1rdcr%r%r2rfsz?CandidateEvaluator.get_applicable_candidates..)Z prereleasescsg|]}t|jkr|qSr%rrZversionsr%r2 sz@CandidateEvaluator.get_applicable_candidates..)rkrar:)r}rfilterrlr~r)r;rkZallow_prereleasesrzrtr%rr2get_applicable_candidatess   z,CandidateEvaluator.get_applicable_candidatesc Cs|j}t|}d}d}|j}|jrt|j}||sDtd|j|jrNd}| | }|j dk rt d|j } | } t| d| df}n| }t||j} dt|j} | | ||j||fS)a) Function to pass as the `key` argument to a call to sorted() to sort InstallationCandidates by preference. Returns a tuple such that tuples sorting as greater using Python's default comparison operator are more preferred. The preference is as follows: First and foremost, candidates with allowed (matching) hashes are always preferred over candidates without matching hashes. This is because e.g. if the only candidate with an allowed hash is yanked, we still want to use that candidate. Second, excepting hash considerations, candidates that have been yanked (in the sense of PEP 592) are always less preferred than candidates that haven't been yanked. Then: If not finding wheels, they are sorted by version only. If finding wheels, then the sort order is by version, then: 1. existing installs 2. wheels ordered via Wheel.support_index_min(self._supported_tags) 3. source archives If prefer_binary was set, then all wheels are sorted above sources. Note: it was considered to embed this logic into the Link comparison operators, but then different sdist links with the same version, would have to be considered equal r%rzB%s is not a supported wheel for this platform. It can't be sorted.rDNz ^(\d+)(.*)$)rrgr/Zis_wheelrrLrOr rZsupport_index_min build_tagr_rYgroupsintrir~rEr1) r;reZ valid_tagsZ support_numrZbinary_preferencer/rWZprirYZbuild_tag_groupsZhas_allowed_hashZ yank_valuer%r%r2 _sort_keys<    zCandidateEvaluator._sort_keycCsH|sdSt||jd}|j}|jrD|jp*d}dj||d}t||S)zy Return the best candidate per the instance's sort order, or None if no candidate is acceptable. NkeyrAzqThe candidate selected for download or install is a yanked version: {candidate} Reason for being yanked: {reason})rerV)maxrr/rErFrGr*Zwarning)r;rkrrr/rVmsgr%r%r2sort_best_candidates   z&CandidateEvaluator.sort_best_candidatecCs"||}||}t|||dS)zF Compute and return a `BestCandidateResult` instance. )rtrr)rrr&rsr%r%r2compute_best_candidate<s  z)CandidateEvaluator.compute_best_candidate)NFFNN)FFN) r[r\r]r^ classmethodr|r@rrrrr%r%r%r2ry}s  ) $<ryc@seZdZdZd&ddZed'ddZeddZej d dZed d Z ed d Z eddZ eddZ ddZddZddZddZddZddZddZd(d d!Zd)d"d#Zd$d%ZdS)*r'zThis finds packages. This is meant to match easy_install's technique for looking for packages, by reading pages and looking for appropriate links. NcCsP|dkrt}|pttt}||_||_||_||_||_||_t|_ dS)a This constructor is primarily meant to be used by the create() class method and from tests. :param format_control: A FormatControl object, used to control the selection of source packages / binary packages when consulting the index and links. :param candidate_prefs: Options to use when creating a CandidateEvaluator object. N) rmr setr5_candidate_prefsr7_link_collectorr9format_control _logged_links)r;link_collectorr>r?rcandidate_prefsr0r%r%r2r@VszPackageFinder.__init__cCs8|dkrt}t|j|jd}|||||j|j|jdS)afCreate a PackageFinder. :param selection_prefs: The candidate selection preferences, as a SelectionPreferences object. :param target_python: The target Python interpreter to use when checking compatibility. If None (the default), a TargetPython object will be constructed from the running Python. N)rorn)rrr>r?rr0)rrmrornr?rr0)r{rZselection_prefsr>rr%r%r2r|~szPackageFinder.createcCs|jjSrbr search_scopervr%r%r2rszPackageFinder.search_scopecCs ||j_dSrbr)r;rr%r%r2rscCs|jjSrb)r find_linksrvr%r%r2rszPackageFinder.find_linkscCs|jjSrb)r index_urlsrvr%r%r2rszPackageFinder.index_urlsccs|jjjD]}t|Vq dSrb)rZsessionZpip_trusted_originsr)r;Z host_portr%r%r2 trusted_hostsszPackageFinder.trusted_hostscCs|jjSrbrrnrvr%r%r2rnsz#PackageFinder.allow_all_prereleasescCs d|j_dS)NTrrvr%r%r2set_allow_all_prereleasessz'PackageFinder.set_allow_all_prereleasescCs.t|}|j|}t||||j|j|jdS)N)r:r<r=r>r?r0)rrZget_allowed_formatsr4r9r5r7)r;r:r<r=r%r%r2make_link_evaluators z!PackageFinder.make_link_evaluatorcCsPgg}}t}|D]2}||kr|||jr<||q||q||S)z Returns elements of links in order, non-egg links first, egg links second, while eliminating duplicates )raddrHrj)r;linksZeggsZno_eggsseenr/r%r%r2 _sort_linkss    zPackageFinder._sort_linkscCs(||jkr$td|||j|dS)NzSkipping link: %s: %s)rr*r+r)r;r/rVr%r%r2_log_skipped_links zPackageFinder._log_skipped_linkcCs<||\}}|s(|r$|j||ddSt|j|t|dS)z If the link is a candidate for install, convert it to an InstallationCandidate and return it. Otherwise, return None. )rVN)Zprojectr/r1)rZrr r:r.)r;link_evaluatorr/Z is_candidateresultr%r%r2get_install_candidatesz#PackageFinder.get_install_candidatecCs6g}||D]"}|||}|dk r||q|S)zU Convert links that are candidates to InstallationCandidate objects. N)rrrj)r;rrrkr/rer%r%r2evaluate_linkss   zPackageFinder.evaluate_linksc Cs|j|}||}|j||jd}g}|jD]>\}}td|t |j||d}| |W5QRXq4|j||j d} | r| j ddtdd dd| D| ||S) aFind all available InstallationCandidate for project_name This checks index_urls and find_links. All versions found are returned as an InstallationCandidate list. See LinkEvaluator.evaluate_link() for details on which files are accepted. )rzAnalyzing links from page %sT)reversezLocal files found: %srBcSsg|]}t|jjqSr%)rr/Zurlrcr%r%r2r2sz5PackageFinder.find_all_candidates..)rZ collect_linksrrrZpagesitemsr*r+rextendfilessortr,) r;r:Zcollected_linksrZfind_links_versionsZ page_versionsZpage_urlZ page_linksZ new_versionsZ file_versionsr%r%r2find_all_candidates s8      z!PackageFinder.find_all_candidatescCs"|j}tj||j|j|j||dS)z3Create a CandidateEvaluator object to use. )r:r>rornrzra)rryr|r9rorn)r;r:rzrarr%r%r2make_candidate_evaluator;s z&PackageFinder.make_candidate_evaluatorcCs$||}|j|||d}||S)aFind matches for the given project and specifier. :param specifier: An optional object implementing `filter` (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable versions. :return: A `BestCandidateResult` instance. )r:rzra)rrr)r;r:rzrarkZcandidate_evaluatorr%r%r2find_best_candidateNs z!PackageFinder.find_best_candidatec Cs|jdd}|j|j|j|d}|j}d}|jdk r@t|jj}dd}|dkrz|dkrzt d||| t d|d}|r|dks|j|krd }|s|dk r|rt d |nt d ||jdS|rt d ||| tt d |j|| |jS)zTry to find a Link matching req Expects req, an InstallRequirement and upgrade, a boolean Returns a Link if found, Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise F)Ztrust_internet)rzraNcSs dtdd|DtdpdS)NrBcSsh|]}t|jqSr%rrr%r%r2r}szKPackageFinder.find_requirement.._format_versions..rZnone)r,sorted parse_version)Z cand_iterr%r%r2_format_versionsws  z8PackageFinder.find_requirement.._format_versionszNCould not find a version that satisfies the requirement %s (from versions: %s)z%No matching distribution found for %sTzLExisting installed version (%s) is most up-to-date and satisfies requirementzUExisting installed version (%s) satisfies requirement (most up-to-date version is %s)z=Installed version (%s) is most up-to-date (past versions: %s)z)Using version %s (newest of versions: %s))rarrMrzrrZ satisfied_byrr1r*Zcriticalrwrr+rxrr/) r;ZreqZupgraderaZbest_candidate_resultrrZinstalled_versionrZbest_installedr%r%r2find_requirementesh        zPackageFinder.find_requirement)NNN)N)NN)NN)r[r\r]r^r@rr|propertyrsetterrrrrnrrrrrrrrrrr%r%r%r2r'OsD  (         1  cCsLt|D].\}}|dkrqt|d||kr|Sqtd||dS)aFind the separator's index based on the package's canonical name. :param fragment: A + filename "fragment" (stem) or egg fragment. :param canonical_name: The package's canonical name. This function is needed since the canonicalized name does not necessarily have the same length as the egg info's name part. An example:: >>> fragment = 'foo__bar-1.0' >>> canonical_name = 'foo-bar' >>> _find_name_version_sep(fragment, canonical_name) 8 -Nz{} does not match {}) enumerater ValueErrorrG)fragmentr<irr%r%r2_find_name_version_seps  rcCsBzt||d}Wntk r(YdSX||d}|s>dS|S)zParse the version string from a + filename "fragment" (stem) or egg fragment. :param fragment: The string to parse. E.g. foo-2.1 :param canonical_name: The canonicalized name of the package this belongs to. rDN)rr)rr<Z version_startr1r%r%r2rPs  rP)F)Qr^Z __future__rZloggingr_Zpip._vendor.packagingrZpip._vendor.packaging.utilsrZpip._vendor.packaging.versionrrZpip._internal.exceptionsrrrr Zpip._internal.models.candidater Z#pip._internal.models.format_controlr Zpip._internal.models.linkr Z$pip._internal.models.selection_prefsr Z"pip._internal.models.target_pythonrZpip._internal.utils.filetypesrZpip._internal.utils.loggingrZpip._internal.utils.miscrZpip._internal.utils.packagingrZpip._internal.utils.typingrZpip._internal.utils.unpackingrZpip._internal.utils.urlsrZpip._internal.wheelrtypingrrrrrrrrrZpip._internal.collectorr Z!pip._internal.models.search_scoper!Zpip._internal.reqr"Zpip._internal.pep425tagsr#Zpip._internal.utils.hashesr$rr.ZBuildTagZCandidateSortingKey__all__Z getLoggerr[r*r3objectr4rlrmr&ryr'rrPr%r%r%r2s^                 (         + K-Sh