Hacked By AnonymousFox

Current Path : /opt/alt/python38/lib/python3.8/site-packages/setuptools/__pycache__/
Upload File :
Current File : //opt/alt/python38/lib/python3.8/site-packages/setuptools/__pycache__/config.cpython-38.pyc

U

�ReSZ�@sddlZddlZddlZddlZddlZddlZddlZddlmZddlm	Z	ddlm
Z
ddlmZddl
Z
ddlmZmZddlmZmZddlmZGd	d
�d
�Ze
jdd��Zddd�Zdd�Zdd�Zddd�ZGdd�d�ZGdd�de�ZGdd�de�ZdS)�N)�defaultdict)�partial��wraps)�iglob)�DistutilsOptionError�DistutilsFileError)�
LegacyVersion�parse)�SpecifierSetc@s eZdZdZdd�Zdd�ZdS)�StaticModulez0
    Attempt to load the module by the name
    c	CsLtj�|�}t|j��}|��}W5QRXt�|�}t|��	t
��|`dS�N)�	importlib�util�	find_spec�open�origin�read�astr
�vars�update�locals�self)r�name�spec�strm�src�module�r��/builddir/build/BUILDROOT/alt-python38-setuptools-58.3.0-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/setuptools/config.py�__init__s
zStaticModule.__init__c
sXzt�fdd�|jjD��WStk
rR}ztdjft���|�W5d}~XYnXdS)Nc3sH|]@}t|tj�r|jD](}t|tj�r|j�krt�|j�VqqdSr
)�
isinstancer�Assign�targets�Name�id�literal_eval�value)�.0Z	statement�target��attrrr�	<genexpr>#s
�z+StaticModule.__getattr__.<locals>.<genexpr>z#{self.name} has no attribute {attr})�nextr�body�	Exception�AttributeError�formatr)rr+�err*r�__getattr__!s�
��zStaticModule.__getattr__N)�__name__�
__module__�__qualname__�__doc__r r3rrrrrsrc	cs,ztj�d|�dVW5tj�|�XdS)zH
    Add path to front of sys.path for the duration of the context.
    rN)�sys�path�remove�insert)r9rrr�
patch_path0s
r<Fc		Cs�ddlm}m}tj�|�}tj�|�s4td|��t��}t�	tj�
|��zJ|�}|rb|��ng}||krx|�|�|j
||d�t||j|d�}W5t�	|�Xt|�S)a,Read given configuration file and returns options from it as a dict.

    :param str|unicode filepath: Path to configuration file
        to get options from.

    :param bool find_others: Whether to search for other configuration files
        which could be on in various places.

    :param bool ignore_option_errors: Whether to silently ignore
        options, values of which could not be resolved (e.g. due to exceptions
        in directives such as file:, attr:, etc.).
        If False exceptions are propagated as expected.

    :rtype: dict
    r)�Distribution�
_Distributionz%Configuration file %s does not exist.)�	filenames)�ignore_option_errors)Zsetuptools.distr=r>�osr9�abspath�isfiler�getcwd�chdir�dirname�find_config_files�append�parse_config_files�parse_configuration�command_options�configuration_to_dict)	�filepathZfind_othersr@r=r>Zcurrent_directory�distr?�handlersrrr�read_configuration<s&
�
rPcCs.djft��}t�t||�}t|||�}|�S)z�
    Given a target object and option key, get that option from
    the target object, either through a get_{key} method or
    from an attribute directly.
    z	get_{key})r1r�	functoolsr�getattr)�
target_obj�keyZgetter_nameZby_attribute�getterrrr�_get_optionisrVcCs<tt�}|D]*}|jD]}t|j|�}|||j|<qq|S)z�Returns configuration data gathered by given handlers as a dict.

    :param list[ConfigHandler] handlers: Handlers list,
        usually from parse_configuration()

    :rtype: dict
    )r�dict�set_optionsrVrS�section_prefix)rOZconfig_dict�handler�optionr'rrrrLus
rLcCs6t|||�}|��t|j|||j�}|��||fS)a�Performs additional parsing of configuration options
    for a distribution.

    Returns a list of used option handlers.

    :param Distribution distribution:
    :param dict command_options:
    :param bool ignore_option_errors: Whether to silently ignore
        options, values of which could not be resolved (e.g. due to exceptions
        in directives such as file:, attr:, etc.).
        If False exceptions are propagated as expected.
    :rtype: list
    )�ConfigOptionsHandlerr
�ConfigMetadataHandler�metadata�package_dir)�distributionrKr@�options�metarrrrJ�s�rJc@s�eZdZdZdZiZd'dd�Zedd��Zdd	�Z	e
d(dd��Ze
d)d
d��Ze
dd��Z
e
dd��Ze
dd��Ze
dd��Zedd��Zedd��Ze
d*dd��Ze
dd��Ze
d+dd ��Zd!d"�Zd#d$�Zd%d&�ZdS),�
ConfigHandlerz1Handles metadata supplied in configuration files.NFcCs^i}|j}|��D].\}}|�|�s&q|�|d��d�}|||<q||_||_||_g|_dS)N��.)	rY�items�
startswith�replace�stripr@rS�sectionsrX)rrSrar@rjrY�section_name�section_optionsrrrr �s

zConfigHandler.__init__cCstd|jj��dS)�.Metadata item name to parser function mapping.z!%s must provide .parsers propertyN)�NotImplementedError�	__class__r4)rrrr�parsers�s
�zConfigHandler.parsersc	Cs�t�}|j}|j�||�}t|||�}||kr6t|��|r>dSd}|j�|�}|r�z||�}Wn tk
r~d}|jsz�YnX|r�dSt|d|d�}|dkr�t	|||�n||�|j
�|�dS)NFTzset_%s)�tuplerS�aliases�getrR�KeyErrorrpr/r@�setattrrXrH)	rZoption_namer'�unknownrS�
current_valueZskip_option�parser�setterrrr�__setitem__�s0zConfigHandler.__setitem__�,cCs8t|t�r|Sd|kr |��}n
|�|�}dd�|D�S)z�Represents value as a list.

        Value is split either by separator (defaults to comma) or by lines.

        :param value:
        :param separator: List items separator character.
        :rtype: list
        �
cSsg|]}|��r|���qSr)ri)r(�chunkrrr�
<listcomp>sz-ConfigHandler._parse_list.<locals>.<listcomp>)r!�list�
splitlines�split)�clsr'�	separatorrrr�_parse_list�s



zConfigHandler._parse_listc	sjd}|j�|d�}g}|D]J�t�fdd�|D��rZ|�tdd�ttj����D���q|���q|S)aEquivalent to _parse_list() but expands any glob patterns using glob().

        However, unlike with glob() calls, the results remain relative paths.

        :param value:
        :param separator: List items separator character.
        :rtype: list
        )�*�?�[�]�{�}�r�c3s|]}|�kVqdSr
r)r(�char�r'rrr,sz1ConfigHandler._parse_list_glob.<locals>.<genexpr>css |]}tj�|t���VqdSr
)rAr9�relpathrD�r(r9rrrr,s�)	r��any�extend�sortedrrAr9rBrH)r�r'r�Zglob_characters�valuesZexpanded_valuesrr�r�_parse_list_globs
�zConfigHandler._parse_list_globcCsPd}i}|�|�D]8}|�|�\}}}||kr:td|��|��||��<q|S)zPRepresents value as a dict.

        :param value:
        :rtype: dict
        �=z(Unable to parse option value to dict: %s)r��	partitionrri)r�r'r��result�linerT�sep�valrrr�_parse_dict s�zConfigHandler._parse_dictcCs|��}|dkS)zQRepresents value as boolean.

        :param value:
        :rtype: bool
        )�1�true�yes)�lower)r�r'rrr�_parse_bool3szConfigHandler._parse_boolcs�fdd�}|S)z�Returns a parser function to make sure field inputs
        are not files.

        Parses a value after getting the key so error messages are
        more informative.

        :param key:
        :rtype: callable
        cs d}|�|�rtd�����|S)N�file:zCOnly strings are accepted for the {0} field, files are not accepted)rg�
ValueErrorr1)r'Zexclude_directive�rTrrrxIs
��z3ConfigHandler._exclude_files_parser.<locals>.parserr)r�rTrxrr�r�_exclude_files_parser=s	z#ConfigHandler._exclude_files_parsercs\d}t|t�s|S|�|�s |S|t|�d�}dd�|�d�D�}d��fdd�|D��S)aORepresents value as a string, allowing including text
        from nearest files using `file:` directive.

        Directive is sandboxed and won't reach anything outside
        directory with setup.py.

        Examples:
            file: README.rst, CHANGELOG.md, src/file.txt

        :param str value:
        :rtype: str
        r�Ncss|]}tj�|���VqdSr
)rAr9rBrir�rrrr,ksz,ConfigHandler._parse_file.<locals>.<genexpr>r{r|c3s.|]&}��|�stj�|�r��|�VqdS)TN)�
_assert_localrAr9rC�
_read_filer��r�rrr,ls

�)r!�strrg�lenr��join)r�r'Zinclude_directiverZ	filepathsrr�r�_parse_fileTs

�zConfigHandler._parse_filecCs|�t���std|��dS)Nz#`file:` directive can not access %s)rgrArDr)rMrrrr�rszConfigHandler._assert_localc
Cs.tj|dd��}|��W5QR�SQRXdS)Nzutf-8)�encoding)�iorr)rM�frrrr�wszConfigHandler._read_filec
Csd}|�|�s|S|�|d����d�}|��}d�|�}|p@d}t��}|r�|d|kr�||d}|�dd�}	t	|	�dkr�tj
�t��|	d�}|	d}q�|}nd|kr�tj
�t��|d�}t|��Dztt
|�|�WW5QR�Stk
�rt�|�}
YnXW5QRXt|
|�S)z�Represents value as a module attribute.

        Examples:
            attr: package.attr
            attr: package.module.attr

        :param str value:
        :rtype: str
        zattr:rdrer r�/�)rgrhrir��popr�rArD�rsplitr�r9r<rRrr/r�
import_module)r�r'r_Zattr_directiveZ
attrs_path�	attr_name�module_name�parent_pathZcustom_path�partsrrrr�_parse_attr|s0



zConfigHandler._parse_attrcs�fdd�}|S)z�Returns parser function to represents value as a list.

        Parses a value applying given methods one after another.

        :param parse_methods:
        :rtype: callable
        cs|}�D]}||�}q|Sr
r)r'�parsed�method��
parse_methodsrrr
�s
z1ConfigHandler._get_parser_compound.<locals>.parser)r�r�r
rr�r�_get_parser_compound�s
z"ConfigHandler._get_parser_compoundcCs6i}|pdd�}|��D]\}\}}||�||<q|S)z�Parses section options into a dictionary.

        Optionally applies a given parser to values.

        :param dict section_options:
        :param callable values_parser:
        :rtype: dict
        cSs|Sr
r)r�rrr�<lambda>��z6ConfigHandler._parse_section_to_dict.<locals>.<lambda>)rf)r�rlZ
values_parserr'rT�_r�rrr�_parse_section_to_dict�s

z$ConfigHandler._parse_section_to_dictc	Cs<|��D].\}\}}z|||<Wqtk
r4YqXqdS)zQParses configuration file section.

        :param dict section_options:
        N)rfrt)rrlrr�r'rrr�
parse_section�s
zConfigHandler.parse_sectioncCsb|j��D]R\}}d}|r"d|}t|d|�dd�d�}|dkrTtd|j|f��||�q
dS)zTParses configuration file items from one
        or more related sections.

        rdz_%szparse_section%sre�__Nz0Unsupported distribution option section: [%s.%s])rjrfrRrhrrY)rrkrlZmethod_postfixZsection_parser_methodrrrr
�s ���zConfigHandler.parsecst�����fdd��}|S)z�this function will wrap around parameters that are deprecated

        :param msg: deprecation message
        :param warning_class: class of warning exception to be raised
        :param func: function to be wrapped around
        cst�����||�Sr
)�warnings�warn)�args�kwargs��func�msg�
warning_classrr�config_handler�sz@ConfigHandler._deprecated_config_handler.<locals>.config_handlerr)rr�r�r�r�rr�r�_deprecated_config_handler�sz(ConfigHandler._deprecated_config_handler)F)r{)r{)N)N)r4r5r6r7rYrrr �propertyrprz�classmethodr�r�r�r�r�r��staticmethodr�r�r�r�r�r�r
r�rrrrrc�s@

&

	



-
rccsHeZdZdZddddd�ZdZd�fd	d
�	Zedd��Zd
d�Z	�Z
S)r]r^�url�description�classifiers�	platforms)Z	home_page�summary�
classifier�platformFNcstt|��|||�||_dSr
)�superr]r r_)rrSrar@r_�rorrr s
�zConfigMetadataHandler.__init__cCs^|j}|j}|j}|j}||||�|dt�||�||�|d�|�|d�dt�||||j|d�
S)rmz[The requires parameter is deprecated, please use install_requires for runtime dependencies.�license�license_filezDThe license_file parameter is deprecated, use license_files instead.)
r��keywords�provides�requires�	obsoletesr�r�r�Z
license_filesr��long_description�versionZproject_urls)r�r�r�r�r��DeprecationWarningr��_parse_version)r�
parse_list�
parse_file�
parse_dictZexclude_files_parserrrrrps4�
��zConfigMetadataHandler.parserscCs�|�|�}||krB|��}tt|�t�r>d}t|jft����|S|�||j	�}t
|�r^|�}t|t�s�t|d�r�d�
tt|��}nd|}|S)zSParses `version` option value.

        :param value:
        :rtype: str

        zCVersion loaded from {value} does not comply with PEP 440: {version}�__iter__rez%s)r�rir!r
r	rr1rr�r_�callabler��hasattrr��map)rr'r��tmplrrrr�?s 
�

z$ConfigMetadataHandler._parse_version)FN)r4r5r6rYrrZstrict_moder r�rpr��
__classcell__rrr�rr]s��
!r]c@sdeZdZdZedd��Zdd�Zdd�Zdd	�Zd
d�Z	dd
�Z
dd�Zdd�Zdd�Z
dd�ZdS)r\racCsN|j}t|jdd�}|j}|j}|j}|||||||||||j|j|t|d�S)rm�;r�)Zzip_safeZinclude_package_datar_�scriptsZeager_resourcesZdependency_links�namespace_packagesZinstall_requiresZsetup_requiresZ
tests_require�packages�entry_points�
py_modulesZpython_requires�cmdclass)r�rr�r��_parse_cmdclass�_parse_packagesr�r)rr�Zparse_list_semicolonZ
parse_boolr�Zparse_cmdclassrrrrpgs*�zConfigOptionsHandler.parserscs$dd���fdd�|�|���D�S)NcSs8|�d�}||dd�}|d|�}t|�}t||�S)Nrer�)�rfind�
__import__rR)Zqualified_class_name�idx�
class_name�pkg_namerrrr�
resolve_class�s

z;ConfigOptionsHandler._parse_cmdclass.<locals>.resolve_classcsi|]\}}|�|��qSrr�r(�k�v�r�rr�
<dictcomp>�sz8ConfigOptionsHandler._parse_cmdclass.<locals>.<dictcomp>)r�rf)rr'rr�rr��s	z$ConfigOptionsHandler._parse_cmdclasscCsjddg}|��}||kr"|�|�S||dk}|�|j�di��}|rTddlm}nddlm}|f|�S)zTParses `packages` option value.

        :param value:
        :rtype: list
        zfind:zfind_namespace:r�z
packages.findr)�find_namespace_packages)�
find_packages)rir��parse_section_packages__findrjrs�
setuptoolsrr)rr'Zfind_directivesZ
trimmed_valueZfindns�find_kwargsrrrrr��s
�z$ConfigOptionsHandler._parse_packagescsT|�||j�}dddg�t�fdd�|��D��}|�d�}|dk	rP|d|d<|S)z�Parses `packages.find` configuration file section.

        To be used in conjunction with _parse_packages().

        :param dict section_options:
        �where�include�excludecs$g|]\}}|�kr|r||f�qSrrr��Z
valid_keysrrr~�szEConfigOptionsHandler.parse_section_packages__find.<locals>.<listcomp>Nr)r�r�rWrfrs)rrlZsection_datarrrr	rr�s
�
z1ConfigOptionsHandler.parse_section_packages__findcCs|�||j�}||d<dS)z`Parses `entry_points` configuration file section.

        :param dict section_options:
        r�N)r�r��rrlr�rrr�parse_section_entry_points�sz/ConfigOptionsHandler.parse_section_entry_pointscCs.|�||j�}|�d�}|r*||d<|d=|S)Nr�rd)r�r�rs)rrlr��rootrrr�_parse_package_data�s
z(ConfigOptionsHandler._parse_package_datacCs|�|�|d<dS)z`Parses `package_data` configuration file section.

        :param dict section_options:
        �package_dataN�r
�rrlrrr�parse_section_package_data�sz/ConfigOptionsHandler.parse_section_package_datacCs|�|�|d<dS)zhParses `exclude_package_data` configuration file section.

        :param dict section_options:
        Zexclude_package_dataNrrrrr�"parse_section_exclude_package_data�sz7ConfigOptionsHandler.parse_section_exclude_package_datacCs"t|jdd�}|�||�|d<dS)zbParses `extras_require` configuration file section.

        :param dict section_options:
        r�r�Zextras_requireN)rr�r�)rrlr�rrr�parse_section_extras_require�s
�z1ConfigOptionsHandler.parse_section_extras_requirecCs(|�||j�}dd�|��D�|d<dS)z^Parses `data_files` configuration file section.

        :param dict section_options:
        cSsg|]\}}||f�qSrrr�rrrr~�szAConfigOptionsHandler.parse_section_data_files.<locals>.<listcomp>�
data_filesN)r�r�rfr
rrr�parse_section_data_files�sz-ConfigOptionsHandler.parse_section_data_filesN)r4r5r6rYr�rpr�r�rrr
rrrrrrrrr\cs


r\)FF)F) rr�rAr8r�rQr�collectionsrrr�globr�
contextlib�distutils.errorsrrZ#setuptools.extern.packaging.versionr	r
Z&setuptools.extern.packaging.specifiersrr�contextmanagerr<rPrVrLrJrcr]r\rrrr�<module>s4

-
c_

Hacked By AnonymousFox1.0, Coded By AnonymousFox