o
    Ëý°jo@  ã                   @   sd   d Z ddlZddlZddlZddlZddlmZ ddlT ddl	m
Z
 ddlmZ G dd„ deƒZdS )	zHdistutils.command.build_py

Implements the Distutils 'build_py' command.é    N)ÚCommand)Ú*)Úconvert_path)Úlogc                   @   sÂ   e Zd ZdZg d¢ZddgZddiZdd„ Zdd	„ Zd
d„ Z	dd„ Z
dd„ Zdd„ Zdd„ Zdd„ Zdd„ Zdd„ Zdd„ Zdd„ Zdd„ Zd d!„ Zd.d#d$„Zd%d&„ Zd'd(„ Zd)d*„ Zd+d,„ Zd-S )/Úbuild_pyz5"build" pure Python modules (copy to build directory)))z
build-lib=Údzdirectory to "build" (copy) to)ÚcompileÚczcompile .py to .pyc)ú
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   r
   c                 C   s4   d | _ d | _d | _d | _d | _d| _d| _d | _d S )Nr   )Ú	build_libÚ
py_modulesÚpackageÚpackage_dataÚpackage_dirr   Úoptimizer   ©Úself© r   ú™/root/aizidognhua/tmp/workspace/projects/ec89d86c-575f-41c9-af57-ac45cbdbf775/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_py.pyÚinitialize_options    s   
zbuild_py.initialize_optionsc              	   C   sÄ   |   ddd¡ | jj| _| jj| _| jj| _i | _| jjr/| jj ¡ D ]\}}t|ƒ| j|< q#|  ¡ | _	t
| jtƒs`zt| jƒ| _d| j  krMdksPJ ‚ J ‚W d S  ttfy_   tdƒ‚w d S )NÚbuild)r   r   )r   r   r   é   zoptimize must be 0, 1, or 2)Úset_undefined_optionsÚdistributionÚpackagesr   r   r   Úitemsr   Úget_data_filesÚ
data_filesÚ
isinstancer   ÚintÚ
ValueErrorÚAssertionErrorÚDistutilsOptionError)r   ÚnameÚpathr   r   r   Úfinalize_options*   s(   þ



$ÿüzbuild_py.finalize_optionsc                 C   s:   | j r|  ¡  | jr|  ¡  |  ¡  |  | jdd�¡ d S )Nr   )Úinclude_bytecode)r   Úbuild_modulesr   Úbuild_packagesÚbuild_package_dataÚbyte_compileÚget_outputsr   r   r   r   ÚrunC   s   zbuild_py.runc                    s‚   g }| j s|S | j D ]4}|  |¡}tjj| jg| d¡ Ž }d‰ |r(t|ƒd ‰ ‡ fdd„|  ||¡D ƒ}| 	||||f¡ q
|S )z?Generate list of '(package,src_dir,build_dir,filenames)' tuplesÚ.r   é   c                    s   g | ]}|ˆ d … ‘qS ©Nr   )Ú.0Úfile©Úplenr   r   Ú
<listcomp>s   s    ÿz+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   r5   r   r   a   s   



ÿzbuild_py.get_data_filesc                    sd   | j  dg ¡| j  |g ¡ }g ‰ |D ]}t tj t |¡t|ƒ¡¡}ˆ  ‡ fdd„|D ƒ¡ qˆ S )z6Return filenames for package's data files in 'src_dir'Ú c                    s$   g | ]}|ˆ vrt j |¡r|‘qS r   )r9   r'   Úisfile)r3   Úfn©Úfilesr   r   r7   ‚   s    

ÿz,build_py.find_data_files.<locals>.<listcomp>)	r   ÚgetÚglobr9   r'   r:   Úescaper   Úextend)r   r   r@   ÚglobsÚpatternÚfilelistr   rF   r   r=   y   s   ÿzbuild_py.find_data_filesc                 C   s`   d}| j D ](\}}}}|D ]}tj ||¡}|  tj |¡¡ | jtj ||¡|dd� qqdS )z$Copy data files into build directoryNF©Úpreserve_mode)r    r9   r'   r:   ÚmkpathÚdirnameÚ	copy_file)r   Úlastdirr   r@   rA   rB   ÚfilenameÚtargetr   r   r   r,   †   s   ÿýÿzbuild_py.build_package_datac                 C   sº   |  d¡}| js|rtjj|Ž S dS g }|rCz
| jd |¡ }W n ty4   | d|d ¡ |d= Y nw | d|¡ tjj|Ž S |s| j d¡}|durS| d|¡ |r[tjj|Ž S dS )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).r0   rC   r   éÿÿÿÿN)r;   r   r9   r'   r:   ÚKeyErrorÚinsertrH   )r   r   r'   ÚtailÚpdirr   r   r   r8   �   s,   

þøzbuild_py.get_package_dirc                 C   sj   |dkrt j |¡std| ƒ‚t j |¡std| ƒ‚|r3t j |d¡}t j |¡r-|S t d|¡ d S )NrC   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))	r9   r'   ÚexistsÚDistutilsFileErrorÚisdirr:   rD   r   Úwarn)r   r   r   Úinit_pyr   r   r   Úcheck_package·   s&   ÿÿÿÿzbuild_py.check_packagec                 C   s"   t j |¡st d||¡ dS dS )Nz!file %s (for module %s) not foundFT)r9   r'   rD   r   r_   )r   ÚmoduleÚmodule_filer   r   r   Úcheck_moduleÒ   s   zbuild_py.check_modulec           	      C   s”   |   ||¡ t tj t |¡d¡¡}g }tj | jj¡}|D ](}tj |¡}||kr@tj 	tj 
|¡¡d }| |||f¡ q|  d| ¡ q|S )Nz*.pyr   zexcluding %s)ra   rI   r9   r'   r:   rJ   Úabspathr   Úscript_nameÚsplitextÚbasenamer>   Údebug_print)	r   r   r   Úmodule_filesÚmodulesÚsetup_scriptr   Úabs_frb   r   r   r   Úfind_package_modulesÙ   s   zbuild_py.find_package_modulesc              	   C   sÎ   i }g }| j D ]]}| d¡}d |dd… ¡}|d }z|| \}}W n ty3   |  |¡}d}Y nw |sL|  ||¡}	|df||< |	rL| |d|	f¡ tj ||d ¡}
|  	||
¡s\q| |||
f¡ q|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.
        r0   r   rW   r1   Ú__init__ú.py)
r   r;   r:   rX   r8   ra   r>   r9   r'   rd   )r   r   rk   rb   r'   r   Úmodule_baser   Úcheckedr`   rc   r   r   r   Úfind_modulesè   s,   


þzbuild_py.find_modulesc                 C   sN   g }| j r| |  ¡ ¡ | jr%| jD ]}|  |¡}|  ||¡}| |¡ q|S )a4  Compute 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.)r   rK   rs   r   r8   rn   )r   rk   r   r   Úmr   r   r   Úfind_all_modules  s   

zbuild_py.find_all_modulesc                 C   s   dd„ |   ¡ D ƒS )Nc                 S   s   g | ]}|d  ‘qS )rW   r   )r3   rb   r   r   r   r7   -  s    z-build_py.get_source_files.<locals>.<listcomp>)ru   r   r   r   r   Úget_source_files,  s   zbuild_py.get_source_filesc                 C   s$   |gt |ƒ |d g }tjj|Ž S )Nrp   )Úlistr9   r'   r:   )r   rA   r   rb   Úoutfile_pathr   r   r   Úget_module_outfile/  s   zbuild_py.get_module_outfiler1   c                 C   sš   |   ¡ }g }|D ]8\}}}| d¡}|  | j||¡}| |¡ |r@| jr/| tjj|dd�¡ | j	dkr@| tjj|| j	d�¡ q|dd„ | j
D ƒ7 }|S )Nr0   rC   )Úoptimizationr   c                 S   s,   g | ]\}}}}|D ]	}t j ||¡‘q
qS r   )r9   r'   r:   )r3   r   r@   rA   rB   rU   r   r   r   r7   B  s    
ýþÿz(build_py.get_outputs.<locals>.<listcomp>)ru   r;   ry   r   r>   r   Ú	importlibÚutilÚcache_from_sourcer   r    )r   r)   rk   Úoutputsr   rb   rc   rU   r   r   r   r.   3  s(   


ÿ

ÿ€þzbuild_py.get_outputsc                 C   sb   t |tƒr| d¡}nt |ttfƒstdƒ‚|  | j||¡}tj	 
|¡}|  |¡ | j||dd�S )Nr0   z:'package' must be a string (dot-separated), list, or tupler   rO   )r!   Ústrr;   rw   ÚtupleÚ	TypeErrorry   r   r9   r'   rR   rQ   rS   )r   rb   rc   r   ÚoutfileÚdirr   r   r   Úbuild_moduleJ  s   
ÿ
zbuild_py.build_modulec                 C   s*   |   ¡ }|D ]\}}}|  |||¡ qd S r2   )rs   r„   )r   rk   r   rb   rc   r   r   r   r*   Y  s   ûzbuild_py.build_modulesc                 C   sP   | j D ]"}|  |¡}|  ||¡}|D ]\}}}||ksJ ‚|  |||¡ qqd S r2   )r   r8   rn   r„   )r   r   r   rk   Úpackage_rb   rc   r   r   r   r+   b  s   


þñzbuild_py.build_packagesc                 C   s„   t jr
|  d¡ d S ddlm} | j}|d tjkr|tj }| jr-||d| j	|| j
d� | jdkr@||| j| j	|| j
d� d S d S )Nz%byte-compiling is disabled, skipping.r   )r-   rW   )r   r   ÚprefixÚdry_run)ÚsysÚdont_write_bytecoder_   Údistutils.utilr-   r   r9   Úsepr   r   r‡   r   )r   rG   r-   r†   r   r   r   r-   v  s    


ÿ


ÿÿzbuild_py.byte_compileN)r1   )Ú__name__Ú
__module__Ú__qualname__ÚdescriptionÚuser_optionsÚboolean_optionsÚnegative_optr   r(   r/   r   r=   r,   r8   ra   rd   rn   rs   ru   rv   ry   r.   r„   r*   r+   r-   r   r   r   r   r      s0    


'4
	r   )Ú__doc__r9   Úimportlib.utilr{   rˆ   rI   Údistutils.corer   Údistutils.errorsrŠ   r   Ú	distutilsr   r   r   r   r   r   Ú<module>   s    