관리-도구
편집 파일: build_scripts.cpython-311.pyc
� N�Dg� � � � d Z ddlZddlZddlmZ ddlmZ ddlmZ ddl m Z ddlmZ dd l mZ ddlZ ej d � � Z eZ G d� de� � ZdS ) zRdistutils.command.build_scripts Implements the Distutils 'build_scripts' command.� N)�ST_MODE)� sysconfig� )�Command)�newer)�convert_path)�logz^#!.*python[0-9.]*([ ].*)?$c �f � e Zd ZdZg d�ZdgZd� Zd� Zd� Zd� Z d� Z d � Zd � Zd� Z ed� � � Zd S )� 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 �>