B  ü(Z¶Lã@s²dZddlZddlZddlZddlZddlmZej ej ¡Z ej ej ¡Z ej ej ¡Zej ej¡Zdejkr†ej ejd¡Zn&ejr¤ej ej ej¡¡Zne ¡Zdd„ZeeddƒZejd krâd d „ZeeƒZeeƒZd d „ZeƒZdZyesejZWne k rYnXdd„Z!d,dd„Z"d-dd„Z#dd„Z$dd„Z%dd„Z&d.dd„Z'e (d¡Z)e (d¡Z*e (d¡Z+d/d d!„Z,d"d#„Z-da.d$d%„Z/d&d'„Z0d(d)„Z1d*d+„Z2dS)0aProvide 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é)ÚDistutilsPlatformErrorZ_PYTHON_PROJECT_BASEcCs.x(dD] }tj tj |d|¡¡rdSqWdS)N)z Setup.distz Setup.localZModulesTF)ÚosÚpathÚisfileÚjoin)ÚdÚfn©r ú6/opt/alt/python37/lib/python3.7/distutils/sysconfig.pyÚ_is_python_source_dir,s r Ú_homeÚntcCs0|r,tj |¡ tj tj td¡¡¡r,tS|S)NZPCbuild)rrÚnormcaseÚ startswithrÚPREFIX)rr r r Ú _fix_pcbuild5srcCstr ttƒSttƒS)N)Ú _sys_homer Ú project_baser r r r Ú _python_build=srÚcCsdtjdd…S)z–Return 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_versionQsrcCs¼|dkr|rtpt}tjdkrjtrL|r.tp,tStj t dƒd¡}tj  |¡Sdt ƒt }tj |d|¡Stjdkrªtrœtj |d¡tjj tj |d¡Stj |d¡Std tjƒ‚dS) a¤Return 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'. NÚposixÚsrcdirZIncludeÚpythonZincluderÚPCzFI don't know where Python installs its C header files on platform '%s')ÚBASE_EXEC_PREFIXÚ BASE_PREFIXrÚnameÚ python_buildrrrrÚget_config_varÚnormpathrÚ build_flagsÚpathsepr)Ú plat_specificÚprefixZincdirZ python_dirr r r Úget_python_incYs$     r)cCsž|dkr&|r|rtpt}n |r"tp$t}tjdkr^tj |ddtƒ¡}|rN|Stj |d¡Sn)Zlib_dirZ config_filer r r Úget_makefile_filenameþs  rBcCsž|dkr i}t d¡}t d¡}xx| ¡}|s0P| |¡}|rz| dd¡\}}y t|ƒ}Wntk rnYnX|||<q"| |¡}|r"d|| d¡<q"W|S)zÌParse a config.h-style file. A dictionary containing name/value pairs is returned. If an optional dictionary is passed in as the second argument, it is used instead of a new dictionary. Nz"#define ([A-Z][A-Za-z0-9_]+) (.*) z&/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/ rrr)ÚreÚcompileÚreadlineÚmatchÚgroupÚintÚ ValueError)ÚfpÚgZ define_rxZundef_rxÚlineÚmÚnÚvr r r Úparse_config_h s(      rPz"([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)z\$\(([A-Za-z][A-Za-z0-9_]*)\)z\${([A-Za-z][A-Za-z0-9_]*)}c Csâddlm}||ddddd}|dkr*i}i}i}x”| ¡}|dkrFPt |¡}|r4| dd¡\}} |  ¡} |  dd ¡} d | krŠ| ||<q4y t| ƒ} Wn$t k rº|  dd ¡||<Yq4X| ||<q4Wd } xÌ|ršx¾t |ƒD]°} || } t   | ¡pt   | ¡}|rŽ| d¡}d }||kr2t||ƒ}nˆ||krBd }nx|tjkrZtj|}n`|| kr®|  d¡rˆ| dd…| krˆd }n$d||krœd }nt|d|ƒ}n d ||<}|r”| | ¡d…}| d| ¡…} | ¡| krö| |7} | |7} d |kr| || <nzy t| ƒ} Wn"t k r@|  ¡|| <Yn X| || <|| =|  d¡r”| dd…| kr”| dd…} | |kr”| || <qâ|| =qâWqÐW| ¡x.| ¡D]"\}} t| tƒr®|  ¡||<q®W| |¡|S)zÌParse a Makefile-style file. A dictionary containing name/value pairs is returned. If an optional dictionary is passed in as the second argument, it is used instead of a new dictionary. r)ÚTextFilerÚsurrogateescape)Zstrip_commentsZ skip_blanksZ join_linesÚerrorsNrz$$rú$)r0r1r3TFZPY_é)Zdistutils.text_filerQrEÚ _variable_rxrFrGÚstripÚreplacerHrIÚlistÚ _findvar1_rxÚsearchÚ _findvar2_rxÚstrrr;rÚendÚstartÚcloseÚitemsÚ isinstanceÚupdate)r rKrQrJZdoneZnotdonerLrMrNrOZtmpvZrenamed_variablesr!ÚvalueÚfoundÚitemZafterÚkr r r Úparse_makefile,sŠ                       rhcCsZxTt |¡pt |¡}|rP| ¡\}}|d|…| | d¡¡||d…}qPqW|S)a¨Expand 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)rZr[r\ÚspanÚgetrG)ÚsÚvarsrMZbegr^r r r Úexpand_makefile_vars™s *rmc CsVtj ddjtjtjttjddƒd¡}t |t ƒt ƒdgdƒ}|j }ia t  |¡dS) z7Initialize the module as appropriate for POSIX systems.Z_PYTHON_SYSCONFIGDATA_NAMEz+_sysconfigdata_{abi}_{platform}_{multiarch}r>r)Zabir6Z multiarchÚbuild_time_varsrN)rr;rjr?rÚabiflagsr6ÚgetattrrAÚ __import__ÚglobalsÚlocalsrnr9rc)r!Z_temprnr r r Ú _init_posix´srtcCs~i}tddd|d<tddd|d<tdd|d<t ¡d|d<d |d <tƒ d d ¡|d <tj tj  t j ¡¡|d<|a dS)z+Initialize the module as appropriate for NTrr)r'r,ZLIBDESTZ BINLIBDEST)r'Z INCLUDEPYÚ EXT_SUFFIXz.exeZEXEÚ.rZVERSIONZBINDIRN) r-r)Ú_impÚextension_suffixesrrXrrÚdirnameÚabspathrÚ executabler9)rKr r r Ú_init_ntÄsr|cGs`tdkr*tƒ dtj¡}|r(|ƒniattd<ttd<t d¡}|dk rV|td<t dt¡}tjdkrœtrŽtj   t ƒ¡}tj   ||¡}ntj   t ƒ¡}tj   tj  |¡¡td<tr tjdkr t}tj  td¡s |t ¡kr tj   |td¡}tj  |¡td<tjd kr*d dl}| t¡|rXg}x|D]}| t |¡¡q:W|StSdS) aßWith 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_prefixruÚSOrrr.r)r9rrrjrr!rr+rr"rryrBrrzr$ÚisabsÚgetcwdrr6r7Zcustomize_config_varsÚappend)ÚargsÚfuncr~rÚbaser7Zvalsr!r r r r:×s@       r:cCs*|dkrddl}| dtd¡tƒ |¡S)z“Return the value of a single variable using the dictionary returned by 'get_config_vars()'. Equivalent to get_config_vars().get(name) r~rNz SO is deprecated, use EXT_SUFFIXr)ÚwarningsÚwarnÚDeprecationWarningr:rj)r!r…r r r r#!sr#)rN)rrN)N)N)3Ú__doc__rwrrCrrSrrr$r(rr}r+Ú base_prefixr Úbase_exec_prefixrr;rzrr{ryr€r rprr!rrr"r%roÚAttributeErrorrr)r-r8r=rBrPrDrVrZr\rhrmr9rtr|r:r#r r r r Ú sZ      ( 'I      mJ