B � f C�@s~dZddlZddlZddlZddlmZddlmZddlTddl m Z m Z ddl m Z Gdd �d e�ZGd d �d ee �ZdS) zHdistutils.command.build_py Implements the Distutils 'build_py' command.�N)�glob)�Command)�*)� convert_path� Mixin2to3)�logc@s�eZdZdZdddddgZddgZd diZd d �Zd d �Zdd�Z dd�Z dd�Z dd�Z dd�Z dd�Zdd�Zdd�Zdd�Zd d!�Zd"d#�Zd$d%�Zd2d'd(�Zd)d*�Zd+d,�Zd-d.�Zd/d0�Zd1S)3�build_pyz5"build" pure Python modules (copy to build directory))z build-lib=�dzdirectory to "build" (copy) to)�compile�czcompile .py to .pyc)z no-compileNz!don't compile .py files [default])z optimize=�Ozlalso compile with optimization: -O1 for "python -O", -O2 for "python -OO", and -O0 to disable [default: -O0])�force�fz2forcibly build everything (ignore file timestamps)r r z no-compilecCs4d|_d|_d|_d|_d|_d|_d|_d|_dS)Nr)� build_lib� py_modules�package� package_data� package_dirr �optimizer )�self�r�?/opt/alt/python37/lib64/python3.7/distutils/command/build_py.py�initialize_options szbuild_py.initialize_optionsc Cs�|�ddd�|jj|_|jj|_|jj|_i|_|jjrbx&|jj��D]\}}t|�|j|<qHW|��|_ t |j t �s�y,t |j �|_ d|j kr�dks�nt �Wn tt fk r�td��YnXdS)NZbuild)rr)r r r�zoptimize must be 0, 1, or 2)Zset_undefined_options� distribution�packagesrrr�itemsr�get_data_files� data_files� isinstancer�int�AssertionError� ValueErrorZDistutilsOptionError)r�name�pathrrr�finalize_options*s"       zbuild_py.finalize_optionscCs:|jr|��|jr$|��|��|�|jdd��dS)Nr)�include_bytecode)r� build_modulesr�build_packages�build_package_data� byte_compile� get_outputs)rrrr�runCs z build_py.runcs�g}|js|Sxr|jD]h}|�|�}tjj|jg|�d��}d�|rRt|�d��fdd�|�||�D�}|� ||||f�qW|S)z?Generate list of '(package,src_dir,build_dir,filenames)' tuples�.r�csg|]}|�d��qS)Nr)�.0�file)�plenrr� <listcomp>tsz+build_py.get_data_files.<locals>.<listcomp>) r�get_package_dir�osr$�joinr�split�len�find_data_files�append)r�datar�src_dir� build_dir� filenamesr)r1rras   zbuild_py.get_data_filescs`|j�dg�|j�|g�}g�x:|D]2}ttj�|t|���}���fdd�|D��q&W�S)z6Return filenames for package's data files in 'src_dir'�cs$g|]}|�krtj�|�r|�qSr)r4r$�isfile)r/�fn)�filesrrr2�s z,build_py.find_data_files.<locals>.<listcomp>)r�getrr4r$r5r�extend)rrr;Zglobs�patternZfilelistr)rArr8ys  zbuild_py.find_data_filescCshd}x^|jD]T\}}}}xF|D]>}tj�||�}|�tj�|��|jtj�||�|dd�qWq WdS)z$Copy data files into build directoryNF)� preserve_mode)rr4r$r5�mkpath�dirname� copy_file)rZlastdirrr;r<r=�filename�targetrrrr)�s zbuild_py.build_package_datacCs�|�d�}|js&|r tjj|�SdSn�g}x�|r�y|jd�|�}Wn*tk rn|�d|d�|d=Yq,X|�d|�tjj|�Sq,W|j�d�}|dk r�|�d|�|r�tjj|�SdSdS)z�Return the directory, relative to the top of the source distribution, where package 'package' should be found (at least according to the 'package_dir' option, if any).r-r>r���N)r6rr4r$r5�KeyError�insertrB)rrr$�tailZpdirrrrr3�s(       zbuild_py.get_package_dircCsj|dkr8tj�|�s td|��tj�|�s8td|��|rftj�|d�}tj�|�rZ|St�d|�dS)Nr>z%package directory '%s' does not existz>supposed package directory '%s' exists, but is not a directoryz __init__.pyz8package init file '%s' not found (or not a regular file)) r4r$�existsZDistutilsFileError�isdirr5r?r�warn)rrr�init_pyrrr� check_package�s    zbuild_py.check_packagecCs&tj�|�st�d||�dSdSdS)Nz!file %s (for module %s) not foundFT)r4r$r?rrQ)r�module� module_filerrr� check_module�s zbuild_py.check_modulec Cs�|�||�ttj�|d��}g}tj�|jj�}xX|D]P}tj�|�}||krztj�tj� |��d}|� |||f�q8|� d|�q8W|S)Nz*.pyrz excluding %s) rSrr4r$r5�abspathrZ script_name�splitext�basenamer9Z debug_print) rrrZ module_files�modulesZ setup_scriptrZabs_frTrrr�find_package_modules�s   zbuild_py.find_package_modulesc Cs�i}g}x�|jD]�}|�d�}d�|dd��}|d}y||\}}Wn"tk rj|�|�}d}YnX|s�|�||�} |df||<| r�|�|d| f�tj�||d�} |� || �s�q|�||| f�qW|S)a�Finds individually-specified Python modules, ie. those listed by module name in 'self.py_modules'. Returns a list of tuples (package, module_base, filename): 'package' is a tuple of the path through package-space to the module; 'module_base' is the bare (no packages, no dots) module name, and 'filename' is the path to the ".py" file (relative to the distribution root) that implements the module. r-rrKr.�__init__z.py) rr6r5rLr3rSr9r4r$rV) rrrZrTr$rZ module_baser�checkedrRrUrrr� find_modules�s*       zbuild_py.find_modulescCsRg}|jr|�|���|jrNx.|jD]$}|�|�}|�||�}|�|�q&W|S)a4Compute the list of all modules that will be built, whether they are specified one-module-at-a-time ('self.py_modules') or by whole packages ('self.packages'). Return a list of tuples (package, module, module_file), just like 'find_modules()' and 'find_package_modules()' do.)rrCr^rr3r[)rrZrr�mrrr�find_all_moduless   zbuild_py.find_all_modulescCsdd�|��D�S)NcSsg|] }|d�qS)rKr)r/rTrrrr2-sz-build_py.get_source_files.<locals>.<listcomp>)r`)rrrr�get_source_files,szbuild_py.get_source_filescCs$|gt|�|dg}tjj|�S)Nz.py)�listr4r$r5)rr<rrTZ outfile_pathrrr�get_module_outfile/szbuild_py.get_module_outfiler.cCs�|��}g}xx|D]p\}}}|�d�}|�|j||�}|�|�|r|jr`|�tjj|dd��|j dkr|�tjj||j d��qW|dd�|j D�7}|S)Nr-r>)� optimizationrcSs,g|]$\}}}}|D]}tj�||��qqSr)r4r$r5)r/rr;r<r=rIrrrr2Cs z(build_py.get_outputs.<locals>.<listcomp>) r`r6rcrr9r � importlib�util�cache_from_sourcerr)rr&rZZoutputsrrTrUrIrrrr+3s"       zbuild_py.get_outputscCsbt|t�r|�d�}nt|ttf�s,td��|�|j||�}tj � |�}|� |�|j ||dd�S)Nr-z:'package' must be a string (dot-separated), list, or tupler)rE) r�strr6rb�tuple� TypeErrorrcrr4r$rGrFrH)rrTrUrZoutfile�dirrrr� build_moduleJs    zbuild_py.build_modulecCs.|��}x |D]\}}}|�|||�qWdS)N)r^rl)rrZrrTrUrrrr'Yszbuild_py.build_modulescCsXxR|jD]H}|�|�}|�||�}x,|D]$\}}}||ks>t�|�|||�q(WqWdS)N)rr3r[r!rl)rrrrZZpackage_rTrUrrrr(bs    zbuild_py.build_packagescCs�tjr|�d�dSddlm}|j}|dtjkr>|tj}|jrZ||d|j ||j d�|j dkr||||j |j ||j d�dS)Nz%byte-compiling is disabled, skipping.r)r*rK)rr �prefix�dry_run) �sys�dont_write_bytecoderQ�distutils.utilr*rr4�sepr r rnr)rrAr*rmrrrr*vs    zbuild_py.byte_compileN)r.)�__name__� __module__� __qualname__Z descriptionZ user_optionsZboolean_optionsZ negative_optrr%r,rr8r)r3rSrVr[r^r`rarcr+rlr'r(r*rrrrrs6   '4  rc@seZdZdd�Zdd�ZdS)� build_py_2to3cCsLg|_|jr|��|jr*|��|��|�|j�|�|jdd��dS)Nr)r&) � updated_filesrr'rr(r)Zrun_2to3r*r+)rrrrr,�s zbuild_py_2to3.runcCs,t�||||�}|dr(|j�|d�|S)Nr.r)rrlrwr9)rrTrUrZresrrrrl�szbuild_py_2to3.build_moduleN)rsrtrur,rlrrrrrv�srv)�__doc__r4�importlib.utilrerorZdistutils.corerZdistutils.errorsrqrrZ distutilsrrrvrrrr�<module>s   }