B :—°aûÊã@s2ddlZddlmZddlZddlZddlZddlZddlZy ddlZWne k rdddl ZYnXddl Z ddl m Z ddlmZmZmZmZmZmZmZmZmZmZmZmZmZmZddlmZm Z m!Z!ddl"m#Z#m$Z$ddl%m&Z&m'Z'm(Z(m)Z)m*Z*m+Z+m,Z,m-Z-dd l.m/Z/m0Z0dd l1m2Z2m3Z3e 4e5¡Z6e 7d ¡Z8e 7d ej9¡Z:e 7d ¡Z;dZGdd„de?ƒZ@Gdd„de@ƒZAGdd„de@ƒZBGdd„de?ƒZCGdd„de@ƒZDGdd„de@ƒZEGdd „d e@ƒZFGd!d"„d"e@ƒZGGd#d$„d$e@ƒZHeHeFƒeDd%d&d'd(d)ZIeIjJZJGd*d+„d+e?ƒZKdS)-éN)ÚBytesIOé)ÚDistlibException)ÚurljoinÚurlparseÚ urlunparseÚ url2pathnameÚ pathname2urlÚqueueÚquoteÚunescapeÚ build_openerÚHTTPRedirectHandlerÚ text_typeÚRequestÚ HTTPErrorÚURLError)Ú DistributionÚDistributionPathÚ make_dist)ÚMetadataÚMetadataInvalidError)Úcached_propertyÚ ensure_slashÚsplit_filenameÚget_project_dataÚparse_requirementÚparse_name_and_versionÚ ServerProxyÚnormalize_name)Ú get_schemeÚUnsupportedVersionError)ÚWheelÚ is_compatiblez^(\w+)=([a-f0-9]+)z;\s*charset\s*=\s*(.*)\s*$ztext/html|application/x(ht)?mlzhttps://pypi.org/pypicCs2|dkr t}t|dd}z| ¡S|dƒƒXdS)z• Return all distribution names known by an index. :param url: The URL of the index. :return: A list of all known distribution names. Ng@)ÚtimeoutÚclose)Ú DEFAULT_INDEXrÚ list_packages)ÚurlÚclient©r*úA/opt/alt/python37/lib/python3.7/site-packages/distlib/locators.pyÚget_all_distribution_names)s  r,c@s$eZdZdZdd„ZeZZZdS)ÚRedirectHandlerzE A class to work around a bug in some Python 3.2.x releases. c Cs„d}xdD]}||kr ||}Pq W|dkr0dSt|ƒ}|jdkrpt| ¡|ƒ}t|dƒrh| ||¡n|||<t ||||||¡S)N)ÚlocationZuriÚÚreplace_header)rÚschemerZ get_full_urlÚhasattrr0ÚBaseRedirectHandlerÚhttp_error_302) ÚselfÚreqÚfpÚcodeÚmsgÚheadersZnewurlÚkeyZurlpartsr*r*r+r4@s   zRedirectHandler.http_error_302N)Ú__name__Ú __module__Ú __qualname__Ú__doc__r4Zhttp_error_301Zhttp_error_303Zhttp_error_307r*r*r*r+r-7sr-c@s¶eZdZdZdZdZdZdZedZd)dd „Z d d „Z d d „Z dd„Z dd„Z dd„Zee eƒZdd„Zdd„Zdd„Zdd„Zdd„Zdd„Zd d!„Zd"d#„Zd$d%„Zd*d'd(„ZdS)+ÚLocatorzG A base class for locators - things that locate distributions. )z.tar.gzz.tar.bz2z.tarz.zipz.tgzz.tbz)z.eggz.exez.whl)z.pdfN)z.whlÚdefaultcCs,i|_||_ttƒƒ|_d|_t ¡|_dS)a^ Initialise an instance. :param scheme: Because locators look for most recent versions, they need to know the version scheme to use. This specifies the current PEP-recommended scheme - use ``'legacy'`` if you need to support existing distributions on PyPI. N) Ú_cacher1r r-ÚopenerÚmatcherr ÚQueueÚerrors)r5r1r*r*r+Ú__init__fs  zLocator.__init__cCsXg}xN|j ¡sRy|j d¡}| |¡Wn|jjk rDwYnX|j ¡qW|S)z8 Return any errors which have occurred. F)rFÚemptyÚgetÚappendZEmptyÚ task_done)r5ÚresultÚer*r*r+Ú get_errorsys  zLocator.get_errorscCs | ¡dS)z> Clear any errors which may have been logged. N)rN)r5r*r*r+Ú clear_errors‡szLocator.clear_errorscCs|j ¡dS)N)rBÚclear)r5r*r*r+Ú clear_cacheŽszLocator.clear_cachecCs|jS)N)Ú_scheme)r5r*r*r+Ú _get_scheme‘szLocator._get_schemecCs ||_dS)N)rR)r5Úvaluer*r*r+Ú _set_scheme”szLocator._set_schemecCs tdƒ‚dS)a= For a given project, get a dictionary mapping available versions to Distribution instances. This should be implemented in subclasses. If called from a locate() request, self.matcher will be set to a matcher for the requirement to satisfy, otherwise it will be None. z Please implement in the subclassN)ÚNotImplementedError)r5Únamer*r*r+Ú _get_project™s zLocator._get_projectcCs tdƒ‚dS)zJ Return all the distribution names known to this locator. z Please implement in the subclassN)rV)r5r*r*r+Úget_distribution_names¥szLocator.get_distribution_namescCsL|jdkr| |¡}n2||jkr,|j|}n| ¡| |¡}||j|<|S)zÖ For a given project, get a dictionary mapping available versions to Distribution instances. This calls _get_project to do all the work, and just implements a caching layer on top. N)rBrXrO)r5rWrLr*r*r+Ú get_project«s      zLocator.get_projectcCs^t|ƒ}t |j¡}d}| d¡}| |j¡}|rBtt|ƒ|jƒ}|j dkd|j k||||fS)zu Give an url a score which can be used to choose preferred URLs for a given project release. Tz.whlÚhttpszpypi.org) rÚ posixpathÚbasenameÚpathÚendswithÚdownloadable_extensionsr#r"Ú wheel_tagsr1Únetloc)r5r(Útr]Z compatibleZis_wheelZis_downloadabler*r*r+Ú score_url¼s   zLocator.score_urlcCsR|}|rN| |¡}| |¡}||kr(|}||kr@t d||¡nt d||¡|S)a{ Choose one of two URLs where both are candidates for distribution archives for the same version of a distribution (for example, .tar.gz vs. zip). The current implementation favours https:// URLs over http://, archives from PyPI over those from other locations, wheel compatibility (if a wheel) and then the archive name. zNot replacing %r with %rzReplacing %r with %r)rdÚloggerÚdebug)r5Úurl1Úurl2rLÚs1Ús2r*r*r+Ú prefer_urlËs   zLocator.prefer_urlcCs t||ƒS)zZ Attempt to split a filename in project name, version and Python version. )r)r5ÚfilenameÚ project_namer*r*r+rászLocator.split_filenamec Csdd„}d}t|ƒ\}}}}} } |  ¡ d¡ry~t |ƒ}t ||j ƒs°t d |¡nX|dkr¾d }n ||j |ƒ}|r|j |j |jt||||| d fƒd  dd„|jDƒ¡dœ}Wn0tk r:}zt d|¡Wdd}~XYnXnÄ| |j¡sZt d|¡n¨t |¡}}x˜|jD]Ž}| |¡rp|dt|ƒ …}| ||¡}|s²t d|¡nH|\}}}|rÎ|||ƒrú|||t||||| d fƒdœ}|rú||d<PqpW|r| r| |d| <|S)a See if a URL is a candidate for a download URL for a project (the URL has typically been scraped from an HTML page). If it is, a dictionary is returned with keys "name", "version", "filename" and "url"; otherwise, None is returned. cSst|ƒt|ƒkS)N)r)Zname1Zname2r*r*r+Ú same_projectïsz:Locator.convert_url_to_download_info..same_projectNzegg=z %s: version hint in fragment: %r)NNéÿÿÿÿú/z.whlzWheel not compatible: %sTr/z, cSs"g|]}d t|dd…ƒ¡‘qS)Ú.éN)ÚjoinÚlist)Ú.0Úvr*r*r+ú sz8Locator.convert_url_to_download_info..)rWÚversionrlr(zpython-versionzinvalid path for wheel: %szNot downloadable: %sz No match for project/version: %s)rWrxrlr(zpython-versionz %s_digest)rÚlowerÚ startswithrerfÚ HASHER_HASHÚmatchÚgroupsr_r"r#rarWrxrlrrsÚpyverÚ ExceptionÚwarningr`r\r]Úlenr)r5r(rmrnrLr1rbr^ÚparamsÚqueryÚfragÚmÚalgoÚdigestZorigpathÚwheelÚincluderMrlÚextrcrWrxr~r*r*r+Úconvert_url_to_download_infoçsj             z$Locator.convert_url_to_download_infocCsld}d|kr8|d}x"dD]}||kr|||f}PqW|shx*dD]"}d|}||krB|||f}PqBW|S)zò Get a digest from a dictionary by looking at a "digests" dictionary or keys of the form 'algo_digest'. Returns a 2-tuple (algo, digest) if found, else None. Currently looks only for SHA256, then MD5. NÚdigests)Zsha256Úmd5z %s_digestr*)r5ÚinforLrŒr†r;r*r*r+Ú _get_digest1s    zLocator._get_digestc Cs®| d¡}| d¡}||kr,||}|j}nt|||jd}|j}| |¡|_}|d}||d|<|j|dkrœ| |j|¡|_|d |t ƒ¡  |¡||_ |||<dS)zñ Update a result dictionary (the final result from _get_project) with a dictionary for a specific version, which typically holds information gleaned from a filename or URL for an archive for the distribution. rWrx)r1r(rŒÚurlsN) ÚpopÚmetadatarr1rr‡Ú source_urlrkÚ setdefaultÚsetÚaddÚlocator) r5rLrŽrWrxÚdistÚmdr‡r(r*r*r+Ú_update_version_dataHs   zLocator._update_version_dataFc CsŠd}t|ƒ}|dkr td|ƒ‚t|jƒ}| |j¡|_}t d|t|ƒj ¡|  |j ¡}t |ƒdkrg}|j } xb|D]Z} | dkrˆqzy(| | ¡s–n|s¤| | ƒjs®| | ¡Wqztk rÒt d|| ¡YqzXqzWt |ƒdkròt||jd}|rt d |¡|d } || }|r€|jr*|j|_| d i¡ | tƒ¡|_i} | d i¡} x&|jD]}|| krZ| || |<qZW| |_d|_|S) a Find the most recent distribution which matches the given requirement. :param requirement: A requirement of the form 'foo (1.0)' or perhaps 'foo (>= 1.0, < 2.0, != 1.3)' :param prereleases: If ``True``, allow pre-release versions to be located. Otherwise, pre-release versions are not returned. :return: A :class:`Distribution` instance, or ``None`` if no such distribution could be located. NzNot a valid requirement: %rzmatcher: %s (%s)rr)rrŒzerror matching %s with %rr)r;zsorted list: %srorrŒ)rrr r1rDÚ requirementrerfÚtyper<rZrWrZ version_classr|Z is_prereleaserJrr€Úsortedr;ZextrasrIr•Ú download_urlsrŒ)r5r›Ú prereleasesrLÚrr1rDÚversionsZslistZvclsÚkrxÚdÚsdr(r*r*r+Úlocate_sP            zLocator.locate)rA)F)r<r=r>r?Úsource_extensionsÚbinary_extensionsÚexcluded_extensionsrar`rGrNrOrQrSrUÚpropertyr1rXrYrZrdrkrr‹rršr¥r*r*r*r+r@Vs.   Jr@cs0eZdZdZ‡fdd„Zdd„Zdd„Z‡ZS)ÚPyPIRPCLocatorz‘ This locator uses XML-RPC to locate distributions. It therefore cannot be used with simple mirrors (that only mirror file content). c s*tt|ƒjf|Ž||_t|dd|_dS)z— Initialise an instance. :param url: The URL to use for XML-RPC. :param kwargs: Passed to the superclass constructor. g@)r$N)ÚsuperrªrGÚbase_urlrr))r5r(Úkwargs)Ú __class__r*r+rG szPyPIRPCLocator.__init__cCst|j ¡ƒS)zJ Return all the distribution names known to this locator. )r•r)r')r5r*r*r+rY«sz%PyPIRPCLocator.get_distribution_namesc Csiidœ}|j |d¡}xê|D]â}|j ||¡}|j ||¡}t|jd}|d|_|d|_| d¡|_ | dg¡|_ | d¡|_ t |ƒ}|r|d } | d |_ | | ¡|_||_|||<xB|D]:} | d } | | ¡} |d  |tƒ¡ | ¡| |d | <qÂWqW|S) N)rrŒT)r1rWrxÚlicenseÚkeywordsÚsummaryrr(rrŒ)r)Zpackage_releasesZ release_urlsZ release_datarr1rWrxrIr¯r°r±rr“rr‡r—r”r•r–) r5rWrLr¡rvrÚdatar’r˜rŽr(r‡r*r*r+rX±s0           zPyPIRPCLocator._get_project)r<r=r>r?rGrYrXÚ __classcell__r*r*)r®r+rª›s rªcs0eZdZdZ‡fdd„Zdd„Zdd„Z‡ZS)ÚPyPIJSONLocatorzw This locator uses PyPI's JSON interface. It's very limited in functionality and probably not worth using. c s tt|ƒjf|Žt|ƒ|_dS)N)r«r´rGrr¬)r5r(r­)r®r*r+rGÐszPyPIJSONLocator.__init__cCs tdƒ‚dS)zJ Return all the distribution names known to this locator. zNot available from this locatorN)rV)r5r*r*r+rYÔsz&PyPIJSONLocator.get_distribution_namesc Csiidœ}t|jdt|ƒƒ}y°|j |¡}| ¡ ¡}t |¡}t |j d}|d}|d|_ |d|_ |  d¡|_|  dg¡|_|  d ¡|_t|ƒ}||_|d } |||j <x`|d D]T} | d }|j |¡| | ¡|j|<|d  |j tƒ¡ |¡| | ¡|d |<q¼Wx¸|d  ¡D]¨\} } | |j kr:q"t |j d} |j | _ | | _ t| ƒ}||_||| <x\| D]T} | d }|j |¡| | ¡|j|<|d  | tƒ¡ |¡| | ¡|d |<qpWq"WWn@tk r}z |j t|ƒ¡t d|¡Wdd}~XYnX|S)N)rrŒz%s/json)r1rŽrWrxr¯r°r±rr(rŒZreleaseszJSON fetch failed: %s) rr¬r rCÚopenÚreadÚdecodeÚjsonÚloadsrr1rWrxrIr¯r°r±rr—ržr–rrŒr”r•ÚitemsrrFÚputrreÚ exception)r5rWrLr(Úrespr²r£r™r˜rrŽrxZinfosZomdÚodistrMr*r*r+rXÚsT               " zPyPIJSONLocator._get_project)r<r=r>r?rGrYrXr³r*r*)r®r+r´Ës r´c@s`eZdZdZe dejejBejB¡Z e dejejB¡Z dd„Z e dej¡Z e dd„ƒZd S) ÚPagez4 This class represents a scraped HTML page. zÝ (rel\s*=\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\s ]*))\s+)? href\s*=\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\s ]*)) (\s+rel\s*=\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\s ]*)))? z!]+)cCs4||_||_|_|j |j¡}|r0| d¡|_dS)zk Initialise an instance with the Unicode page contents and the URL they came from. rN)r²r¬r(Ú_baseÚsearchÚgroup)r5r²r(r…r*r*r+rG s  z Page.__init__z[^a-z0-9$&+,/:;=?@.#%_\\|-]cCsÂdd„}tƒ}xœ|j |j¡D]Š}| d¡}|dpZ|dpZ|dpZ|dpZ|dpZ|d }|d pr|d pr|d }t|j|ƒ}t|ƒ}|j  d d„|¡}|  ||f¡qWt |dd„dd}|S)zâ Return the URLs of all the links on a page together with information about their "rel" attribute, for determining which ones to treat as downloads and which ones to queue for further scraping. cSs,t|ƒ\}}}}}}t||t|ƒ|||fƒS)zTidy up an URL.)rrr )r(r1rbr^r‚rƒr„r*r*r+Úclean4s zPage.links..cleanr/Zrel1Zrel2Zrel3Zrel4Zrel5Zrel6rgrhZurl3cSsdt| d¡ƒS)Nz%%%2xr)ÚordrÂ)r…r*r*r+ÚBózPage.links..cSs|dS)Nrr*)rcr*r*r+rÅFrÆT)r;Úreverse) r•Ú_hrefÚfinditerr²Ú groupdictrr¬r Ú _clean_reÚsubr–r)r5rÃrLr|r£Úrelr(r*r*r+Úlinks-s  z Page.linksN)r<r=r>r?ÚreÚcompileÚIÚSÚXrÈrÀrGrËrrÎr*r*r*r+r¿s r¿cs˜eZdZdZejdd„dd„dœZd‡fdd „ Zd d „Zd d „Z dd„Z e   de j ¡Zdd„Zdd„Zdd„Zdd„Zdd„Ze   d¡Zdd„Z‡ZS)ÚSimpleScrapingLocatorzã A locator which scrapes HTML pages to locate downloads for a distribution. This runs multiple threads to do the I/O; performance is at least as good as pip's PackageFinder, which works in an analogous fashion. cCstjt|ƒd ¡S)N)Úfileobj)ÚgzipZGzipFilerr¶)Úbr*r*r+rÅTrÆzSimpleScrapingLocator.cCs|S)Nr*)r×r*r*r+rÅUrÆ)ÚdeflaterÖZnoneNé c sltt|ƒjf|Žt|ƒ|_||_i|_tƒ|_t   ¡|_ tƒ|_ d|_ ||_t ¡|_t ¡|_d|_dS)a¤ Initialise an instance. :param url: The root URL to use for scraping. :param timeout: The timeout, in seconds, to be applied to requests. This defaults to ``None`` (no timeout specified). :param num_workers: The number of worker threads you want to do I/O, This defaults to 10. :param kwargs: Passed to the superclass. FN)r«rÔrGrr¬r$Ú _page_cacher•Ú_seenr rEÚ _to_fetchÚ _bad_hostsÚskip_externalsÚ num_workersÚ threadingÚRLockÚ_lockÚ_gplockÚplatform_check)r5r(r$rßr­)r®r*r+rGXs     zSimpleScrapingLocator.__init__cCsFg|_x:t|jƒD],}tj|jd}d|_| ¡|j |¡qWdS)z¾ Threads are created only when get_project is called, and terminate before it returns. They are there primarily to parallelise I/O (i.e. fetching web pages). )ÚtargetTN) Ú_threadsÚrangerßràÚThreadÚ_fetchÚdaemonÚstartrJ)r5Úircr*r*r+Ú_prepare_threadsss z&SimpleScrapingLocator._prepare_threadscCs>x|jD]}|j d¡qWx|jD] }| ¡q$Wg|_dS)zu Tell all the threads to terminate (by sending a sentinel value) and wait for them to do so. N)rærÜr»rs)r5rcr*r*r+Ú _wait_threads€s    z#SimpleScrapingLocator._wait_threadsc Cs’iidœ}|jx||_||_t|jdt|ƒƒ}|j ¡|j ¡|  ¡z&t   d|¡|j   |¡|j  ¡Wd| ¡X|`WdQRX|S)N)rrŒz%s/z Queueing %s)rãrLrmrr¬r rÛrPrÚrírerfrÜr»rsrî)r5rWrLr(r*r*r+rXs      z"SimpleScrapingLocator._get_projectz<\b(linux_(i\d86|x86_64|arm\w+)|win(32|_amd64)|macosx_?\d+)\bcCs |j |¡S)zD Does an URL refer to a platform-specific download? )Úplatform_dependentrÁ)r5r(r*r*r+Ú_is_platform_dependent¢sz,SimpleScrapingLocator._is_platform_dependentc CsZ|jr| |¡rd}n| ||j¡}t d||¡|rV|j| |j|¡WdQRX|S)a% See if an URL is a suitable download for a project. If it is, register information in the result dictionary (for _get_project) about the specific version it's for. Note that the return value isn't actually used other than as a boolean value. Nzprocess_download: %s -> %s) rärðr‹rmrerfrâršrL)r5r(rŽr*r*r+Ú_process_download¨s z'SimpleScrapingLocator._process_downloadc CsÄt|ƒ\}}}}}}| |j|j|j¡r2d}n||jrJ| |j¡sJd}nd| |j¡s\d}nR|dkrjd}nD|dkrxd}n6| |¡rˆd}n&|  dd¡d} |   ¡dkrªd}nd}t   d ||||¡|S) z‘ Determine whether a link URL from a referring page and with a particular "rel" attribute should be queued for scraping. F)ZhomepageZdownload)Zhttpr[Zftpú:rrZ localhostTz#should_queue: %s (%s) from %s -> %s) rr_r¦r§r¨rÞrzr¬rðÚsplitryrerf) r5ÚlinkZreferrerrÍr1rbr^Ú_rLÚhostr*r*r+Ú _should_queue¼s*     z#SimpleScrapingLocator._should_queuec Csòxì|j ¡}zÊy’|rž| |¡}|dkr(wxt|jD]j\}}||jkr0yB|j |¡| |¡s‚| |||¡r‚t  d||¡|j  |¡Wq0t k r˜Yq0Xq0WWn2t k rÒ}z|j   t|ƒ¡Wdd}~XYnXWd|j ¡X|sPqWdS)z× Get a URL to fetch from the work queue, get the HTML page, examine its links for download candidates and candidates for further scraping. This is a handy method to run in a thread. NzQueueing %s from %s)rÜrIÚget_pagerÎrÛr–rñr÷rerfr»rrrFrrK)r5r(ÚpagerôrÍrMr*r*r+réÙs,     & zSimpleScrapingLocator._fetchc CsXt|ƒ\}}}}}}|dkr:tj t|ƒ¡r:tt|ƒdƒ}||jkr`|j|}t  d||¡nô|  dd¡d}d}||j krt  d||¡nÄt |d d id }z¤yât  d |¡|j j||jd } t  d|¡|  ¡} |  dd¡} t | ¡r„|  ¡} |  ¡} |  d¡}|r"|j|}|| ƒ} d}t | ¡}|r@| d¡}y|  |¡} Wn tk rn|  d¡} YnXt| | ƒ}||j| <Wn¼tk rÄ}z|jdkr´t d||¡Wdd}~XYn€t k r}z0t d||¡|j!|j  "|¡WdQRXWdd}~XYn2t#k rB}zt d||¡Wdd}~XYnXWd||j|<X|S)a Get the HTML for an URL, possibly from an in-memory cache. XXX TODO Note: this cache is never actually cleared. It's assumed that the data won't get stale over the lifetime of a locator instance (not necessarily true for the default_locator). Úfilez index.htmlzReturning %s from cache: %sròrrNzSkipping %s due to bad host %szAccept-encodingZidentity)r:z Fetching %s)r$z Fetched %sz Content-Typer/zContent-Encodingzutf-8zlatin-1i”zFetch failed: %s: %s)$rÚosr^ÚisdirrrrrÚrerfrórÝrrCrµr$rŽrIÚHTML_CONTENT_TYPEr|Zgeturlr¶ÚdecodersÚCHARSETrÁrÂr·Ú UnicodeErrorr¿rr8r¼rrâr–r)r5r(r1rbr^rõrLrör6r½r:Ú content_typeZ final_urlr²ÚencodingÚdecoderr…rMr*r*r+røúsZ              &$ zSimpleScrapingLocator.get_pagez]*>([^<]+)r?ÚzlibÚ decompressrþrGrírîrXrÏrÐrÑrïrðrñr÷rérørrYr³r*r*)r®r+rÔJs"   !; rÔcs8eZdZdZ‡fdd„Zdd„Zdd„Zdd „Z‡ZS) ÚDirectoryLocatorz? This class locates distributions in a directory tree. c sN| dd¡|_tt|ƒjf|Žtj |¡}tj |¡sDt d|ƒ‚||_ dS)aŒ Initialise an instance. :param path: The root of the directory tree to search. :param kwargs: Passed to the superclass constructor, except for: * recursive - if True (the default), subdirectories are recursed into. If False, only the top-level directory is searched, Ú recursiveTzNot a directory: %rN) r‘rr«rrGrûr^ÚabspathrürÚbase_dir)r5r^r­)r®r*r+rGHs    zDirectoryLocator.__init__cCs | |j¡S)zá Should a filename be considered as a candidate for a distribution archive? As well as the filename, the directory which contains it is provided, though not used by the current implementation. )r_r`)r5rlÚparentr*r*r+Úshould_includeYszDirectoryLocator.should_includec Cs–iidœ}x†t |j¡D]v\}}}xb|D]Z}| ||¡r(tj ||¡}tddttj |¡ƒdddfƒ}|  ||¡}|r(|  ||¡q(W|j sPqW|S)N)rrŒrúr/) rûÚwalkr r r^rsrr r r‹ršr) r5rWrLÚrootÚdirsÚfilesÚfnr(rŽr*r*r+rXas     zDirectoryLocator._get_projectc Cs”tƒ}xˆt |j¡D]x\}}}xd|D]\}| ||¡r$tj ||¡}tddttj  |¡ƒdddfƒ}|  |d¡}|r$|  |d¡q$W|j sPqW|S)zJ Return all the distribution names known to this locator. rúr/NrW) r•rûr r r r^rsrr r r‹r–r)r5rLrrrrr(rŽr*r*r+rYqs    z'DirectoryLocator.get_distribution_names) r<r=r>r?rGr rXrYr³r*r*)r®r+rCs  rc@s eZdZdZdd„Zdd„ZdS)Ú JSONLocatora This locator uses special extended metadata (not available on PyPI) and is the basis of performant dependency resolution in distlib. Other locators require archive downloads before dependencies can be determined! As you might imagine, that can be slow. cCs tdƒ‚dS)zJ Return all the distribution names known to this locator. zNot available from this locatorN)rV)r5r*r*r+rY‹sz"JSONLocator.get_distribution_namescCsÞiidœ}t|ƒ}|rÚxÂ| dg¡D]²}|ddks$|ddkrBq$t|d|d| d d ¡|jd }|j}|d |_d |kr’|d r’d|d f|_| di¡|_| di¡|_|||j <|d  |j t ƒ¡  |d ¡q$W|S)N)rrŒrZptypeÚsdistZ pyversionÚsourcerWrxr±zPlaceholder for summary)r±r1r(r‡rZ requirementsÚexportsr) rrIrr1r’r“r‡Z dependenciesrrxr”r•r–)r5rWrLr²rŽr˜r™r*r*r+rX‘s&    "zJSONLocator._get_projectN)r<r=r>r?rYrXr*r*r*r+r„srcs(eZdZdZ‡fdd„Zdd„Z‡ZS)ÚDistPathLocatorz‚ This locator finds installed distributions in a path. It can be useful for adding to an :class:`AggregatingLocator`. c s*tt|ƒjf|Žt|tƒs t‚||_dS)zs Initialise an instance. :param distpath: A :class:`DistributionPath` instance to search. N)r«rrGÚ isinstancerÚAssertionErrorÚdistpath)r5rr­)r®r*r+rG¯szDistPathLocator.__init__cCsP|j |¡}|dkr iidœ}n,|j|d|jt|jgƒid|jtdgƒii}|S)N)rrŒrrŒ)rZget_distributionrxr•r“)r5rWr˜rLr*r*r+rX¹s  zDistPathLocator._get_project)r<r=r>r?rGrXr³r*r*)r®r+rªs rcsReZdZdZ‡fdd„Z‡fdd„Zdd„Zeej j eƒZ dd „Z d d „Z ‡Z S) ÚAggregatingLocatorzI This class allows you to chain and/or merge a list of locators. cs*| dd¡|_||_tt|ƒjf|ŽdS)aÏ Initialise an instance. :param locators: The list of locators to search. :param kwargs: Passed to the superclass constructor, except for: * merge - if False (the default), the first successful search from any of the locators is returned. If True, the results from all locators are merged (this can be slow). ÚmergeFN)r‘rÚlocatorsr«rrG)r5rr­)r®r*r+rGÊs zAggregatingLocator.__init__cs*tt|ƒ ¡x|jD] }| ¡qWdS)N)r«rrQr)r5r—)r®r*r+rQÚs zAggregatingLocator.clear_cachecCs ||_x|jD] }||_qWdS)N)rRrr1)r5rTr—r*r*r+rUßs zAggregatingLocator._set_schemec Csôi}xê|jD]à}| |¡}|r |jr®| di¡}| di¡}| |¡| d¡}|r|rx6| ¡D]*\}} ||kr„||| O<qb| ||<qbW| d¡} |rì| rì|  |¡q |jdkr¾d} n$d} x|D]}|j |¡rÈd} PqÈW| r |}Pq W|S)NrrŒTF)rrZrrIÚupdaterºrDr|) r5rWrLr—r£rrŒZdfr¢rvÚddÚfoundr*r*r+rXæs8           zAggregatingLocator._get_projectc Cs@tƒ}x4|jD]*}y|| ¡O}Wqtk r6YqXqW|S)zJ Return all the distribution names known to this locator. )r•rrYrV)r5rLr—r*r*r+rYs  z)AggregatingLocator.get_distribution_names)r<r=r>r?rGrQrUr©r@r1ÚfgetrXrYr³r*r*)r®r+rÆs  ,rzhttps://pypi.org/simple/g@)r$Zlegacy)r1c@sLeZdZdZddd„Zdd„Zdd„Zd d „Zd d „Zd d„Z ddd„Z dS)ÚDependencyFinderz0 Locate dependencies for distributions. NcCs|pt|_t|jjƒ|_dS)zf Initialise an instance, using the specified locator to locate distributions. N)Údefault_locatorr—r r1)r5r—r*r*r+rG/s zDependencyFinder.__init__cCsvt d|¡|j}||j|<||j||jf<xD|jD]:}t|ƒ\}}t d|||¡|j  |t ƒ¡  ||f¡q4WdS)z¨ Add a distribution to the finder. This will update internal information about who provides what. :param dist: The distribution to add. zadding distribution %szAdd to provided: %s, %s, %sN) rerfr;Ú dists_by_nameÚdistsrxÚprovidesrÚprovidedr”r•r–)r5r˜rWÚprxr*r*r+Úadd_distribution7s    z!DependencyFinder.add_distributioncCs|t d|¡|j}|j|=|j||jf=xN|jD]D}t|ƒ\}}t d|||¡|j|}|  ||f¡|s0|j|=q0WdS)z° Remove a distribution from the finder. This will update internal information about who provides what. :param dist: The distribution to remove. zremoving distribution %sz Remove from provided: %s, %s, %sN) rerfr;r#r$rxr%rr&Úremove)r5r˜rWr'rxÚsr*r*r+Úremove_distributionFs    z$DependencyFinder.remove_distributioncCsBy|j |¡}Wn,tk r<| ¡d}|j |¡}YnX|S)zÞ Get a version matcher for a requirement. :param reqt: The requirement :type reqt: str :return: A version matcher (an instance of :class:`distlib.version.Matcher`). r)r1rDr!ró)r5ÚreqtrDrWr*r*r+Ú get_matcherXs  zDependencyFinder.get_matcherc Csv| |¡}|j}tƒ}|j}||krrxL||D]@\}}y| |¡}Wntk r\d}YnX|r.| |¡Pq.W|S)zÓ Find the distributions which can fulfill a requirement. :param reqt: The requirement. :type reqt: str :return: A set of distribution which can fulfill the requirement. F)r-r;r•r&r|r!r–) r5r,rDrWrLr&rxÚproviderr|r*r*r+Úfind_providershs   zDependencyFinder.find_providersc Cs¦|j|}tƒ}x,|D]$}| |¡}| |j¡s| |¡qW|r^| d||t|ƒf¡d}nD| |¡|j|=x"|D]}|j |tƒ¡ |¡qvW|  |¡d}|S)aŠ Attempt to replace one provider with another. This is typically used when resolving dependencies from multiple sources, e.g. A requires (B >= 1.0) while C requires (B >= 1.1). For successful replacement, ``provider`` must meet all the requirements which ``other`` fulfills. :param provider: The provider we are trying to replace with. :param other: The provider we're trying to replace. :param problems: If False is returned, this will contain what problems prevented replacement. This is currently a tuple of the literal string 'cantreplace', ``provider``, ``other`` and the set of requirements that ``provider`` couldn't fulfill. :return: True if we can replace ``other`` with ``provider``, else False. Z cantreplaceFT) Úreqtsr•r-r|rxr–Ú frozensetr+r”r() r5r.ÚotherÚproblemsZrlistZ unmatchedr*rDrLr*r*r+Útry_to_replace€s"         zDependencyFinder.try_to_replaceFcCs i|_i|_i|_i|_t|p gƒ}d|krH| d¡|tdddgƒO}t|tƒrh|}}t  d|¡n4|j j ||d}}|dkrt d|ƒ‚t  d |¡d |_ tƒ}t|gƒ}t|gƒ}xø|r¶| ¡}|j} | |jkrê| |¡n"|j| } | |kr | || |¡|j|jB} |j} tƒ} |rh||krhx2d D]*}d |}||kr:| t|d |ƒO} q:W| | B| B}x<|D]2}| |¡}|sRt  d|¡|j j ||d}|dkrÎ|sÎ|j j |d d}|dkrôt  d|¡| d|f¡n^|j|j}}||f|jkr| |¡| |¡|| krR||krR| |¡t  d|j¡xZ|D]R}|j} | |jkr†|j |tƒ¡ |¡n"|j| } | |krX| || |¡qXWq|WqÀWt|j ¡ƒ}x.|D]&}||k|_|jrÌt  d|j¡qÌWt  d|¡||fS)aŽ Find a distribution and all distributions it depends on. :param requirement: The requirement specifying the distribution to find, or a Distribution instance. :param meta_extras: A list of meta extras such as :test:, :build: and so on. :param prereleases: If ``True``, allow pre-release versions to be returned - otherwise, don't return prereleases unless they're all that's available. Return a set of :class:`Distribution` instances and a set of problems. The distributions returned should be such that they have the :attr:`required` attribute set to ``True`` if they were from the ``requirement`` passed to ``find()``, and they have the :attr:`build_time_dependency` attribute set to ``True`` unless they are post-installation dependencies of the ``requirement``. The problems should be a tuple consisting of the string ``'unsatisfied'`` and the requirement which couldn't be satisfied by any distribution known to the locator. z:*:z:test:z:build:z:dev:zpassed %s as requirement)rŸNzUnable to locate %rz located %sT)ÚtestÚbuildÚdevz:%s:z %s_requireszNo providers found for %rzCannot satisfy %rZ unsatisfiedzAdding %s to install_distsz#%s is a build-time dependency only.zfind done for %s)r&r$r#r0r•r)rrrerfr—r¥rZ requestedr‘r;r(r4Z run_requiresZ meta_requiresZbuild_requiresÚgetattrr/r–rxZname_and_versionr”ÚvaluesZbuild_time_dependency)r5r›Z meta_extrasrŸr˜r¾r3ZtodoZ install_distsrWr2ZireqtsZsreqtsZereqtsr;rMZ all_reqtsr Z providersr.Únrvr'r$r*r*r+Úfind¨sŒ                               zDependencyFinder.find)N)NF) r<r=r>r?rGr(r+r-r/r4r;r*r*r*r+r!*s (r!)N)LrÖÚiorr¸Úloggingrûr\rÏràÚ ImportErrorZdummy_threadingrr/rÚcompatrrrrr r r r r rr3rrrrZdatabaserrrr’rrÚutilrrrrrrrrrxr r!rˆr"r#Ú getLoggerr<rerÐr{rÑrÿrýr&r,r-Úobjectr@rªr´r¿rÔrrrrr"r¥r!r*r*r*r+ÚsX   @(    G0E:zA&[