ROOTPLOIT
Server: LiteSpeed
System: Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: niphet (1079)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: //lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc
U

Qab@sXdZddlZddlmZddlmZmZddlmZm	Z	m
Z
mZddlZddl
Z
ddlZddlZddlmZddlmZdd	lmZe
d
krddlmZddlmZnGd
ddZeZeejjfZzddlm Z Wnek
rYnXddZ!d$ddZ"ddZ#ddZ$d%ddZ%GdddZ&GdddZ'Gd d!d!Z(Gd"d#d#Z)dS)&a
Improved support for Microsoft Visual C++ compilers.

Known supported compilers:
--------------------------
Microsoft Visual C++ 9.0:
    Microsoft Visual C++ Compiler for Python 2.7 (x86, amd64)
    Microsoft Windows SDK 6.1 (x86, x64, ia64)
    Microsoft Windows SDK 7.0 (x86, x64, ia64)

Microsoft Visual C++ 10.0:
    Microsoft Windows SDK 7.1 (x86, x64, ia64)

Microsoft Visual C++ 14.X:
    Microsoft Visual C++ Build Tools 2015 (x86, x64, arm)
    Microsoft Visual Studio Build Tools 2017 (x86, x64, arm, arm64)
    Microsoft Visual Studio Build Tools 2019 (x86, x64, arm, arm64)

This may also support compilers shipped with compatible Visual Studio versions.
N)open)listdirpathsep)joinisfileisdirdirname)
LegacyVersion)filterfalse)
get_unpatchedWindows)winreg)environc@seZdZdZdZdZdZdS)rN)__name__
__module____qualname__
HKEY_USERSHKEY_CURRENT_USERHKEY_LOCAL_MACHINEHKEY_CLASSES_ROOTrr3/usr/lib/python3.8/site-packages/setuptools/msvc.pyr*sr)RegcCsd}|d|f}zt|d}WnJtk
rjz|d|f}t|d}Wntk
rdd}YnXYnX|rt|d}t|r|Stt|S)a
    Patched "distutils.msvc9compiler.find_vcvarsall" to use the standalone
    compiler build for Python
    (VCForPython / Microsoft Visual C++ Compiler for Python 2.7).

    Fall back to original behavior when the standalone compiler is not
    available.

    Redirect the path of "vcvarsall.bat".

    Parameters
    ----------
    version: float
        Required Microsoft Visual C++ version.

    Return
    ------
    str
        vcvarsall.bat path
    z-Software\%sMicrosoft\DevDiv\VCForPython\%0.1f
installdirzWow6432Node\Nz
vcvarsall.bat)rZ	get_valueKeyErrorrrrmsvc9_find_vcvarsall)versionZvc_basekey
productdir	vcvarsallrrrrAs
rx86c
Osztt}|||f||WStjjk
r4Yntk
rFYnXzt||WStjjk
r}zt|||W5d}~XYnXdS)ao
    Patched "distutils.msvc9compiler.query_vcvarsall" for support extra
    Microsoft Visual C++ 9.0 and 10.0 compilers.

    Set environment without use of "vcvarsall.bat".

    Parameters
    ----------
    ver: float
        Required Microsoft Visual C++ version.
    arch: str
        Target architecture.

    Return
    ------
    dict
        environment
    N)	rmsvc9_query_vcvarsall	distutilserrorsDistutilsPlatformError
ValueErrorEnvironmentInfo
return_env_augment_exception)verarchargskwargsZorigexcrrrr#ksr#c
Csrztt|WStjjk
r&YnXzt|ddWStjjk
rl}zt|dW5d}~XYnXdS)a*
    Patched "distutils._msvccompiler._get_vc_env" for support extra
    Microsoft Visual C++ 14.X compilers.

    Set environment without use of "vcvarsall.bat".

    Parameters
    ----------
    plat_spec: str
        Target architecture.

    Return
    ------
    dict
        environment
    ,@)
vc_min_verN)rmsvc14_get_vc_envr$r%r&r(r)r*)Z	plat_specr/rrrr2s
r2cOsBdtjkr4ddl}t|jtdkr4|jjj||Stt	||S)z
    Patched "distutils._msvccompiler.gen_lib_options" for fix
    compatibility between "numpy.distutils" and "distutils._msvccompiler"
    (for Numpy < 1.11.2)
    znumpy.distutilsrNz1.11.2)
sysmodulesZnumpyr	__version__r$Z	ccompilerZgen_lib_optionsrmsvc14_gen_lib_options)r-r.Znprrrr6s

r6rcCs|jd}d|ks"d|krd}|jft}d}|dkrf|ddkr\|d	7}q|d
7}n.|dkr|d7}||d
7}n|dkr|d7}|f|_dS)zl
    Add details to the exception message to help guide the user
    as to what action will resolve it.
    rr!zvisual cz0Microsoft Visual C++ {version:0.1f} is required.z-www.microsoft.com/download/details.aspx?id=%d"@Zia64z( Get it with "Microsoft Windows SDK 7.0"z% Get it from http://aka.ms/vcpython27$@z* Get it with "Microsoft Windows SDK 7.1": iW r0z[ Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/N)r-lowerformatlocalsfind)r/rr,messageZtmplZ
msdownloadrrrr*s


r*c@sbeZdZdZeddZddZe	ddZ
dd	Zd
dZdd
dZ
dddZdddZdS)PlatformInfoz
    Current and Target Architectures information.

    Parameters
    ----------
    arch: str
        Target architecture.
    Zprocessor_architecturercCs|dd|_dS)Nx64amd64)r:replacer,)selfr,rrr__init__szPlatformInfo.__init__cCs|j|jdddS)zs
        Return Target CPU architecture.

        Return
        ------
        str
            Target CPU
        _rN)r,r=rCrrr
target_cpus
zPlatformInfo.target_cpucCs
|jdkS)z
        Return True if target CPU is x86 32 bits..

        Return
        ------
        bool
            CPU is x86 32 bits
        r"rGrFrrr
target_is_x86s	zPlatformInfo.target_is_x86cCs
|jdkS)z
        Return True if current CPU is x86 32 bits..

        Return
        ------
        bool
            CPU is x86 32 bits
        r"current_cpurFrrrcurrent_is_x86s	zPlatformInfo.current_is_x86FcCs.|jdkr|rdS|jdkr$|r$dSd|jS)uk
        Current platform specific subfolder.

        Parameters
        ----------
        hidex86: bool
            return '' and not '†' if architecture is x86.
        x64: bool
            return 'd' and not 'md64' if architecture is amd64.

        Return
        ------
        str
            subfolder: '	arget', or '' (see hidex86 parameter)
        r"rrA\x64\%srJrChidex86r@rrrcurrent_dirszPlatformInfo.current_dircCs.|jdkr|rdS|jdkr$|r$dSd|jS)ar
        Target platform specific subfolder.

        Parameters
        ----------
        hidex86: bool
            return '' and not '\x86' if architecture is x86.
        x64: bool
            return '\x64' and not '\amd64' if architecture is amd64.

        Return
        ------
        str
            subfolder: '\current', or '' (see hidex86 parameter)
        r"rrArMrNrHrOrrr
target_dir(szPlatformInfo.target_dircCs0|rdn|j}|j|krdS|dd|S)ap
        Cross platform specific subfolder.

        Parameters
        ----------
        forcex86: bool
            Use 'x86' as current architecture even if current architecture is
            not x86.

        Return
        ------
        str
            subfolder: '' if target architecture is current architecture,
            '\current_target' if not.
        r"r\z\%s_)rKrGrRrB)rCforcex86Zcurrentrrr	cross_dir>szPlatformInfo.cross_dirN)FF)FF)F)rrr__doc__rgetr:rKrDpropertyrGrIrLrQrRrUrrrrr?s


r?c@seZdZdZejejejejfZ	ddZ
eddZeddZ
edd	Zed
dZedd
ZeddZeddZeddZeddZdddZddZdS)RegistryInfoz
    Microsoft Visual Studio related registry information.

    Parameters
    ----------
    platform_info: PlatformInfo
        "PlatformInfo" instance.
    cCs
||_dSN)pi)rCZ
platform_inforrrrDcszRegistryInfo.__init__cCsdS)z
        Microsoft Visual Studio root registry key.

        Return
        ------
        str
            Registry key
        ZVisualStudiorrFrrrvisualstudiofs
zRegistryInfo.visualstudiocCst|jdS)z
        Microsoft Visual Studio SxS registry key.

        Return
        ------
        str
            Registry key
        ZSxS)rr\rFrrrsxsrs
zRegistryInfo.sxscCst|jdS)z|
        Microsoft Visual C++ VC7 registry key.

        Return
        ------
        str
            Registry key
        ZVC7rr]rFrrrvc~s
zRegistryInfo.vccCst|jdS)z
        Microsoft Visual Studio VS7 registry key.

        Return
        ------
        str
            Registry key
        ZVS7r^rFrrrvss
zRegistryInfo.vscCsdS)z
        Microsoft Visual C++ for Python registry key.

        Return
        ------
        str
            Registry key
        zDevDiv\VCForPythonrrFrrr
vc_for_pythons
zRegistryInfo.vc_for_pythoncCsdS)zq
        Microsoft SDK registry key.

        Return
        ------
        str
            Registry key
        zMicrosoft SDKsrrFrrr
microsoft_sdks
zRegistryInfo.microsoft_sdkcCst|jdS)z
        Microsoft Windows/Platform SDK registry key.

        Return
        ------
        str
            Registry key
        r
rrbrFrrrwindows_sdks
zRegistryInfo.windows_sdkcCst|jdS)z
        Microsoft .NET Framework SDK registry key.

        Return
        ------
        str
            Registry key
        ZNETFXSDKrcrFrrr	netfx_sdks
zRegistryInfo.netfx_sdkcCsdS)z
        Microsoft Windows Kits Roots registry key.

        Return
        ------
        str
            Registry key
        zWindows Kits\Installed RootsrrFrrrwindows_kits_rootss
zRegistryInfo.windows_kits_rootsFcCs$|js|rdnd}td|d|S)a
        Return key in Microsoft software registry.

        Parameters
        ----------
        key: str
            Registry key path where look.
        x86: str
            Force x86 software registry.

        Return
        ------
        str
            Registry key
        rZWow6432NodeZSoftwareZ	Microsoft)r[rLr)rCrr"Znode64rrr	microsoftszRegistryInfo.microsoftc
Cstj}tj}|j}|jD]}z||||d|}Wn`ttfk
r|jsz||||dd|}Wqttfk
rYYqYqXnYqYnXzt	||dWSttfk
rYqXqdS)a
        Look for values in registry in Microsoft software registry.

        Parameters
        ----------
        key: str
            Registry key path where look.
        name: str
            Value name to find.

        Return
        ------
        str
            value
        rTN)
rKEY_READOpenKeyrgHKEYSOSErrorIOErrorr[rLZQueryValueEx)rCrnameZkey_readZopenkeymshkeybkeyrrrlookups"


zRegistryInfo.lookupN)F)rrrrVrrrrrrjrDrXr\r]r_r`rarbrdrerfrgrqrrrrrYUs6









rYc@s<eZdZdZeddZeddZedeZd7ddZ	d	d
Z
ddZd
dZe
ddZeddZeddZddZddZeddZeddZeddZedd Zed!d"Zed#d$Zed%d&Zed'd(Zed)d*Zed+d,Zed-d.Zed/d0Zed1d2Z d3d4Z!e
d8d5d6Z"dS)9
SystemInfoz
    Microsoft Windows and Visual Studio related system information.

    Parameters
    ----------
    registry_info: RegistryInfo
        "RegistryInfo" instance.
    vc_ver: float
        Required Microsoft Visual C++ version.
    WinDirrProgramFileszProgramFiles(x86)NcCs2||_|jj|_||_|p$||_|_dSrZ)rir[find_programdata_vs_versknown_vs_paths_find_latest_available_vs_vervs_vervc_ver)rCZ
registry_inforzrrrrDs



zSystemInfo.__init__cCs>|}|s|jstjdt|}||jt|dS)zm
        Find the latest VC version

        Return
        ------
        float
            version
        z%No Microsoft Visual C++ version foundr8)find_reg_vs_versrwr$r%r&setupdatesorted)rCZreg_vc_versZvc_versrrrrx%s	
z(SystemInfo._find_latest_available_vs_vercCs$|jj}|jj|jj|jjf}g}|jjD]}|D]}zt|||dtj}Wnt	t
fk
rlYq2YnXt|\}}}	t|D]D}
z*t
t||
d}||kr||Wqtk
rYqXqt|D]B}
z&t
t||
}||kr||Wqtk
rYqXqq2q*t|S)z
        Find Microsoft Visual Studio versions available in registry.

        Return
        ------
        list of float
            Versions
        r)rurgr_rar`rjrrirhrkrlZQueryInfoKeyrangefloatZ	EnumValueappendr'ZEnumKeyr~)rCrnZvckeysZvs_versrorrpZsubkeysvaluesrEir+rrrr{8s2	
zSystemInfo.find_reg_vs_versc	Csi}d}zt|}Wnttfk
r0|YSX|D]}z\t||d}t|ddd}t|}W5QRX|d}tt|d||||d<Wq6tttfk
rYq6Yq6Xq6|S)	z
        Find Visual studio 2017+ versions from information in
        "C:\ProgramData\Microsoft\VisualStudio\Packages\_Instances".

        Return
        ------
        dict
            float version as key, path as value.
        z9C:\ProgramData\Microsoft\VisualStudio\Packages\_Instancesz
state.jsonZrtzutf-8)encodingZinstallationPath
VC\Tools\MSVCZinstallationVersion)	rrkrlrrjsonload_as_float_versionr)	rCZvs_versionsZ
instances_dirZhashed_namesrmZ
state_pathZ
state_filestateZvs_pathrrrrv[s*

z#SystemInfo.find_programdata_vs_verscCstd|dddS)z
        Return a string version as a simplified float version (major.minor)

        Parameters
        ----------
        version: str
            Version.

        Return
        ------
        float
            version
        .N)rrsplit)rrrrrszSystemInfo._as_float_versioncCs.t|jd|j}|j|jjd|jp,|S)zp
        Microsoft Visual Studio directory.

        Return
        ------
        str
            path
        zMicrosoft Visual Studio %0.1f%0.1f)rProgramFilesx86ryrurqr`)rCdefaultrrrVSInstallDirszSystemInfo.VSInstallDircCs,|p|}t|s(d}tj||S)zm
        Microsoft Visual C++ directory.

        Return
        ------
        str
            path
        z(Microsoft Visual C++ directory not found)	_guess_vc_guess_vc_legacyrr$r%r&)rCpathmsgrrrVCInstallDirs

zSystemInfo.VCInstallDirc
Cs|jdkrdSz|j|j}Wntk
r8|j}YnXt|d}z$t|d}|||_t||WStt	t
fk
rYdSXdS)zl
        Locate Visual C++ for VS2017+.

        Return
        ------
        str
            path
        r0rrr8N)ryrwrrrrrrzrkrl
IndexError)rCZvs_dirZguess_vcrzrrrrs	

zSystemInfo._guess_vccCsbt|jd|j}t|jjd|j}|j|d}|rBt|dn|}|j|jjd|jp`|S)z{
        Locate Visual C++ for versions prior to 2017.

        Return
        ------
        str
            path
        z Microsoft Visual Studio %0.1f\VCrrZVC)rrryrurarqr_)rCrZreg_pathZ	python_vcZ
default_vcrrrrs	zSystemInfo._guess_vc_legacycCsJ|jdkrdS|jdkrdS|jdkr*dS|jdkr8dS|jd	krFd
SdS)z
        Microsoft Windows SDK versions for specified MSVC++ version.

        Return
        ------
        tuple of str
            versions
        r7)z7.0z6.1z6.0ar9)z7.1z7.0a&@)z8.0z8.0a(@)8.1z8.1ar0)z10.0rNryrFrrrWindowsSdkVersions





zSystemInfo.WindowsSdkVersioncCs|t|jdS)zt
        Microsoft Windows SDK last version.

        Return
        ------
        str
            version
        lib)_use_last_dir_namer
WindowsSdkDirrFrrrWindowsSdkLastVersions
z SystemInfo.WindowsSdkLastVersioncCsd}|jD],}t|jjd|}|j|d}|r
q8q
|rDt|stt|jjd|j}|j|d}|rtt|d}|rt|s|jD]6}|d|d}d	|}t|j	|}t|r|}q|rt|s|jD]$}d
|}t|j	|}t|r|}q|st|j
d}|S)zn
        Microsoft Windows SDK directory.

        Return
        ------
        str
            path
        rzv%sinstallationfolderrrZWinSDKNrzMicrosoft SDKs\Windows Kits\%szMicrosoft SDKs\Windows\v%sZPlatformSDK)rrrurdrqrrarzrfindrtr)rCsdkdirr+locrZinstall_baseZintverdrrrrs6




zSystemInfo.WindowsSdkDirc	Cs|jdkrd}d}n&d}|jdkr&dnd}|jjd|d}d	||d
df}g}|jdkr~|jD]}|t|jj||g7}qb|jD]}|t|jj	d
||g7}q|D]}|j
|d}|r|SqdS)zy
        Microsoft Windows SDK executable directory.

        Return
        ------
        str
            path
        r#r(rTF)r@rPzWinSDK-NetFx%dTools%srS-r0zv%sArN)ryr[rQrBNetFxSdkVersionrrurerrdrq)	rCZnetfxverr,rPZfxZregpathsr+rZexecpathrrrWindowsSDKExecutablePath7s"



z#SystemInfo.WindowsSDKExecutablePathcCs&t|jjd|j}|j|dp$dS)zl
        Microsoft Visual F# directory.

        Return
        ------
        str
            path
        z%0.1f\Setup\F#r r)rrur\ryrq)rCrrrrFSharpInstallDirZs
zSystemInfo.FSharpInstallDircCsF|jdkrdnd}|D]*}|j|jjd|}|r|p:dSqdS)zt
        Microsoft Universal CRT SDK directory.

        Return
        ------
        str
            path
        r0)Z10Z81rz
kitsroot%srN)ryrurqrf)rCZversr+rrrrUniversalCRTSdkDirgszSystemInfo.UniversalCRTSdkDircCs|t|jdS)z
        Microsoft Universal C Runtime SDK last version.

        Return
        ------
        str
            version
        r)rrrrFrrrUniversalCRTSdkLastVersion{s
z%SystemInfo.UniversalCRTSdkLastVersioncCs|jdkrdSdS)z
        Microsoft .NET Framework SDK versions.

        Return
        ------
        tuple of str
            versions
        r0)	z4.7.2z4.7.1z4.7z4.6.2z4.6.1z4.6z4.5.2z4.5.1z4.5rrrFrrrrszSystemInfo.NetFxSdkVersioncCs8d}|jD](}t|jj|}|j|d}|r
q4q
|S)zu
        Microsoft .NET Framework SDK directory.

        Return
        ------
        str
            path
        rZkitsinstallationfolder)rrrurerq)rCrr+rrrrNetFxSdkDirs

zSystemInfo.NetFxSdkDircCs"t|jd}|j|jjdp |S)zw
        Microsoft .NET Framework 32bit directory.

        Return
        ------
        str
            path
        zMicrosoft.NET\FrameworkZframeworkdir32rrsrurqr_rCZguess_fwrrrFrameworkDir32szSystemInfo.FrameworkDir32cCs"t|jd}|j|jjdp |S)zw
        Microsoft .NET Framework 64bit directory.

        Return
        ------
        str
            path
        zMicrosoft.NET\Framework64Zframeworkdir64rrrrrFrameworkDir64szSystemInfo.FrameworkDir64cCs
|dS)z
        Microsoft .NET Framework 32bit versions.

        Return
        ------
        tuple of str
            versions
         _find_dot_net_versionsrFrrrFrameworkVersion32s
zSystemInfo.FrameworkVersion32cCs
|dS)z
        Microsoft .NET Framework 64bit versions.

        Return
        ------
        tuple of str
            versions
        @rrFrrrFrameworkVersion64s
zSystemInfo.FrameworkVersion64cCs|j|jjd|}t|d|}|p6||dp6d}|jdkrJ|dfS|jdkrt|dd	d
krldn|dfS|jd
krdS|jdkrdSdS)z
        Find Microsoft .NET Framework versions.

        Parameters
        ----------
        bits: int
            Platform number of bits: 32 or 64.

        Return
        ------
        tuple of str
            versions
        zframeworkver%dzFrameworkDir%dvrrzv4.0r9NrZv4z
v4.0.30319v3.5r7)r
v2.0.50727g @)zv3.0r)rurqr_getattrrryr:)rCbitsZreg_verZdot_net_dirr+rrrrs

 

z!SystemInfo._find_dot_net_versionscs*fddttD}t|dp(dS)a)
        Return name of the last dir in path or '' if no dir found.

        Parameters
        ----------
        path: str
            Use dirs in this path
        prefix: str
            Use only dirs starting by this prefix

        Return
        ------
        str
            name
        c3s*|]"}tt|r|r|VqdSrZ)rr
startswith).0Zdir_namerprefixrr	<genexpr>s
z0SystemInfo._use_last_dir_name.<locals>.<genexpr>Nr)reversedrnext)rrZ
matching_dirsrrrrs
zSystemInfo._use_last_dir_name)N)r)#rrrrVrrWrsrtrrDrxr{rvstaticmethodrrXrrrrrrrrrrrrrrrrrrrrrrrrr	sZ


#*





*
"








rrc@sbeZdZdZd?ddZeddZedd	Zed
dZedd
Z	eddZ
eddZeddZeddZ
eddZeddZeddZddZeddZed d!Zed"d#Zed$d%Zed&d'Zed(d)Zed*d+Zed,d-Zed.d/Zed0d1Zed2d3Zed4d5Zed6d7Zd@d9d:Zd;d<Z e!dAd=d>Z"dS)Br(aY
    Return environment variables for specified Microsoft Visual C++ version
    and platform : Lib, Include, Path and libpath.

    This function is compatible with Microsoft Visual C++ 9.0 to 14.X.

    Script created by analysing Microsoft environment configuration files like
    "vcvars[...].bat", "SetEnv.Cmd", "vcbuildtools.bat", ...

    Parameters
    ----------
    arch: str
        Target architecture.
    vc_ver: float
        Required Microsoft Visual C++ version. If not set, autodetect the last
        version.
    vc_min_ver: float
        Minimum Microsoft Visual C++ version.
    NrcCsBt||_t|j|_t|j||_|j|kr>d}tj	|dS)Nz.No suitable Microsoft Visual C++ version found)
r?r[rYrurrsirzr$r%r&)rCr,rzr1errrrrrD0s

zEnvironmentInfo.__init__cCs|jjS)zk
        Microsoft Visual Studio.

        Return
        ------
        float
            version
        )rryrFrrrry9s
zEnvironmentInfo.vs_vercCs|jjS)zp
        Microsoft Visual C++ version.

        Return
        ------
        float
            version
        )rrzrFrrrrzEs
zEnvironmentInfo.vc_vercsVddg}jdkrDjjddd}|dg7}|dg7}|d|g7}fd	d
|DS)zu
        Microsoft Visual Studio Tools.

        Return
        ------
        list of str
            paths
        zCommon7\IDEz
Common7\Toolsr0TrPr@z1Common7\IDE\CommonExtensions\Microsoft\TestWindowzTeam Tools\Performance ToolszTeam Tools\Performance Tools%scsg|]}tjj|qSrrrrrrrFrr
<listcomp>csz+EnvironmentInfo.VSTools.<locals>.<listcomp>)ryr[rQ)rCpathsarch_subdirrrFrVSToolsQs



zEnvironmentInfo.VSToolscCst|jjdt|jjdgS)z
        Microsoft Visual C++ & Microsoft Foundation Class Includes.

        Return
        ------
        list of str
            paths
        ZIncludezATLMFC\IncluderrrrFrrr
VCIncludeses
zEnvironmentInfo.VCIncludescsbjdkrjjdd}njjdd}d|d|g}jdkrP|d|g7}fd	d
|DS)z
        Microsoft Visual C++ & Microsoft Foundation Class Libraries.

        Return
        ------
        list of str
            paths
        .@Tr@rPLib%szATLMFC\Lib%sr0zLib\store%scsg|]}tjj|qSrrrrFrrrsz/EnvironmentInfo.VCLibraries.<locals>.<listcomp>)ryr[rR)rCrrrrFrVCLibrariesrs


zEnvironmentInfo.VCLibrariescCs|jdkrgSt|jjdgS)z
        Microsoft Visual C++ store references Libraries.

        Return
        ------
        list of str
            paths
        r0zLib\store\references)ryrrrrFrrrVCStoreRefss

zEnvironmentInfo.VCStoreRefscCs|j}t|jdg}|jdkr"dnd}|j|}|rL|t|jd|g7}|jdkr|d|jjdd}|t|j|g7}n|jdkr|jrd	nd
}|t|j||jjddg7}|jj	|jj
kr|t|j||jjddg7}n|t|jdg7}|S)
zr
        Microsoft Visual C++ Tools.

        Return
        ------
        list of str
            paths
        Z
VCPackagesr9TFBin%sr0rrz
bin\HostX86%sz
bin\HostX64%srBin)rrrryr[rUrQrLrRrKrG)rCrtoolsrTrrZhost_dirrrrVCToolss0



zEnvironmentInfo.VCToolscCsh|jdkr.|jjddd}t|jjd|gS|jjdd}t|jjd}|j}t|d||fgSdS)	zw
        Microsoft Windows SDK Libraries.

        Return
        ------
        list of str
            paths
        r9Trrrrz%sum%sN)ryr[rRrrr_sdk_subdir)rCrrZlibverrrrOSLibrariess

zEnvironmentInfo.OSLibrariescCsht|jjd}|jdkr&|t|dgS|jdkr8|j}nd}t|d|t|d|t|d|gSd	S)
zu
        Microsoft Windows SDK Include.

        Return
        ------
        list of str
            paths
        includer9Zglr0rz%ssharedz%sumz%swinrtN)rrrryr)rCrsdkverrrr
OSIncludess


zEnvironmentInfo.OSIncludescCst|jjd}g}|jdkr&||j7}|jdkr@|t|dg7}|jdkr||t|jjdt|ddt|d	dt|d
dt|jjddd
|jdddg7}|S)z}
        Microsoft Windows SDK Libraries Paths.

        Return
        ------
        list of str
            paths
        Z
Referencesr7rzCommonConfiguration\Neutralr0Z
UnionMetadataz'Windows.Foundation.UniversalApiContractz1.0.0.0z%Windows.Foundation.FoundationContractz,Windows.Networking.Connectivity.WwanContractZ
ExtensionSDKszMicrosoft.VCLibsrZCommonConfigurationZneutral)rrrryr)rCreflibpathrrr	OSLibpaths.






zEnvironmentInfo.OSLibpathcCst|S)zs
        Microsoft Windows SDK Tools.

        Return
        ------
        list of str
            paths
        )list
_sdk_toolsrFrrrSdkToolss
zEnvironmentInfo.SdkToolsccs|jdkr,|jdkrdnd}t|jj|V|js\|jjdd}d|}t|jj|V|jdkr|jrvd	}n|jjddd
}d|}t|jj|VnB|jdkrt|jjd}|jjdd}|jj}t|d||fV|jj	r|jj	Vd
S)z
        Microsoft Windows SDK Tools paths generator.

        Return
        ------
        generator of str
            paths
        rrrzBin\x86Trr)r9rrrzBin\NETFX 4.0 Tools%sz%s%sN)
ryrrrr[rLrQrIrr)rCZbin_dirrrrrrrrs(	




zEnvironmentInfo._sdk_toolscCs|jj}|rd|SdS)zu
        Microsoft Windows SDK version subdir.

        Return
        ------
        str
            subdir
        %s\r)rrrCucrtverrrrr6s
zEnvironmentInfo._sdk_subdircCs|jdkrgSt|jjdgS)zs
        Microsoft Windows SDK Setup.

        Return
        ------
        list of str
            paths
        r7ZSetup)ryrrrrFrrrSdkSetupCs

zEnvironmentInfo.SdkSetupcs|j}|j|jdkr0d}|o,|}n$|p>|}|jdkpR|jdk}g}|rt|fddjD7}|r|fddjD7}|S)zv
        Microsoft .NET Framework Tools.

        Return
        ------
        list of str
            paths
        r9TrAcsg|]}tj|qSr)rrrr+rrrrhsz+EnvironmentInfo.FxTools.<locals>.<listcomp>csg|]}tj|qSr)rrrrrrrks)	r[rryrIrLrKrGrr)rCr[Z	include32Z	include64rrrrFxToolsRs"

zEnvironmentInfo.FxToolscCs8|jdks|jjsgS|jjdd}t|jjd|gS)z~
        Microsoft .Net Framework SDK Libraries.

        Return
        ------
        list of str
            paths
        r0Trzlib\um%s)ryrrr[rRr)rCrrrrNetFxSDKLibrariesos
z!EnvironmentInfo.NetFxSDKLibrariescCs&|jdks|jjsgSt|jjdgS)z}
        Microsoft .Net Framework SDK Includes.

        Return
        ------
        list of str
            paths
        r0z
include\um)ryrrrrFrrrNetFxSDKIncludess
z EnvironmentInfo.NetFxSDKIncludescCst|jjdgS)z
        Microsoft Visual Studio Team System Database.

        Return
        ------
        list of str
            paths
        z
VSTSDB\DeployrrFrrrVsTDbs
zEnvironmentInfo.VsTDbcCsv|jdkrgS|jdkr0|jj}|jjdd}n|jj}d}d|j|f}t||g}|jdkrr|t||dg7}|S)zn
        Microsoft Build Engine.

        Return
        ------
        list of str
            paths
        rrTrrzMSBuild\%0.1f\bin%sZRoslyn)ryrrr[rQrr)rC	base_pathrrZbuildrrrMSBuilds



zEnvironmentInfo.MSBuildcCs|jdkrgSt|jjdgS)zt
        Microsoft HTML Help Workshop.

        Return
        ------
        list of str
            paths
        rzHTML Help Workshop)ryrrrrFrrrHTMLHelpWorkshops

z EnvironmentInfo.HTMLHelpWorkshopcCsD|jdkrgS|jjdd}t|jjd}|j}t|d||fgS)z
        Microsoft Universal C Runtime SDK Libraries.

        Return
        ------
        list of str
            paths
        r0Trrz%sucrt%s)ryr[rRrrr_ucrt_subdir)rCrrrrrr
UCRTLibrariess

zEnvironmentInfo.UCRTLibrariescCs.|jdkrgSt|jjd}t|d|jgS)z
        Microsoft Universal C Runtime SDK Include.

        Return
        ------
        list of str
            paths
        r0rz%sucrt)ryrrrr)rCrrrrUCRTIncludess

zEnvironmentInfo.UCRTIncludescCs|jj}|rd|SdS)z
        Microsoft Universal C Runtime SDK version subdir.

        Return
        ------
        str
            subdir
        rr)rrrrrrrs
zEnvironmentInfo._ucrt_subdircCs(d|jkrdkrnngS|jjgS)zk
        Microsoft Visual F#.

        Return
        ------
        list of str
            paths
        rr)ryrrrFrrrFSharps
zEnvironmentInfo.FSharpc
Csd|j}|jjddd}g}|jj}t|dd}t|rft	|t
|d}||t	|dg7}|t	|d	g7}d
|jdd
t|jdf}t
||D]&\}}t	||||}	t|	r|	SqdS)
z
        Microsoft Visual C++ runtime redistributable dll.

        Return
        ------
        str
            path
        zvcruntime%d0.dllTrrSz\Toolsz\Redistr8ZonecoreZredistzMicrosoft.VC%d.CRT
N)rzr[rRstriprrrrBrrrintry	itertoolsproductr)
rCZ	vcruntimerprefixesZ
tools_pathZredist_pathZcrt_dirsrZcrt_dirrrrrVCRuntimeRedists 

zEnvironmentInfo.VCRuntimeRedistTcCst|d|j|j|j|jg||d|j|j|j|j	|j
g||d|j|j|j|jg||d|j
|j|j|j|j|j|j|j|jg	|d}|jdkrt|jr|j|d<|S)z
        Return environment dict.

        Parameters
        ----------
        exists: bool
            It True, only return existing paths.

        Return
        ------
        dict
            environment
        rrrr)rrrrZpy_vcruntime_redist)dict_build_pathsrrrrrrrrrrrrrrrrrrrryrr)rCexistsenvrrrr)&sV	 
zEnvironmentInfo.return_envc
Csptj|}t|dt}t||}|r<ttt	|n|}|s\d|
}tj
|||}	t|	S)aC
        Given an environment variable name and specified paths,
        return a pathsep-separated string of paths containing
        unique, extant, directories from those paths and from
        the environment variable. Raise an error if no paths
        are resolved.

        Parameters
        ----------
        name: str
            Environment variable name
        spec_path_lists: list of str
            Paths
        exists: bool
            It True, only return existing paths.

        Return
        ------
        str
            Pathsep-separated paths
        rz %s environment variable is empty)rchain
from_iterablerrWrrrfilterrupperr$r%r&_unique_everseenr)
rCrmZspec_path_listsrZ
spec_pathsZ	env_pathsrZextant_pathsrZunique_pathsrrrrXs
zEnvironmentInfo._build_pathsccsbt}|j}|dkr6t|j|D]}|||Vq n(|D]"}||}||kr:|||Vq:dS)z
        List unique elements, preserving order.
        Remember all elements ever seen.

        _unique_everseen('AAAABBBCCDAABBB') --> A B C D

        _unique_everseen('ABBCcAD', str.lower) --> A B C D
        N)r|addr
__contains__)iterablerseenZseen_addZelementkrrrrzs

z EnvironmentInfo._unique_everseen)Nr)T)N)#rrrrVrDrXryrzrrrrrrrrrrrrrrrrrrrrrrrr)rrrrrrrr(sn
	







$


 
#












"
2"r()r")r)*rVriorosrrZos.pathrrrrr3platformrZdistutils.errorsr$Z#setuptools.extern.packaging.versionr	Zsetuptools.extern.six.movesr
ZmonkeyrsystemrrrImportErrorr%r&Z_msvc9_suppress_errorsZdistutils.msvc9compilerrrr#r2r6r*r?rYrrr(rrrr<module>sJ	*
& 
$s5