£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

h f                 @   s\   d  Z  d d l Z d d l m Z d d l m Z d d l m Z Gd d   d e  Z d S)zudistutils.command.install_scripts

Implements the Distutils 'install_scripts' command, for installing
Python scripts.    N)Command)log)ST_MODEc               @   sp   e  Z d  Z d Z d d d d g Z d d g Z d d   Z d d   Z d d   Z d d   Z	 d d   Z
 d S)install_scriptsz%install scripts (Python or otherwise)install-dir=ddirectory to install scripts to
build-dir=b'build directory (where to install from)forcef-force installation (overwrite existing files)
skip-buildNskip the build stepsc             C   s(   d  |  _  d |  _ d  |  _ d  |  _ d  S)Nr   )install_dirr   	build_dir
skip_build)self r   F/opt/alt/python34/lib64/python3.4/distutils/command/install_scripts.pyinitialize_options   s    			z"install_scripts.initialize_optionsc             C   s*   |  j  d d	  |  j  d d
 d d  d  S)NZbuildbuild_scriptsr   Zinstallr   r   r   r   )r   z	build_dir)zinstall_scriptszinstall_dir)forcer   )
skip_buildr   )Zset_undefined_options)r   r   r   r   finalize_options!   s
    	z install_scripts.finalize_optionsc             C   s   |  j  s |  j d  n  |  j |  j |  j  |  _ t j d k r xq |  j   D]` } |  j	 rr t
 j d |  qP t j |  t d Bd @} t
 j d | |  t j | |  qP Wn  d  S)Nr   posixzchanging mode of %sim  i  zchanging mode of %s to %o)r   Zrun_commandZ	copy_treer   r   outfilesosnameget_outputsZdry_runr   infostatr   chmod)r   filemoder   r   r   run)   s    		zinstall_scripts.runc             C   s   |  j  j p g  S)N)Zdistributionscripts)r   r   r   r   
get_inputs8   s    zinstall_scripts.get_inputsc             C   s   |  j  p g  S)N)r   )r   r   r   r   r    ;   s    zinstall_scripts.get_outputs)r   r   r   )r	   r
   r   )zforcer   r   )r   Nr   )__name__
__module____qualname__ZdescriptionZuser_optionsZboolean_optionsr   r   r&   r(   r    r   r   r   r   r      s   	r   )	__doc__r   Zdistutils.corer   Z	distutilsr   r"   r   r   r   r   r   r   <module>   s
   