/opt/alt/python27/lib/python2.7/site-packages/setuptools/command
NameSizeModeActions
alias.py24260644editdlrm
alias.pyc31890644editdlrm
alias.pyo31890644editdlrm
bdist_egg.py171780644editdlrm
bdist_egg.pyc178660644editdlrm
bdist_egg.pyo178660644editdlrm
bdist_rpm.py15080644editdlrm
bdist_rpm.pyc19660644editdlrm
bdist_rpm.pyo19660644editdlrm
bdist_wininst.py6370644editdlrm
bdist_wininst.pyc12430644editdlrm
bdist_wininst.pyo12430644editdlrm
build_clib.py44840644editdlrm
build_clib.pyc28830644editdlrm
build_clib.pyo28830644editdlrm
build_ext.py130490644editdlrm
build_ext.pyc128440644editdlrm
build_ext.pyo128000644editdlrm
build_py.py95960644editdlrm
build_py.pyc109790644editdlrm
build_py.pyo109790644editdlrm
develop.py80240644editdlrm
develop.pyc80800644editdlrm
develop.pyo80800644editdlrm
easy_install.py859510644editdlrm
easy_install.pyc812430644editdlrm
easy_install.pyo812430644editdlrm
egg_info.py248740644editdlrm
egg_info.pyc266340644editdlrm
egg_info.pyo266340644editdlrm
install.py46830644editdlrm
install.pyc50830644editdlrm
install.pyo50830644editdlrm
install_egg_info.py22030644editdlrm
install_egg_info.pyc32890644editdlrm
install_egg_info.pyo32890644editdlrm
install_lib.py38400644editdlrm
install_lib.pyc50260644editdlrm
install_lib.pyo49800644editdlrm
install_scripts.py24390644editdlrm
install_scripts.pyc29560644editdlrm
install_scripts.pyo29560644editdlrm
launcher manifest.xml6280644editdlrm
py36compat.py49860644editdlrm
py36compat.pyc57060644editdlrm
py36compat.pyo57060644editdlrm
register.py2700644editdlrm
register.pyc7490644editdlrm
register.pyo7490644editdlrm
rotate.py21640644editdlrm
rotate.pyc31010644editdlrm
rotate.pyo31010644editdlrm
saveopts.py6580644editdlrm
saveopts.pyc11680644editdlrm
saveopts.pyo11680644editdlrm
sdist.py68440644editdlrm
sdist.pyc79320644editdlrm
sdist.pyo79320644editdlrm
setopt.py50850644editdlrm
setopt.pyc61800644editdlrm
setopt.pyo61800644editdlrm
test.py90440644editdlrm
test.pyc105100644editdlrm
test.pyo105100644editdlrm
upload.py11720644editdlrm
upload.pyc17010644editdlrm
upload.pyo17010644editdlrm
upload_docs.py73110644editdlrm
upload_docs.pyc79850644editdlrm
upload_docs.pyo79560644editdlrm
__init__.py5770644editdlrm
__init__.pyc8760644editdlrm
__init__.pyo8760644editdlrm
Edit: /opt/alt/python27/lib/python2.7/site-packages/setuptools/command/install.pyo (5083B)
ó NRec@sÀddlmZddlZddlZddlZddlZddljjZ ddl Z e jZ de jfd„ƒYZge jj D]Z e dejkre ^qeje_ dS(iÿÿÿÿ(tDistutilsArgErrorNtinstallcBs eZdZejjddgZejjddgZdd„fdd„fgZe eƒZ d „Z d „Z d „Z d „Zed „ƒZd„ZRS(s7Use easy_install to install the package, w/dependenciessold-and-unmanageablesTry not to use this!s!single-version-externally-manageds5used by system package builders to create 'flat' eggstinstall_egg_infocCstS(N(tTrue(tself((sK/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/install.pytttinstall_scriptscCstS(N(R(R((sK/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/install.pyRRcCs&tjj|ƒd|_d|_dS(N(torigRtinitialize_optionstNonetold_and_unmanageablet!single_version_externally_managed(R((sK/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/install.pyR s cCsXtjj|ƒ|jr%t|_n/|jrT|j rT|j rTtdƒ‚qTndS(NsAYou must specify --record or --root when building system packages(RRtfinalize_optionstrootRR trecordR(R((sK/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/install.pyR %s   cCs8|js|jr"tjj|ƒSd|_d|_dS(NR(RR RRthandle_extra_pathR t path_filet extra_dirs(R((sK/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/install.pyR0s cCsX|js|jr"tjj|ƒS|jtjƒƒsJtjj|ƒn |jƒdS(N( R R RRtrunt_called_from_setuptinspectt currentframetdo_egg_install(R((sK/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/install.pyR:s cCs¨|d krKd}tj|ƒtjƒdkrGd}tj|ƒntStj|ƒd}|d \}tj|ƒ}|j j ddƒ}|dko§|j d kS( sñ Attempt to detect whether run() was called from setup() or by another command. If called by setup(), the parent caller will be the 'run_command' method in 'distutils.dist', and *its* caller will be the 'run_commands' method. If called any other way, the immediate caller *might* be 'run_command', but it won't have been called by 'run_commands'. Return True in that case or if a call stack is unavailable. Return False otherwise. s4Call stack not available. bdist_* commands may fail.t IronPythons6For best results, pass -X:Frames to enable call stack.iit__name__Rsdistutils.distt run_commandsN( R twarningstwarntplatformtpython_implementationRRtgetouterframest getframeinfot f_globalstgettfunction(t run_frametmsgtrestcallertinfot caller_module((sK/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/install.pyREs    cCsÉ|jjdƒ}||jddd|jd|jƒ}|jƒd|_|jjtjdƒƒ|j dƒ|jj dƒj g}t j r©|jd t j ƒn||_|jƒdt _ dS( Nt easy_installtargstxRRt.s*.eggt bdist_eggi(t distributiontget_command_classRRtensure_finalizedtalways_copy_fromt package_indextscantglobt run_commandtget_command_objt egg_outputt setuptoolstbootstrap_install_fromtinsertR+RR (RR*tcmdR+((sK/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/install.pyR`s$      N(sold-and-unmanageableNsTry not to use this!(s!single-version-externally-managedNs5used by system package builders to create 'flat' eggs(Rt __module__t__doc__RRt user_optionsR tboolean_optionst new_commandstdictt_ncR R RRt staticmethodRR(((sK/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/install.pyRs         i(tdistutils.errorsRRR5RRtdistutils.command.installtcommandRRR9t_installt sub_commandsR<RCRA(((sK/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/install.pyts      l/