File: //lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.opt-1.pyc
a
    �DOgX  �                   @   s�   d Z ddlZddlZddlmZ ddlmZ ddlmZ ddl	m
Z
 ddlmZm
Z
 ddlmZ ddlZe�d	�ZG d
d� de�ZG dd
� d
ee
�ZdS )zRdistutils.command.build_scripts
Implements the Distutils 'build_scripts' command.�    N)�ST_MODE)�	sysconfig)�Command)�newer)�convert_path�	Mixin2to3)�logs   ^#!.*python[0-9.]*([ 	].*)?$c                   @   sF   e Zd ZdZg d�ZdgZdd� Zdd� Zdd	� Zd
d� Z	dd
� Z
dS )�
build_scriptsz("build" scripts (copy and fixup #! line)))z
build-dir=�dzdirectory to "build" (copy) to)�force�fz1forcibly build everything (ignore file timestamps)zexecutable=�ez*specify final destination interpreter pathr   c                 C   s"