Submit
Path:
~
/
/
lib
/
python3.8
/
site-packages
/
setuptools
/
command
/
__pycache__
/
File Content:
build_clib.cpython-38.pyc
U �Qab� � @ sL d dl m mZ d dlmZ d dlmZ d dlm Z G dd� dej�ZdS )� N)�DistutilsSetupError)�log)�newer_pairwise_groupc @ s e Zd ZdZdd� ZdS )� build_clibav Override the default build_clib behaviour to do the following: 1. Implement a rudimentary timestamp-based dependency system so 'compile()' doesn't run every time. 2. Add more keys to the 'build_info' dictionary: * obj_deps - specify dependencies for each object compiled. this should be a dictionary mapping a key with the source filename to a list of dependencies. Use an empty string for global dependencies. * cflags - specify a list of additional flags to pass to the compiler. c C sr |D �]f\}}|� d�}|d ks.t|ttf�s:td| ��t|�}t�d|� |� dt� �}t|t�srtd| ��g }|� dt� �}t|ttf�s�td| ��|D ]P}|g} | �|� |� |t� �} t| ttf�s�td| ��| �| � |� | � q�| j j|| jd�}t ||�g g fk�rT|� d�}|� d �} |� d �}| j j|| j|| || jd�}| j j||| j| jd� qd S ) N�sourceszfin 'libraries' option (library '%s'), 'sources' must be present and must be a list of source filenameszbuilding '%s' library�obj_depsz\in 'libraries' option (library '%s'), 'obj_deps' must be a dictionary of type 'source: list'� )� output_dir�macros�include_dirs�cflags)r r r Zextra_postargs�debug)r r )�get� isinstance�list�tupler r �info�dict�extend�appendZcompilerZobject_filenamesZ build_tempr �compiler Zcreate_static_libr )�selfZ librariesZlib_nameZ build_infor r ZdependenciesZglobal_deps�sourceZsrc_depsZ extra_depsZexpected_objectsr r r Zobjects� r �A/usr/lib/python3.8/site-packages/setuptools/command/build_clib.py�build_libraries sv �� ���� �� � ��zbuild_clib.build_librariesN)�__name__� __module__�__qualname__�__doc__r r r r r r s r ) Zdistutils.command.build_clibZcommandr ZorigZdistutils.errorsr Z distutilsr Zsetuptools.dep_utilr r r r r �<module> s
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
__init__.cpython-38.opt-1.pyc
738 bytes
0644
__init__.cpython-38.pyc
738 bytes
0644
alias.cpython-38.opt-1.pyc
2392 bytes
0644
alias.cpython-38.pyc
2392 bytes
0644
bdist_egg.cpython-38.opt-1.pyc
14182 bytes
0644
bdist_egg.cpython-38.pyc
14182 bytes
0644
bdist_rpm.cpython-38.opt-1.pyc
1784 bytes
0644
bdist_rpm.cpython-38.pyc
1784 bytes
0644
bdist_wininst.cpython-38.opt-1.pyc
954 bytes
0644
bdist_wininst.cpython-38.pyc
954 bytes
0644
build_clib.cpython-38.opt-1.pyc
2437 bytes
0644
build_clib.cpython-38.pyc
2437 bytes
0644
build_ext.cpython-38.opt-1.pyc
9865 bytes
0644
build_ext.cpython-38.pyc
9895 bytes
0644
build_py.cpython-38.opt-1.pyc
8641 bytes
0644
build_py.cpython-38.pyc
8641 bytes
0644
develop.cpython-38.opt-1.pyc
6501 bytes
0644
develop.cpython-38.pyc
6501 bytes
0644
dist_info.cpython-38.opt-1.pyc
1361 bytes
0644
dist_info.cpython-38.pyc
1361 bytes
0644
easy_install.cpython-38.opt-1.pyc
65306 bytes
0644
easy_install.cpython-38.pyc
65351 bytes
0644
egg_info.cpython-38.opt-1.pyc
21764 bytes
0644
egg_info.cpython-38.pyc
21764 bytes
0644
install.cpython-38.opt-1.pyc
3991 bytes
0644
install.cpython-38.pyc
3991 bytes
0644
install_egg_info.cpython-38.opt-1.pyc
2403 bytes
0644
install_egg_info.cpython-38.pyc
2403 bytes
0644
install_lib.cpython-38.opt-1.pyc
4090 bytes
0644
install_lib.cpython-38.pyc
4124 bytes
0644
install_scripts.cpython-38.opt-1.pyc
2273 bytes
0644
install_scripts.cpython-38.pyc
2273 bytes
0644
py36compat.cpython-38.opt-1.pyc
4610 bytes
0644
py36compat.cpython-38.pyc
4610 bytes
0644
register.cpython-38.opt-1.pyc
755 bytes
0644
register.cpython-38.pyc
755 bytes
0644
rotate.cpython-38.opt-1.pyc
2520 bytes
0644
rotate.cpython-38.pyc
2520 bytes
0644
saveopts.cpython-38.opt-1.pyc
889 bytes
0644
saveopts.cpython-38.pyc
889 bytes
0644
sdist.cpython-38.opt-1.pyc
6807 bytes
0644
sdist.cpython-38.pyc
6807 bytes
0644
setopt.cpython-38.opt-1.pyc
4537 bytes
0644
setopt.cpython-38.pyc
4537 bytes
0644
test.cpython-38.opt-1.pyc
8475 bytes
0644
test.cpython-38.pyc
8475 bytes
0644
upload.cpython-38.opt-1.pyc
5203 bytes
0644
upload.cpython-38.pyc
5203 bytes
0644
upload_docs.cpython-38.opt-1.pyc
6122 bytes
0644
upload_docs.cpython-38.pyc
6140 bytes
0644
N4ST4R_ID | Naxtarrr