Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
opt
/
imunify360
/
venv
/
lib64
/
python3.11
/
site-packages
/
setuptools
/
command
/
__pycache__
[ HOME ]
Exec
Submit
File Name : install_lib.cpython-311.pyc
� J�Fh � �^ � d dl Z d dlZd dlmZmZ d dlmc mZ G d� dej � � ZdS )� N)�product�starmapc �l � e Zd ZdZd� Zd� Zd� Zed� � � Zd� Z ed� � � Z d d �Zd� ZdS )�install_libz9Don't add compiled flags to filenames of non-Python filesc � � | � � � | � � � }|�| � |� � d S d S �N)�build�install�byte_compile)�self�outfiless �~/builddir/build/BUILD/imunify360-venv-2.5.3/opt/imunify360/venv/lib/python3.11/site-packages/setuptools/command/install_lib.py�runzinstall_lib.run sD � �� � �����<�<�>�>�������h�'�'�'�'�'� �� c �� � � � fd�� � � � D � � }t |� � � � � � }t t � j |� � � � S )z� Return a collections.Sized collections.Container of paths to be excluded for single_version_externally_managed installations. c 3 �L �K � | ]}�� |� � D ]}|V � ��d S r )� _all_packages)�.0�ns_pkg�pkgr s �r � <genexpr>z-install_lib.get_exclusions.<locals>.<genexpr> s\ �� � � � � ���)�)�&�1�1� � � � � � � � � � � r )�_get_SVEM_NSPsr �_gen_exclusion_paths�setr �_exclude_pkg_path)r �all_packages� excl_specss ` r �get_exclusionszinstall_lib.get_exclusions so �� � � � � ��-�-�/�/� � � �� �\�4�+D�+D�+F�+F�G�G� ��7�4�1�:�>�>�?�?�?r c �l � |� d� � |gz }t j j | j g|�R � S )zw Given a package name and exclusion path within that package, compute the full exclusion path. �.)�split�os�path�join�install_dir)r r �exclusion_path�partss r r zinstall_lib._exclude_pkg_path s8 � � � � �#���.�!1�1���w�|�D�,�5�u�5�5�5�5r c # �P K � | r!| V � | � d� � \ } }}| �dS dS )zn >>> list(install_lib._all_packages('foo.bar.baz')) ['foo.bar.baz', 'foo.bar', 'foo'] r N)� rpartition)�pkg_name�sep�childs r r zinstall_lib._all_packages'