%PDF- %PDF-
Direktori : /snap/core20/2379/lib/python3/dist-packages/setuptools/__pycache__/ |
Current File : //snap/core20/2379/lib/python3/dist-packages/setuptools/__pycache__/msvc.cpython-38.pyc |
U @{?^ � @ sX d Z ddlZddlmZ ddlmZmZ ddlmZm Z m Z mZ ddlZddl Z ddlZddlZddlmZ ddlmZ dd lmZ e �� d kr�ddlmZ ddlmZ nG d d� d�Ze� ZeejjfZzddlm Z W n ek r� Y nX dd� Z!d$dd�Z"dd� Z#dd� Z$d%dd�Z%G dd� d�Z&G dd� d�Z'G d d!� d!�Z(G d"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)�listdir�pathsep)�join�isfile�isdir�dirname)� LegacyVersion)�filterfalse� )� get_unpatched�Windows)�winreg)�environc @ s e Zd ZdZdZdZdZdS )r N)�__name__� __module__�__qualname__� HKEY_USERS�HKEY_CURRENT_USER�HKEY_LOCAL_MACHINE�HKEY_CLASSES_ROOT� r r �1/usr/lib/python3/dist-packages/setuptools/msvc.pyr * s r )�Regc C s� d}|d| f }zt �|d�}W nJ tk rj z|d| f }t �|d�}W n tk rd d}Y nX Y nX |r�t|d�}t|�r�|S tt�| �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� � installdirzWow6432Node\Nz vcvarsall.bat)r Z get_value�KeyErrorr r r �msvc9_find_vcvarsall)�versionZvc_base�key� productdir� vcvarsallr r r r A s r �x86c O s� zt t�}|| |f|�|�W S tjjk r4 Y n tk rF Y nX zt|| ��� W S tjjk r� } zt|| |� � W 5 d}~X Y nX dS )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�kwargsZorig�excr r r r# k s r# c C sr zt t�| �W S tjjk r& Y nX zt| dd��� W S tjjk rl } zt|d� � W 5 d}~X Y nX dS )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&