ok
Direktori : /opt/alt/python33/lib/python3.3/site-packages/setuptools/command/ |
Current File : //opt/alt/python33/lib/python3.3/site-packages/setuptools/command/develop.pyc |
� �/{Yc @ s� d d l m Z d d l m Z m Z d d l m Z m Z m Z d d l m Z d d l m Z m Z d d l Z d d l Z d d l Z d d l Z d e f d � � YZ d S( i����( t easy_install( t convert_patht subst_vars( t Distributiont PathMetadatat normalize_path( t log( t DistutilsErrort DistutilsOptionErrorNt developc B ss e Z d Z d Z e j d d g Z e j d g Z e Z d � Z d � Z d � Z d � Z d � Z d � Z RS( s Set up package for developments% install package in 'development mode't uninstallt us Uninstall this source packages egg-path=s- Set the path to be used in the .egg-link filec C s7 | j r t | _ | j � n | j � | j � d S( N( R t Truet multi_versiont uninstall_linkt install_for_developmentt warn_deprecated_options( t self( ( sK /opt/alt/python33/lib/python3.3/site-packages/setuptools/command/develop.pyt run s c C s5 d | _ d | _ t j | � d | _ d | _ d S( Nt .( t NoneR t egg_pathR t initialize_optionst setup_patht always_copy_from( R ( ( sK /opt/alt/python33/lib/python3.3/site-packages/setuptools/command/develop.pyR s c C s� | j d � } | j r7 t d | j | j f � � n | j g | _ t j | � | j � | j � | j j t j d � � t j j | j | j d � | _ | j | _ | j d k r� t j j | j � | _ n t | j � } t t j j | j | j � � | k r!t d | � � n t | t | t j j | j � � d | j �| _ | j j t j d � } | t j k r�d | j d � d } n | | _ t t j j | j | j | � � } | t t j � k r�t d | t t j � � � n d S( Nt egg_infos- Please rename %r to %r before using 'develop's *.eggs .egg-linksA --egg-path must be a relative path from the install directory to t project_namet /s ../i sG Can't get a consistent path to setup script from installation directory( t get_finalized_commandt broken_egg_infoR R t egg_namet argsR t finalize_optionst expand_basedirst expand_dirst package_indext scant globt ost patht joint install_dirt egg_linkt egg_baseR R t abspathR R R R t distt replacet sept curdirt countR ( R t eit targett p( ( sK /opt/alt/python33/lib/python3.3/site-packages/setuptools/command/develop.pyR '