a ReW@sdZddlZddlZddlZddlZddlZddlmZm Z m Z m Z m Z m Z mZmZmZmZmZddlmZddlmZmZddlmZmZmZmZmZmZmZm Z ddl!m"Z"m#Z#m$Z$ddl%m&Z&erdd lm'Z'd gZ(e)e*Z+eee,ee,fZ-e,e.d d d Z/de,e,e,ee,e,dddZ0e,e,ee,dddZ1Gddde2Z3Gddde2Z4GdddZ5GdddZ6e6Z7GdddZ8dS)z)Handles all VCS (version control) supportN) TYPE_CHECKINGAnyDictIterableIteratorListMappingOptionalTupleTypeUnion)SpinnerInterface) BadCommandInstallationError) HiddenTextask_path_exists backup_dir display_pathhide_url hide_valueis_installable_dirrmtree) CommandArgscall_subprocess make_command)get_url_scheme)LiteralvcsnamereturncCs&t|}|durdS|gdtjvS)z3 Return true if the name looks like a URL. NF)httphttpsfileftp)rr all_schemes)rschemer'/builddir/build/BUILDROOT/alt-python39-pip-21.3.1-2.el8.x86_64/opt/alt/python39/lib/python3.9/site-packages/pip/_internal/vcs/versioncontrol.pyis_url4sr))repo_urlrev project_namesubdirr cCs6|dd}|d|d|}|r2|d|7}|S)z Return the URL for a VCS requirement. Args: repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). project_name: the (unescaped) project name. -_@z#egg=z&subdirectory=)replace)r*r+r,r-egg_project_namereqr'r'r(make_vcs_requirement_url>s r4)location repo_rootr cCsV|}t|s6|}tj|}||krtd|dSqtj||rHdStj||S)z Find the the Python project's root by searching up the filesystem from `location`. Return the path to project root relative to `repo_root`. Return None if the project root is `repo_root`, or cannot be found. zOCould not find a Python project for directory %s (tried all parent directories)N)rospathdirnameloggerwarningsamefilerelpath)r5r6 orig_location last_locationr'r'r((find_path_to_project_root_from_repo_rootPs  r@c@s eZdZdS)RemoteNotFoundErrorN)__name__ __module__ __qualname__r'r'r'r(rAmsrAcs"eZdZedfdd ZZS)RemoteNotValidErrorurlcst|||_dSN)super__init__rG)selfrG __class__r'r(rJrs zRemoteNotValidError.__init__)rBrCrDstrrJ __classcell__r'r'rLr(rEqsrEc@seZdZdZdedeeeeddddZeddd Z e eedd d Z edd d Z edddZ eddddZdS) RevOptionsz Encapsulates a VCS-specific revision to install, along with any VCS install options. Instances of this class should be treated as if immutable. NVersionControl)vc_classr+ extra_argsr cCs(|dur g}||_||_||_d|_dS)z Args: vc_class: a VersionControl subclass. rev: the name of the revision to install. extra_args: a list of extra options. N)rSr+rR branch_name)rKrRr+rSr'r'r(rJs zRevOptions.__init__r cCsd|jjd|jdS)Nz )rRrr+rKr'r'r(__repr__szRevOptions.__repr__cCs|jdur|jjS|jSrH)r+rRdefault_arg_revrWr'r'r(arg_revs zRevOptions.arg_revcCs0g}|j}|dur"||j|7}||j7}|S)z< Return the VCS-specific command arguments. N)rZrRget_base_rev_argsrS)rKargsr+r'r'r(to_argss  zRevOptions.to_argscCs|js dSd|jdS)Nz (to revision )r+rWr'r'r( to_displayszRevOptions.to_displayr+r cCs|jj||jdS)z Make a copy of the current instance, but with a new rev. Args: rev: the name of the revision for the new object. rS)rRmake_rev_optionsrS)rKr+r'r'r(make_newszRevOptions.make_new)NN)rBrCrD__doc__r r rNrrJrXpropertyrZr]rarer'r'r'r(rPws   rPcseZdZUiZeedfed<gdZddfdd Ze eddd Z e e ddd d Z e e edd d Ze e edddZedddddZeddddZeeddddZeeddddZeeddddZZS) VcsSupportrQ _registry)sshgithgbzrsftpsvnNrUcstjj|jtdSrH)urllibparse uses_netlocextendschemesrIrJrWrLr'r(rJszVcsSupport.__init__cCs |jSrH)ri__iter__rWr'r'r(ruszVcsSupport.__iter__cCst|jSrH)listrivaluesrWr'r'r(backendsszVcsSupport.backendscCsdd|jDS)NcSsg|] }|jqSr')r9).0backendr'r'r( z'VcsSupport.dirnames..)rxrWr'r'r(dirnamesszVcsSupport.dirnamescCs g}|jD]}||jq |SrH)rxrsrt)rKrtrzr'r'r(r%s zVcsSupport.all_schemes)clsr cCsHt|dstd|jdS|j|jvrD||j|j<td|jdS)NrzCannot register VCS %szRegistered VCS backend: %s)hasattrr:r;rBrridebug)rKr~r'r'r(registers   zVcsSupport.registerrcCs||jvr|j|=dSrH)rirKrr'r'r( unregisters zVcsSupport.unregisterr5r cCsXi}|jD],}||}|s"qtd||j|||<q|sDdSt|td}||S)zv Return a VersionControl object if a repository of that type is found at the given directory. zDetermine that %s uses VCS: %sN)key)rirwget_repository_rootr:rrmaxlen)rKr5 vcs_backends vcs_backend repo_pathinner_most_repo_pathr'r'r(get_backend_for_dirs   zVcsSupport.get_backend_for_dir)r&r cCs&|jD]}||jvr |Sq dS)9 Return a VersionControl object or None. N)rirwrt)rKr&rr'r'r(get_backend_for_schemes  z!VcsSupport.get_backend_for_schemecCs|}|j|S)r)lowerrigetrr'r'r( get_backendszVcsSupport.get_backend)rBrCrDrirrN__annotations__rtrJrrurgrrxr}r%r rrr rrrrOr'r'rLr(rhs  rhc@seZdZUdZdZdZdZeedfe d<dZ eedfe d<dZ e ee d<e eedd d Ze ee ed d d Ze eedddZe eeedddZeeeedddZeeedddZe dPe ee eedddZe eedddZe eeeeee ee effd d!d"Ze eeee eefd#d$d%Zee ee eed&d'd(Zeeeefd#d)d*Z eeed#d+d,Z!e eeed-d.d/Z"eeedd0d1d2Z#eeedd0d3d4Z$eeedd0d5d6Z%e ee eed7d8d9Z&eedd:d;d<Z'eedd=d>d?Z(e eed d@dAZ)e eed dBdCZ*e dQe+eeefee edGe e,e-e ee e.ee/fe e0eeedH dIdJZ1e eedKdLdMZ2e ee ed dNdOZ3dS)RrQr^r'.rt unset_environNrY) remote_urlr cCs||jd S)z Return whether the vcs prefix (e.g. "git+") should be added to a repository's remote url when used in a requirement. :)r startswithr)r~rr'r'r(should_add_vcs_url_prefixsz(VersionControl.should_add_vcs_url_prefixrcCsdS)z Return the path to Python project root, relative to the repo root. Return None if the project root is in the repo root. Nr'r~r5r'r'r(get_subdirectoryszVersionControl.get_subdirectory)repo_dirr cCs ||S)zR Return the revision string that should be used in a requirement. ) get_revision)r~rr'r'r(get_requirement_revision'sz'VersionControl.get_requirement_revision)rr,r cCsL||}||r$|jd|}||}||}t||||d}|S)aC Return the requirement string to use to redownload the files currently at the given repository directory. Args: project_name: the (unescaped) project name. The return value has a form similar to the following: {repository_url}@{revision}#egg={project_name} +)r-)get_remote_urlrrrrr4)r~rr,r*revisionr-r3r'r'r(get_src_requirement.s    z"VersionControl.get_src_requirementrbcCstdS)z Return the base revision arguments for a vcs command. Args: rev: the name of a revision to install. Cannot be None. NNotImplementedErrorr`r'r'r(r[Fsz VersionControl.get_base_rev_args)rGdestr cCsdS)aZ Return true if the commit hash checked out at dest matches the revision in url. Always return False, if the VCS does not support immutable commit hashes. This method does not check if there are local uncommitted changes in dest after checkout, as pip currently has no use case for that. Fr')rKrGrr'r'r(is_immutable_rev_checkoutPs z(VersionControl.is_immutable_rev_checkout)r+rSr cCst|||dS)z Return a RevOptions object. Args: rev: the name of a revision to install. extra_args: a list of extra options. rc)rP)r~r+rSr'r'r(rd]s zVersionControl.make_rev_options)repor cCs&tj|\}}|tjjp$t|S)zs posix absolute paths start with os.path.sep, win32 ones start with drive (like c:\folder) )r7r8 splitdriversepbool)r~rdrivetailr'r'r(_is_local_repositoryjsz#VersionControl._is_local_repository)netlocr&r cCs|dfS)aZ Parse the repository URL's netloc, and return the new netloc to use along with auth information. Args: netloc: the original repository URL netloc. scheme: the repository URL's scheme without the vcs prefix. This is mainly for the Subversion class to override, so that auth information can be provided via the --username and --password options instead of through the URL. For other subclasses like Git without such an option, auth information must stay in the URL. Returns: (netloc, (username, password)). )NNr')r~rr&r'r'r(get_netloc_and_authssz"VersionControl.get_netloc_and_auth)rGr c Cstj|\}}}}}d|vr,td||ddd}|||\}}d}d|vrz|dd\}}|sztd|tj ||||df}|||fS)z Parse the repository URL to use, and return the URL, revision, and auth info to use. Returns: (url, rev, (username, password)). rzvSorry, {!r} is a malformed VCS url. The format is +://, e.g. svn+http://myrepo/svn/MyApp#egg=MyAppNr0zyThe URL {!r} has an empty revision (after @) which is not supported. Include a revision after @ or remove @ from the URL.r^) rprqurlsplit ValueErrorformatsplitrrsplitr urlunsplit) r~rGr&rr8queryfrag user_passr+r'r'r(get_url_rev_and_auths(z#VersionControl.get_url_rev_and_auth)usernamepasswordr cCsgS)zM Return the RevOptions "extra arguments" to use in obtain(). r')rrr'r'r( make_rev_argsszVersionControl.make_rev_argsc CsT||j\}}}|\}}d}|dur.t|}|||}|j||d} t|| fS)zq Return the URL and RevOptions object to use in obtain(), as a tuple (url, rev_options). Nrc)rsecretrrrdr) rKrG secret_urlr+rrsecret_passwordrrS rev_optionsr'r'r(get_url_rev_optionss z"VersionControl.get_url_rev_optionscCstj|dS)zi Normalize a URL for comparison by unquoting it and removing any trailing slash. /)rprqunquoterstriprFr'r'r( normalize_urlszVersionControl.normalize_url)url1url2r cCs||||kS)zV Compare two repo URLs for identity, ignoring incidental differences. )r)r~rrr'r'r( compare_urlsszVersionControl.compare_urls)rrGrr cCstdS)z Fetch a revision from a repository, in the case that this is the first fetch from the repository. Args: dest: the directory to fetch the repository to. rev_options: a RevOptions object. NrrKrrGrr'r'r( fetch_news zVersionControl.fetch_newcCstdS)z} Switch the repo at ``dest`` to point to ``URL``. Args: rev_options: a RevOptions object. Nrrr'r'r(switchszVersionControl.switchcCstdS)z Update an already-existing repo to the given ``rev_options``. Args: rev_options: a RevOptions object. Nrrr'r'r(updateszVersionControl.update)rrr cCstdS)z Return whether the id of the current commit equals the given name. Args: dest: the repository directory. name: a string name. Nr)r~rrr'r'r(is_commit_id_equals z!VersionControl.is_commit_id_equal)rrGr c Cs||\}}tj|s,||||dS|}||r||}|||j rt d|j t|||||jst dt||j |||||n t ddSt d|j|j t||d}nt d||j|j d}t d |j|td |d |d }|d kr&td|dkrZt dt|t|||||dS|dkrt|}t dt||t||||||dS|dkrt d|j t|||||||dS)a Install or update in editable mode the package represented by this VersionControl object. :param dest: the repository directory in which to install or update. :param url: the repository URL starting with a vcs prefix. Nz)%s in %s exists, and has correct URL (%s)zUpdating %s %s%sz$Skipping because already up-to-date.z%s %s in %s exists with URL %s)z%(s)witch, (i)gnore, (w)ipe, (b)ackup )siwbz0Directory %s already exists, and is not a %s %s.)z(i)gnore, (w)ipe, (b)ackup )rrrz+The plan is to install the %s repository %szWhat to do? {}rrarz Deleting %srzBacking up %s to %srzSwitching %s %s to %s%s)rr7r8existsrrais_repository_directoryrrrr:r repo_nametitlerrr+inforr;rrrsysexitrrshutilmover) rKrrGr rev_display existing_urlpromptresponsedest_dirr'r'r(obtains          zVersionControl.obtain)r5rGr cCs&tj|rt||j||ddS)z Clean up current location and download the url repository (and vcs infos) into location :param url: the repository URL starting with a vcs prefix. rFN)r7r8rrr)rKr5rGr'r'r(unpackMs zVersionControl.unpackcCstdS)z Return the url used at location Raises RemoteNotFoundError if the repository does not have a remote url configured. Nrrr'r'r(rXszVersionControl.get_remote_urlcCstdS)zR Return the current commit id of the files at the given location. Nrrr'r'r(rbszVersionControl.get_revisionTraiseFz"Literal["raise", "warn", "ignore"]) cmd show_stdoutcwd on_returncodeextra_ok_returncodes command_desc extra_environspinnerlog_failed_cmd stdout_onlyr c Cst|jg|R}z"t||||||||j|| | d WSty`td|jd|jdYn$tytd|jdYn0dS)z Run a VCS subcommand This is simply a wrapper around call_subprocess that adds the VCS command name, and checks that the VCS is available )rrrrrrrrzCannot find command z - do you have z installed and in your PATH?zNo permission to execute z - install it locally, globally (ask admin), or check your PATH. See possible solutions at https://pip.pypa.io/en/latest/reference/pip_freeze/#fixing-permission-denied.N)rrrrFileNotFoundErrorrPermissionError) r~rrrrrrrrrrr'r'r( run_commandis2    zVersionControl.run_command)r8r cCs,td||j|jtjtj||jS)zL Return whether a directory path is a repository directory. zChecking in %s for %s (%s)...)r:rr9rr7r8rjoin)r~r8r'r'r(rsz&VersionControl.is_repository_directorycCs||r|SdS)ay Return the "root" (top-level) directory controlled by the vcs, or `None` if the directory is not in any. It is meant to be overridden to implement smarter detection mechanisms for specific vcs. This can do more than is_repository_directory() alone. For example, the Git override checks that Git is actually available. N)rrr'r'r(rs z"VersionControl.get_repository_root)NN) TNrNNNNTF)4rBrCrDrr9rrtr rNrrrYr classmethodrrrrr staticmethodrr[rrrPrdrrAuthInforrrrrrrrrrrrrrr rintrrr rrrr'r'r'r(rQ s           X   5rQ)N)9rfloggingr7rr urllib.parserptypingrrrrrrrr r r r pip._internal.cli.spinnersr pip._internal.exceptionsrrpip._internal.utils.miscrrrrrrrrpip._internal.utils.subprocessrrrpip._internal.utils.urlsrr__all__ getLoggerrBr:rNrrr)r4r@ ExceptionrArErPrhrrQr'r'r'r(s>4 (        CP