-ķ
ģ¶<c       s^     d  Z    d Z 
 d k Z  d k l Z  d k l Z  d e f d     YZ d S(   su   distutils.command.install_scripts

Implements the Distutils 'install_scripts' command, for installing
Python scripts.sA   $Id: install_scripts.py,v 1.10.26.1 2002/02/22 13:19:54 mwh Exp $N(   s   Command(   s   ST_MODEs   install_scriptsc      s    t  Z  d Z  d d d f d d d f d d	 d
 f d e d f g Z  d d g Z  d   Z " d   Z * d   Z 9 d   Z	 < d   Z
 RS(   Ns%   install scripts (Python or otherwise)s   install-dir=s   ds   directory to install scripts tos
   build-dir=s   bs'   build directory (where to install from)s   forces   fs-   force installation (overwrite existing files)s
   skip-builds   skip the build stepsc    s7     t  |  _  d |  _  t  |  _   t  |  _ d  S(   Ni    (   s   Nones   selfs   install_dirs   forces	   build_dirs
   skip_build(   s   self(    (    s7   /usr/lib/python2.2/distutils/command/install_scripts.pys   initialize_options s   c    sT   " # |  i d d d f  $ |  i d % d d f & d d f ' d d f  d  S(	   Ns   builds   build_scriptss	   build_dirs   installs   install_scriptss   install_dirs   forces
   skip_build(   s   selfs   set_undefined_options(   s   self(    (    s7   /usr/lib/python2.2/distutils/command/install_scripts.pys   finalize_options" s
   c    sė   * + |  i o , |  i d  n - |  i |  i |  i  |  _ . t i d j o 1 x |  i	   D1 ]v } 2 |  i o 3 |  i d |  nL 5 t i |  t d Bd @} 6 |  i d | | f  7 t i | |  qf Wn d  S(   Ns   build_scriptss   posixs   changing mode of %siI   i’  s   changing mode of %s to %o(   s   selfs
   skip_builds   run_commands	   copy_trees	   build_dirs   install_dirs   outfiless   oss   names   get_outputss   files   dry_runs   announces   stats   ST_MODEs   modes   chmod(   s   selfs   modes   file(    (    s7   /usr/lib/python2.2/distutils/command/install_scripts.pys   run* s    	c    s   9 : |  i i p g  Sd  S(   N(   s   selfs   distributions   scripts(   s   self(    (    s7   /usr/lib/python2.2/distutils/command/install_scripts.pys
   get_inputs9 s   c    s   < = |  i p g  Sd  S(   N(   s   selfs   outfiles(   s   self(    (    s7   /usr/lib/python2.2/distutils/command/install_scripts.pys   get_outputs< s   (   s   __name__s
   __module__s   descriptions   Nones   user_optionss   boolean_optionss   initialize_optionss   finalize_optionss   runs
   get_inputss   get_outputs(    (    (    s7   /usr/lib/python2.2/distutils/command/install_scripts.pys   install_scripts s   		9(   s   __doc__s   __revision__s   oss   distutils.cores   Commands   stats   ST_MODEs   install_scripts(   s   Commands   install_scriptss   __revision__s   oss   ST_MODE(    (    s7   /usr/lib/python2.2/distutils/command/install_scripts.pys   ? s
   	