<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
B
    ‘–ReK  ã               @   s‚   d Z ddlZddlZddlmZ ddlmZ ddlmZ ddl	m
Z
 ddlmZ ddlmZ ddlZe d	¡ZG d
d„ deƒZdS )zRdistutils.command.build_scripts

Implements the Distutils 'build_scripts' command.é    N)ÚST_MODE)Ú	sysconfig)ÚCommand)Únewer)Úconvert_path)Úlogs   ^#!.*python[0-9.]*([ 	].*)?$c               @   sH   e Zd ZdZdddgZdgZdd„ Zdd	„ Zd
d„ Zdd„ Z	dd„ Z
dS )Úbuild_scriptsz("build" scripts (copy and fixup #! line))z
build-dir=Údzdirectory to "build" (copy) to)ÚforceÚfz1forcibly build everything (ignore file timestamps)zexecutable=Úez*specify final destination interpreter pathr
   c             C   s"   d | _ d | _d | _d | _d | _d S )N)Ú	build_dirÚscriptsr
   Ú
executableÚoutfiles)Úself© r   ú¡/builddir/build/BUILDROOT/alt-python37-setuptools-58.3.0-4.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/setuptools/_distutils/command/build_scripts.pyÚinitialize_options   s
    z build_scripts.initialize_optionsc             C   s   |   dddd¡ | jj| _d S )NÚbuild)r   r   )r
   r
   )r   r   )Úset_undefined_optionsÚdistributionr   )r   r   r   r   Úfinalize_options%   s
    zbuild_scripts.finalize_optionsc             C   s   | j S )N)r   )r   r   r   r   Úget_source_files,   s    zbuild_scripts.get_source_filesc             C   s   | j s
d S |  ¡  d S )N)r   Úcopy_scripts)r   r   r   r   Úrun/   s    zbuild_scripts.runc          
   C   s¾  |   | j¡ g }g }x(| jD ]}d}t|ƒ}tj | jtj |¡¡}| |¡ | j	spt
||ƒspt d|¡ qyt|dƒ}W n  tk
rž   | js–‚ d}Y nXX t |j¡\}}| d¡ | ¡ }	|	sÖ|  d| ¡ qt |	¡}
|
röd}|
 d¡pôd	}|rt d
|| j¡ | |¡ | jstjs.| j}n(tj t d¡dt d¡t d¡f ¡}t |¡}d| | d }y| d¡ W n$ tk
r¢   t d !|¡ƒ‚Y nX y| |¡ W n& tk
rØ   t d !||¡ƒ‚Y nX t|dƒ}| "|¡ | #| $¡ ¡ W dQ R X |r<| %¡  q|r&| %¡  | |¡ |  &||¡ qW tj'dkr¶xh|D ]`}| jrlt d|¡ nDt (|¡t) d@ }|dB d@ }||krRt d|||¡ t *||¡ qRW ||fS )a"  Copy each script listed in 'self.scripts'; if it's marked as a
        Python script in the Unix way (first line matches 'first_line_re',
        ie. starts with "\#!" and contains "python"), then adjust the first
        line to refer to the current Python interpreter as we copy.
        Fznot copying %s (up-to-date)ÚrbNr   z%s is an empty file (skipping)Té   ó    zcopying and adjusting %s -> %sÚBINDIRz
python%s%sÚVERSIONÚEXEs   #!ó   
zutf-8z.The shebang ({!r}) is not decodable from utf-8zAThe shebang ({!r}) is not decodable from the script encoding ({})ÚwbÚposixzchanging mode of %siÿ  im  z!changing mode of %s from %o to %o)+Úmkpathr   r   r   ÚosÚpathÚjoinÚbasenameÚappendr
   r   r   ÚdebugÚopenÚOSErrorÚdry_runÚtokenizeÚdetect_encodingÚreadlineÚseekÚwarnÚfirst_line_reÚmatchÚgroupÚinfor   Úpython_buildr   Úget_config_varÚfsencodeÚdecodeÚUnicodeDecodeErrorÚ
ValueErrorÚformatÚwriteÚ
writelinesÚ	readlinesÚcloseÚ	copy_fileÚnameÚstatr   Úchmod)r   r   Zupdated_filesÚscriptÚadjustÚoutfiler   ÚencodingÚlinesÚ
first_liner5   Úpost_interpr   ÚshebangÚoutfÚfileZoldmodeZnewmoder   r   r   r   5   s    












zbuild_scripts.copy_scriptsN)Ú__name__Ú
__module__Ú__qualname__ÚdescriptionÚuser_optionsÚboolean_optionsr   r   r   r   r   r   r   r   r   r      s   r   )Ú__doc__r&   ÚrerE   r   Ú	distutilsr   Údistutils.corer   Údistutils.dep_utilr   Údistutils.utilr   r   r/   Úcompiler4   r   r   r   r   r   Ú<module>   s   
