U ybbP@sdZddlZddlZddlZddlZddlmZddlmZm Z ej ej Z ej ejZej ejZej ejZdejkrej ejdZn&ejrej ej ejZneZddZeed dZejd krd d ZeeZeeZd dZeZ dZ!ze sej"Z!Wne#k r*YnXddZ$d-ddZ%d.ddZ&ddZ'ddZ(ddZ)d/ddZ*e+dZ,e+dZ-e+d Z.d0d!d"Z/d#d$Z0da1d%d&Z2d'd(Z3d)d*Z4d+d,Z5dS)1aProvide access to Python's configuration information. The specific configuration variables available depend heavily on the platform and configuration. The values may be retrieved using get_config_var(name), and the list of variables is available via get_config_vars().keys(). Additional convenience functions are also available. Written by: Fred L. Drake, Jr. Email: N)DistutilsPlatformError) get_platformget_host_platformZ_PYTHON_PROJECT_BASEcCs,dD]"}tjtj|d|rdSqdS)N)ZSetupz Setup.localZModulesTF)ospathisfilejoin)dfnr 8/opt/alt/python38/lib64/python3.8/distutils/sysconfig.py_is_python_source_dir+sr_homentcCs0|r,tj|tjtjtdr,tS|S)NZPCbuild)rrnormcase startswithr PREFIX)r r r r _fix_pcbuild4s rcCstr ttSttS)N) _sys_homer project_baser r r r _python_build<srcCsdtjddS)zReturn a string containing the major and minor Python version, leaving off the patchlevel. Sample return values could be '1.5' or '2.2'. z%d.%dN)sys version_infor r r r get_python_versionPsrcCs|dkr|rtpt}tjdkrjtrL|r.tp,tStjt dd}tj |Sdt t }tj|d|Stjdkrtrtj|dtjj tj|dStj|dStd tjdS) aReturn the directory containing installed Python header files. If 'plat_specific' is false (the default), this is the path to the non-platform-specific header files, i.e. Python.h and so on; otherwise, this is the path to platform-specific header files (namely pyconfig.h). If 'prefix' is supplied, use it instead of sys.base_prefix or sys.base_exec_prefix -- i.e., ignore 'plat_specific'. NposixsrcdirZIncludepythonZincluderPCzFI don't know where Python installs its C header files on platform '%s')BASE_EXEC_PREFIX BASE_PREFIXrname python_buildrrrr get_config_varnormpathr build_flagspathsepr) plat_specificprefixZincdirZ python_dirr r r get_python_incXs*      r+cCs|dkr&|r|rtpt}n |r"tp$t}tjdkrp|s8|r>d}nd}tj||dt}|r`|Stj|dSnrendstartcloseitems isinstanceupdate)r rPrVrOZdoneZnotdonerQrRrSrTZtmpvZrenamed_variablesr#valuefounditemZafterkr r r parse_makefile/s                       rmcCsVt|pt|}|rR|\}}|d|||d||d}qqRq|S)aExpand Makefile-style variables -- "${foo}" or "$(foo)" -- in 'string' according to 'vars' (a dictionary mapping variable names to values). Variables not present in 'vars' are silently expanded to the empty string. The variable values in 'vars' should not contain further variable expansions; if 'vars' is the output of 'parse_makefile()', you're fine. Returns a variable-expanded version of 's'. rrN)r_r`raspangetrL)svarsrRZbegrcr r r expand_makefile_varss  *rrc CsVtjddjtjtjttjddd}t |t t dgd}|j }ia t |dS) z7Initialize the module as appropriate for POSIX systems.Z_PYTHON_SYSCONFIGDATA_NAMEz+_sysconfigdata_{abi}_{platform}_{multiarch}rCr)Zabir9Z multiarchbuild_time_varsrN)rr>rorDrabiflagsr9getattrrF __import__globalslocalsrsr<rh)r#Z_temprsr r r _init_posixs rycCs~i}tddd|d<tddd|d<tdd|d<td|d<d |d <td d |d <tjtj t j |d<|a dS)z+Initialize the module as appropriate for NTrrrBZLIBDESTZ BINLIBDESTr@Z INCLUDEPY EXT_SUFFIXz.exeZEXE.rZVERSIONZBINDIRN) r0r+_impextension_suffixesrr]rrdirnameabspathr executabler<)rPr r r _init_ntsrcGs\tdkr*tdtj}|r(|niattd<ttd<td}|dk rV|td<tdt}tjdkrtrtj t }tj ||}ntj t }tj tj |td<tr tjdkr t}tj tds |tkr tj |td}tj |td<tjd kr*d dl}|t|rTg}|D]}|t|q8|StSdS) aWith no arguments, return a dictionary of all configuration variables relevant for the current platform. Generally this includes everything needed to build extensions and install both pure modules and extensions. On Unix, this means every variable defined in Python's installed Makefile; on Windows it's a much smaller set. With arguments, return a list of values that result from looking up each argument in the configuration variable dictionary. NZ_init_r* exec_prefixrzSOrrr1r)r<rwrorr#rr.rr$rr~rGr rr&isabsgetcwdrr9r:Zcustomize_config_varsappend)argsfuncrrbaser:Zvalsr#r r r r=sB       r=cCs*|dkrddl}|dtdt|S)zReturn the value of a single variable using the dictionary returned by 'get_config_vars()'. Equivalent to get_config_vars().get(name) rrNz SO is deprecated, use EXT_SUFFIXr)warningswarnDeprecationWarningr=ro)r#rr r r r%!sr%)rN)rrN)N)N)6__doc__r|rrHrrXrutilrrrr&r*rrr. base_prefixr"base_exec_prefixr!r>rrrr~rrrurr#rrr$r'rtAttributeErrorrr+r0r;rArGrUrIr[r_rarmrrr<ryrr=r%r r r r s\       ( +I      jJ