Hacked By AnonymousFox

Current Path : /opt/alt/python38/lib/python3.8/site-packages/setuptools/__pycache__/
Upload File :
Current File : //opt/alt/python38/lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc

U

�Re���@s�dZddlZddlmZddlmZmZddlmZm	Z	m
Z
mZddlZddl
Z
ddlZddlZddlZddlZddlmZddlmZdd	lmZe��d
kr�ddlZddlmZnGdd
�d
�Ze�ZeejjfZ zddl!m"Z"Wne k
r�YnXdd�Z#d/dd�Z$dd�Z%dd�Z&ddddd�Z'dd�Z(dd�Z)d d!�Z*d"d#�Z+d0d%d&�Z,Gd'd(�d(�Z-Gd)d*�d*�Z.Gd+d,�d,�Z/Gd-d.�d.�Z0dS)1a�
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)�listdir�pathsep)�join�isfile�isdir�dirname)�
LegacyVersion)�unique_everseen�)�
get_unpatched�Windows)�environc@seZdZdZdZdZdZdS)�winregN)�__name__�
__module__�__qualname__�
HKEY_USERS�HKEY_CURRENT_USER�HKEY_LOCAL_MACHINE�HKEY_CLASSES_ROOT�rr��/builddir/build/BUILDROOT/alt-python38-setuptools-58.3.0-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/setuptools/msvc.pyr+sr)�RegcCs�d}|d|f}zt�|d�}WnJtk
rjz|d|f}t�|d�}Wntk
rdd}YnXYnX|r�t|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\N�
vcvarsall.bat)r�	get_value�KeyErrorrrr�msvc9_find_vcvarsall)�versionZvc_base�key�
productdir�	vcvarsallrrrrBs
r�x86c
Os�ztt�}|||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�	distutils�errors�DistutilsPlatformError�
ValueError�EnvironmentInfo�
return_env�_augment_exception)�ver�arch�args�kwargs�orig�excrrrr%lsr%cCs�zt�tjddtjtjB�}Wntk
r4YdSXd}d}|��t��D]�}zt�||�\}}}Wntk
r�Yq�YnX|rL|tj	krLt
|�rLztt|��}Wnt
tfk
r�YqLYnX|dkrL||krL||}}qLW5QRX||fS)�0Python 3.8 "distutils/_msvccompiler.py" backportz'Software\Microsoft\VisualStudio\SxS\VC7r�NNN�)r�OpenKeyr�KEY_READZKEY_WOW64_32KEY�OSError�	itertools�count�	EnumValue�REG_SZr�int�floatr)�	TypeError)r!�best_version�best_dir�i�vZvc_dir�vtr rrr�_msvc14_find_vc2015�s2
�
rEcCs�t�d�pt�d�}|sdSz>t�t|ddd�ddd	d
dd
dd
dddg�jddd���}Wntjtt	fk
rxYdSXt|ddd�}t
|�r�d|fSdS)a�Python 3.8 "distutils/_msvccompiler.py" backport

    Returns "15, path" based on the result of invoking vswhere.exe
    If no install is found, returns "None, None"

    The version is returned to avoid unnecessarily changing the function
    result. It may be ignored when the path is not None.

    If vswhere.exe is not available, by definition, VS 2017 is not
    installed.
    �ProgramFiles(x86)�ProgramFilesr4zMicrosoft Visual StudioZ	Installerzvswhere.exez-latestz-prereleasez-requiresAnyz	-requiresz1Microsoft.VisualStudio.Component.VC.Tools.x86.x64z)Microsoft.VisualStudio.Workload.WDExpressz	-property�installationPathz	-products�*�mbcs�strict)�encodingr'�VCZ	AuxiliaryZBuild�)r�get�
subprocess�check_outputr�decode�strip�CalledProcessErrorr8�UnicodeDecodeErrorr)�root�pathrrr�_msvc14_find_vc2017�s6�	�
rX�x64�arm�arm64)r$Z	x86_amd64Zx86_armZ	x86_arm64c	
Cs�t�\}}d}|tkr t|}nd|kr,dnd}|r�t|ddddd|d	d
�	}zddl}|j|dd
�d}Wntttfk
r�d}YnX|s�t�\}}|r�t|d|dd
�}|s�dSt|d�}t|�s�dS|r�t|�s�d}||fS)r3N�amd64rYr$z..�redistZMSVCz**zMicrosoft.VC14*.CRTzvcruntime140.dllrT)�	recursive���zMicrosoft.VC140.CRTr4r)	rX�PLAT_SPEC_TO_RUNTIMEr�glob�ImportErrorr8�LookupErrorrEr)	�	plat_spec�_rA�	vcruntimeZvcruntime_platZvcredistrar@r#rrr�_msvc14_find_vcvarsall�s>

�

�
rgc
Cs�dtkrdd�t��D�St|�\}}|s6tj�d��z&tjd�||�tj	d�j
ddd	�}Wn:tjk
r�}ztj�d
�|j��|�W5d}~XYnXdd�d
d�|�
�D�D�}|r�||d<|S)r3ZDISTUTILS_USE_SDKcSsi|]\}}|��|�qSr��lower)�.0r!�valuerrr�
<dictcomp>s�z&_msvc14_get_vc_env.<locals>.<dictcomp>zUnable to find vcvarsall.batzcmd /u /c "{}" {} && set)�stderrzutf-16le�replace)r'zError executing {}NcSs$i|]\}}}|r|r|��|�qSrrh)rjr!rerkrrrrls
�css|]}|�d�VqdS)�=N)�	partition)rj�linerrr�	<genexpr>sz%_msvc14_get_vc_env.<locals>.<genexpr>�py_vcruntime_redist)r�itemsrgr&r'r(rPrQ�format�STDOUTrRrT�cmd�
splitlines)rdr#rf�outr2�envrrr�_msvc14_get_vc_envs:��
��

���r{c
CsBz
t|�WStjjk
r<}zt|d��W5d}~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
    �,@N)r{r&r'r(r,)rdr2rrr�msvc14_get_vc_env(s


r}cOsBdtjkr4ddl}t|j�td�kr4|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)
�sys�modules�numpyr	�__version__r&Z	ccompilerZgen_lib_optionsr�msvc14_gen_lib_options)r/r0�nprrrr�Bs

r�rcCs�|jd}d|��ks"d|��kr�d}|jft��}d}|dkrf|���d�dkr\|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 cz;Microsoft Visual C++ {version:0.1f} or greater is required.z-www.microsoft.com/download/details.aspx?id=%d�"@Zia64r_z( 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 r|zd Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/N)r/riru�locals�find)r2r r.�message�tmplZ
msdownloadrrrr,Os


r,c@sbeZdZdZe�dd���Zdd�Ze	dd��Z
dd	�Zd
d�Zdd
d�Z
ddd�Zddd�ZdS)�PlatformInfoz�
    Current and Target Architectures information.

    Parameters
    ----------
    arch: str
        Target architecture.
    Zprocessor_architecturercCs|���dd�|_dS)NrYr\)rirnr.)�selfr.rrr�__init__szPlatformInfo.__init__cCs|j|j�d�dd�S)zs
        Return Target CPU architecture.

        Return
        ------
        str
            Target CPU
        rerN)r.r��r�rrr�
target_cpu�s
zPlatformInfo.target_cpucCs
|jdkS)z�
        Return True if target CPU is x86 32 bits..

        Return
        ------
        bool
            CPU is x86 32 bits
        r$�r�r�rrr�
target_is_x86�s	zPlatformInfo.target_is_x86cCs
|jdkS)z�
        Return True if current CPU is x86 32 bits..

        Return
        ------
        bool
            CPU is x86 32 bits
        r$��current_cpur�rrr�current_is_x86�s	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$rr\�\x64�\%sr��r��hidex86rYrrr�current_dir�s�zPlatformInfo.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$rr\r�r�r�r�rrr�
target_dir�s�zPlatformInfo.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_)r�r�r�rn)r��forcex86�currentrrr�	cross_dir�s�zPlatformInfo.cross_dirN)FF)FF)F)rrr�__doc__rrOrir�r��propertyr�r�r�r�r�r�rrrrr�ts


r�c@s�eZdZdZejejejejfZ	dd�Z
edd��Zedd��Z
edd	��Zed
d��Zedd
��Zedd��Zedd��Zedd��Zedd��Zddd�Zdd�ZdS)�RegistryInfoz�
    Microsoft Visual Studio related registry information.

    Parameters
    ----------
    platform_info: PlatformInfo
        "PlatformInfo" instance.
    cCs
||_dS�N)�pi)r�Z
platform_inforrrr��szRegistryInfo.__init__cCsdS)z�
        Microsoft Visual Studio root registry key.

        Return
        ------
        str
            Registry key
        ZVisualStudiorr�rrr�visualstudio�s
zRegistryInfo.visualstudiocCst|jd�S)z
        Microsoft Visual Studio SxS registry key.

        Return
        ------
        str
            Registry key
        ZSxS)rr�r�rrr�sxss
zRegistryInfo.sxscCst|jd�S)z|
        Microsoft Visual C++ VC7 registry key.

        Return
        ------
        str
            Registry key
        ZVC7�rr�r�rrr�vcs
zRegistryInfo.vccCst|jd�S)z
        Microsoft Visual Studio VS7 registry key.

        Return
        ------
        str
            Registry key
        ZVS7r�r�rrr�vss
zRegistryInfo.vscCsdS)z�
        Microsoft Visual C++ for Python registry key.

        Return
        ------
        str
            Registry key
        zDevDiv\VCForPythonrr�rrr�
vc_for_python(s
zRegistryInfo.vc_for_pythoncCsdS)zq
        Microsoft SDK registry key.

        Return
        ------
        str
            Registry key
        zMicrosoft SDKsrr�rrr�
microsoft_sdk4s
zRegistryInfo.microsoft_sdkcCst|jd�S)z�
        Microsoft Windows/Platform SDK registry key.

        Return
        ------
        str
            Registry key
        r
�rr�r�rrr�windows_sdk@s
zRegistryInfo.windows_sdkcCst|jd�S)z�
        Microsoft .NET Framework SDK registry key.

        Return
        ------
        str
            Registry key
        ZNETFXSDKr�r�rrr�	netfx_sdkLs
zRegistryInfo.netfx_sdkcCsdS)z�
        Microsoft Windows Kits Roots registry key.

        Return
        ------
        str
            Registry key
        zWindows Kits\Installed Rootsrr�rrr�windows_kits_rootsXs
zRegistryInfo.windows_kits_rootsFcCs$|j��s|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
        rZWow6432NodeZSoftware�	Microsoft)r�r�r)r�r!r$Znode64rrr�	microsoftdszRegistryInfo.microsoftc	
Cs�tj}tj}tj}|j}|jD]�}d}z||||�d|�}Wn`ttfk
r�|j�	�s�z||||d�d|�}Wq�ttfk
r�YYqYq�XnYqYnXz8zt�
||�dWW�"Sttfk
r�YnXW5|r�||�XqdS)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
        NrT)rr7r6ZCloseKeyr��HKEYSr8�IOErrorr�r��QueryValueEx)	r�r!�nameZkey_readZopenkeyZclosekey�ms�hkey�bkeyrrr�lookupws*



zRegistryInfo.lookupN)F)rrrr�rrrrrr�r�r�r�r�r�r�r�r�r�r�r�r�r�rrrrr��s6�









r�c@s<eZdZdZe�dd�Ze�dd�Ze�de�Zd7dd�Z	d	d
�Z
dd�Zd
d�Ze
dd��Zedd��Zedd��Zdd�Zdd�Zedd��Zedd��Zedd��Zedd ��Zed!d"��Zed#d$��Zed%d&��Zed'd(��Zed)d*��Zed+d,��Zed-d.��Zed/d0��Zed1d2��Z d3d4�Z!e
d8d5d6��Z"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.
    �WinDirrrGrFNcCs2||_|jj|_|��|_|p$|��|_|_dSr�)�rir��find_programdata_vs_vers�known_vs_paths�_find_latest_available_vs_ver�vs_ver�vc_ver)r�Z
registry_infor�rrrr��s



�zSystemInfo.__init__cCs>|��}|s|jstj�d��t|�}|�|j�t|�dS)zm
        Find the latest VC version

        Return
        ------
        float
            version
        z%No Microsoft Visual C++ version foundr_)�find_reg_vs_versr�r&r'r(�set�update�sorted)r�Zreg_vc_versZvc_versrrrr��s	
�z(SystemInfo._find_latest_available_vs_vercCs.|jj}|jj|jj|jjf}g}t�|jj|�D]�\}}zt�	|||�dtj
�}Wnttfk
rpYq2YnX|��t�
|�\}}}	t|�D]@}
t�t��,tt�||
�d�}||kr�|�|�W5QRXq�t|�D]>}
t�t��*tt�||
��}||k�r|�|�W5QRXq�W5QRXq2t|�S)z�
        Find Microsoft Visual Studio versions available in registry.

        Return
        ------
        list of float
            Versions
        r)r�r�r�r�r�r9�productr�rr6r7r8r�ZQueryInfoKey�range�
contextlib�suppressr)r>r;�append�EnumKeyr�)r�r�ZvckeysZvs_versr�r!r�Zsubkeys�valuesrerBr-rrrr��s*	

"zSystemInfo.find_reg_vs_versc	Cs�i}d}zt|�}Wnttfk
r0|YSX|D]�}z\t||d�}t|ddd��}t�|�}W5QRX|d}tt|d��|||�|d�<Wq6tttfk
r�Yq6Yq6Xq6|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.json�rtzutf-8)rLrH�
VC\Tools\MSVCZinstallationVersion)	rr8r�rr�json�load�_as_float_versionr)	r�Zvs_versionsZ
instances_dirZhashed_namesr�Z
state_pathZ
state_file�stateZvs_pathrrrr��s*
�
��z#SystemInfo.find_programdata_vs_verscCstd�|�d�dd���S)z�
        Return a string version as a simplified float version (major.minor)

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

        Return
        ------
        float
            version
        �.N�)r>r�split)r rrrr�szSystemInfo._as_float_versioncCs.t|jd|j�}|j�|jjd|j�p,|S)zp
        Microsoft Visual Studio directory.

        Return
        ------
        str
            path
        zMicrosoft Visual Studio %0.1f�%0.1f)r�ProgramFilesx86r�r�r�r�)r��defaultrrr�VSInstallDir)s�zSystemInfo.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()r�rW�msgrrr�VCInstallDir:s

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

        Return
        ------
        str
            path
        r|rr�r_N)r�r�rr�rrr�r�r8r��
IndexError)r�Zvs_dirZguess_vcr�rrrr�Ls	

zSystemInfo._guess_vccCsbt|jd|j�}t|jjd|j�}|j�|d�}|rBt|d�n|}|j�|jjd|j�p`|S)z{
        Locate Visual C++ for versions prior to 2017.

        Return
        ------
        str
            path
        z Microsoft Visual Studio %0.1f\VCr�rrM)rr�r�r�r�r�r�)r�r�Zreg_pathZ	python_vcZ
default_vcrrrr�js	�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
        r�)z7.0z6.1z6.0ar�)z7.1z7.0a�&@)z8.0z8.0a�(@)�8.1z8.1ar|)z10.0r�N�r�r�rrr�WindowsSdkVersion~s





zSystemInfo.WindowsSdkVersioncCs|�t|jd��S)zt
        Microsoft Windows SDK last version.

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

        Return
        ------
        str
            path
        rzv%s�installationfolderr�rZWinSDKNr�zMicrosoft SDKs\Windows Kits\%szMicrosoft SDKs\Windows\v%sZPlatformSDK)r�rr�r�r�rr�r��rfindrGr�)r��sdkdirr-�locrW�install_baseZintver�drrrr��s6

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

        Return
        ------
        str
            path
        r��#r�(r�TF)rYr�zWinSDK-NetFx%dTools%sr��-r|zv%sAr�N)r�r�r�rn�NetFxSdkVersionrr�r�r�r�r�)	r�Znetfxverr.r�ZfxZregpathsr-rWZexecpathrrr�WindowsSDKExecutablePath�s"



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

        Return
        ------
        str
            path
        z%0.1f\Setup\F#r"r)rr�r�r�r�)r�rWrrr�FSharpInstallDir�s
zSystemInfo.FSharpInstallDircCsF|jdkrdnd}|D]*}|j�|jjd|�}|r|p:dSqdS)zt
        Microsoft Universal CRT SDK directory.

        Return
        ------
        str
            path
        r|)�10Z81rz
kitsroot%srN)r�r�r�r�)r��versr-r�rrr�UniversalCRTSdkDir�s�zSystemInfo.UniversalCRTSdkDircCs|�t|jd��S)z�
        Microsoft Universal C Runtime SDK last version.

        Return
        ------
        str
            version
        r�)r�rr�r�rrr�UniversalCRTSdkLastVersions
z%SystemInfo.UniversalCRTSdkLastVersioncCs|jdkrdSdS)z�
        Microsoft .NET Framework SDK versions.

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

        Return
        ------
        str
            path
        rZkitsinstallationfolder)r�rr�r�r�)r�r�r-r�rrr�NetFxSdkDir*s

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

        Return
        ------
        str
            path
        zMicrosoft.NET\FrameworkZframeworkdir32�rr�r�r�r��r�Zguess_fwrrr�FrameworkDir32<szSystemInfo.FrameworkDir32cCs"t|jd�}|j�|jjd�p |S)zw
        Microsoft .NET Framework 64bit directory.

        Return
        ------
        str
            path
        zMicrosoft.NET\Framework64Zframeworkdir64r�r�rrr�FrameworkDir64LszSystemInfo.FrameworkDir64cCs
|�d�S)z�
        Microsoft .NET Framework 32bit versions.

        Return
        ------
        tuple of str
            versions
        � ��_find_dot_net_versionsr�rrr�FrameworkVersion32\s
zSystemInfo.FrameworkVersion32cCs
|�d�S)z�
        Microsoft .NET Framework 64bit versions.

        Return
        ------
        tuple of str
            versions
        �@r�r�rrr�FrameworkVersion64hs
zSystemInfo.FrameworkVersion64cCs�|j�|jjd|�}t|d|�}|p6|�|d�p6d}|jdkrJ|dfS|jdkrt|��dd	�d
krldn|dfS|jd
kr�dS|jdkr�dSdS)z�
        Find Microsoft .NET Framework versions.

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

        Return
        ------
        tuple of str
            versions
        zframeworkver%dzFrameworkDir%drCrr�zv4.0r�Nr�Zv4z
v4.0.30319�v3.5r�)r�
v2.0.50727g @)zv3.0r)r�r�r��getattrr�r�ri)r��bitsZreg_verZdot_net_dirr-rrrr�ts

 

z!SystemInfo._find_dot_net_versionscs*��fdd�tt���D�}t|d�p(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|VqdSr�)rr�
startswith)rj�dir_name�rW�prefixrrrr�s
�z0SystemInfo._use_last_dir_name.<locals>.<genexpr>Nr)�reversedr�next)rWrZ
matching_dirsrrrr��s
�zSystemInfo._use_last_dir_name)N)r)#rrrr�rrOr�rGr�r�r�r�r��staticmethodr�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�rr�r�rrrrr��sZ


*





*
"








r�c@sTeZdZdZd=dd�Zedd��Zedd	��Zed
d��Zedd
��Z	edd��Z
edd��Zedd��Zedd��Z
edd��Zedd��Zedd��Zdd�Zedd��Zed d!��Zed"d#��Zed$d%��Zed&d'��Zed(d)��Zed*d+��Zed,d-��Zed.d/��Zed0d1��Zed2d3��Zed4d5��Zed6d7��Zd>d9d:�Zd;d<�Z dS)?r*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�r�r�r��sir�r&r'r()r�r.r�Z
vc_min_ver�errrrrr��s

zEnvironmentInfo.__init__cCs|jjS)zk
        Microsoft Visual Studio.

        Return
        ------
        float
            version
        )rr�r�rrrr��s
zEnvironmentInfo.vs_vercCs|jjS)zp
        Microsoft Visual C++ version.

        Return
        ------
        float
            version
        )rr�r�rrrr��s
zEnvironmentInfo.vc_vercsVddg}�jdkrD�jjddd�}|dg7}|dg7}|d|g7}�fd	d
�|D�S)zu
        Microsoft Visual Studio Tools.

        Return
        ------
        list of str
            paths
        zCommon7\IDEz
Common7\Toolsr|T�r�rYz1Common7\IDE\CommonExtensions\Microsoft\TestWindowzTeam Tools\Performance ToolszTeam Tools\Performance Tools%scsg|]}t�jj|��qSr�rrr��rjrWr�rr�
<listcomp>�sz+EnvironmentInfo.VSTools.<locals>.<listcomp>)r�r�r�)r��paths�arch_subdirrr�r�VSTools�s



zEnvironmentInfo.VSToolscCst|jjd�t|jjd�gS)z�
        Microsoft Visual C++ & Microsoft Foundation Class Includes.

        Return
        ------
        list of str
            paths
        �IncludezATLMFC\Include�rrr�r�rrr�
VCIncludes�s
�zEnvironmentInfo.VCIncludescsb�jdkr�jjdd�}n�jjdd�}d|d|g}�jdkrP|d|g7}�fd	d
�|D�S)z�
        Microsoft Visual C++ & Microsoft Foundation Class Libraries.

        Return
        ------
        list of str
            paths
        �.@T�rY�r��Lib%szATLMFC\Lib%sr|zLib\store%scsg|]}t�jj|��qSrrrr�rrrsz/EnvironmentInfo.VCLibraries.<locals>.<listcomp>)r�r�r�)r�rrrr�r�VCLibrariess


zEnvironmentInfo.VCLibrariescCs|jdkrgSt|jjd�gS)z�
        Microsoft Visual C++ store references Libraries.

        Return
        ------
        list of str
            paths
        r|zLib\store\references)r�rrr�r�rrr�VCStoreRefss

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

        Return
        ------
        list of str
            paths
        Z
VCPackagesr�TF�Bin%sr|rrz
bin\HostX86%sz
bin\HostX64%sr�Bin)rrr�r�r�r�r�r�r�r�r�)r�r�toolsr�rrWZhost_dirrrr�VCTools(s0


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

        Return
        ------
        list of str
            paths
        r�Trrrr�z%sum%sN)r�r�r�rrr��_sdk_subdir)r�rr�Zlibverrrr�OSLibrariesMs

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

        Return
        ------
        list of str
            paths
        �includer��glr|rz%ssharedz%sumz%swinrtN)rrr�r�r")r�r$�sdkverrrr�
OSIncludesas


�zEnvironmentInfo.OSIncludescCs�t|jjd�}g}|jdkr&||j7}|jdkr@|t|d�g7}|jdkr�||t|jjd�t|dd�t|d	d�t|d
d�t|jjddd
|jddd�g7}|S)z}
        Microsoft Windows SDK Libraries Paths.

        Return
        ------
        list of str
            paths
        Z
Referencesr�r�zCommonConfiguration\Neutralr|Z
UnionMetadataz'Windows.Foundation.UniversalApiContractz1.0.0.0z%Windows.Foundation.FoundationContractz,Windows.Networking.Connectivity.WwanContractZ
ExtensionSDKszMicrosoft.VCLibsr�ZCommonConfigurationZneutral)rrr�r�r#)r��ref�libpathrrr�	OSLibpathys@




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

        Return
        ------
        list of str
            paths
        )�list�
_sdk_toolsr�rrr�SdkTools�s
zEnvironmentInfo.SdkToolsccs�|jdkr,|jdkrdnd}t|jj|�V|j��s\|jjdd�}d|}t|jj|�V|jdkr�|j��rvd	}n|jjddd
�}d|}t|jj|�VnB|jdkr�t|jjd�}|jjdd�}|jj}t|d||f�V|jj	r�|jj	Vd
S)z�
        Microsoft Windows SDK Tools paths generator.

        Return
        ------
        generator of str
            paths
        rr�rzBin\x86Trr)r�r�rrzBin\NETFX 4.0 Tools%sz%s%sN)
r�rrr�r�r�r�r�r�r�)r��bin_dirrrWr&rrrr,�s(	




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

        Return
        ------
        str
            subdir
        �%s\r)rr��r��ucrtverrrrr"�s
zEnvironmentInfo._sdk_subdircCs|jdkrgSt|jjd�gS)zs
        Microsoft Windows SDK Setup.

        Return
        ------
        list of str
            paths
        r��Setup)r�rrr�r�rrr�SdkSetup�s

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

        Return
        ------
        list of str
            paths
        r�Tr\csg|]}t�j|��qSr)rr��rjr-�rrrr�s�z+EnvironmentInfo.FxTools.<locals>.<listcomp>csg|]}t�j|��qSr)rr�r4r5rrrs�)	r�rr�r�r�r�r�r�r)r�r�Z	include32Z	include64r rr5r�FxTools�s"

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

        Return
        ------
        list of str
            paths
        r|Trzlib\um%s)r�rr�r�r�r)r�rrrr�NetFxSDKLibrariess
z!EnvironmentInfo.NetFxSDKLibrariescCs&|jdks|jjsgSt|jjd�gS)z}
        Microsoft .Net Framework SDK Includes.

        Return
        ------
        list of str
            paths
        r|z
include\um)r�rr�rr�rrr�NetFxSDKIncludess
z EnvironmentInfo.NetFxSDKIncludescCst|jjd�gS)z�
        Microsoft Visual Studio Team System Database.

        Return
        ------
        list of str
            paths
        z
VSTSDB\Deployrr�rrr�VsTDb$s
zEnvironmentInfo.VsTDbcCsv|jdkrgS|jdkr0|jj}|jjdd�}n|jj}d}d|j|f}t||�g}|jdkrr|t||d�g7}|S)zn
        Microsoft Build Engine.

        Return
        ------
        list of str
            paths
        r�rTrrzMSBuild\%0.1f\bin%sZRoslyn)r�rr�r�r�r�r)r��	base_pathrrW�buildrrr�MSBuild0s



zEnvironmentInfo.MSBuildcCs|jdkrgSt|jjd�gS)zt
        Microsoft HTML Help Workshop.

        Return
        ------
        list of str
            paths
        r�zHTML Help Workshop)r�rrr�r�rrr�HTMLHelpWorkshopLs

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

        Return
        ------
        list of str
            paths
        r|Trr�z%sucrt%s)r�r�r�rrr��_ucrt_subdir)r�rr�r1rrr�
UCRTLibraries[s

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

        Return
        ------
        list of str
            paths
        r|r$z%sucrt)r�rrr�r>)r�r$rrr�UCRTIncludesms

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

        Return
        ------
        str
            subdir
        r/r)rr�r0rrrr>}s
zEnvironmentInfo._ucrt_subdircCs(d|jkrdkrnngS|jjgS)zk
        Microsoft Visual F#.

        Return
        ------
        list of str
            paths
        r�r�)r�rr�r�rrr�FSharp�s
zEnvironmentInfo.FSharpc
Cs�d|j}|jjdd��d�}g}|jj}t|�dd��}t|�rft	|t
|�d�}||t	|d�g7}|t	|d	�g7}d
|jdd
t|j�df}t
�||�D]&\}}t	||||�}	t|	�r�|	Sq�dS)
z
        Microsoft Visual C++ runtime redistributable dll.

        Return
        ------
        str
            path
        zvcruntime%d0.dllTrr�z\Toolsz\Redistr_Zonecorer]zMicrosoft.VC%d.CRT�
N)r�r�r�rSrr�rrnrrrr=r�r9r�r)
r�rfr�prefixesZ
tools_pathZredist_pathZcrt_dirsrZcrt_dirrWrrr�VCRuntimeRedist�s 

�zEnvironmentInfo.VCRuntimeRedistTcCs�t|�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�}|jdkr�t|j�r�|j|d<|S)z�
        Return environment dict.

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

        Return
        ------
        dict
            environment
        r$r�r)rW)r$r�r)rWr5rs)�dict�_build_pathsrr'r@r8rr#r6r?r7rr*r!rr9r-r3r<r=rAr�rrD)r��existsrzrrrr+�sV�������	�� 
zEnvironmentInfo.return_envc
Csntj�|�}t�|d��t�}t�||�}|r<ttt	|��n|}|s\d|�
�}tj�
|��t|�}	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)r9�chain�
from_iterablerrOr�rr+�filterr�upperr&r'r(r
r)
r�r�Zspec_path_listsrGZ
spec_pathsZ	env_pathsrZextant_pathsr�Zunique_pathsrrrrF�szEnvironmentInfo._build_paths)Nr)T)!rrrr�r�r�r�r�rrrrr!r#r'r*r-r,r"r3r6r7r8r9r<r=r?r@r>rArDr+rFrrrrr*�sj
	







$


#
#












"
2r*)r$)r)1r�r��ior�osrr�os.pathrrrrr~r��platformr9rP�distutils.errorsr&Z#setuptools.extern.packaging.versionr	Z setuptools.extern.more_itertoolsr
�monkeyr�systemrrrErbr'r(Z_msvc9_suppress_errorsZdistutils.msvc9compilerrrr%rErXr`rgr{r}r�r,r�r�r�r*rrrr�<module>s`�	*
&&�'$
%s:

Hacked By AnonymousFox1.0, Coded By AnonymousFox