ž «ÿf¹"c@sÄdZddlZddlZddlmZddlTddlmZddlm Z ddl m Z ddl m Z d Zd d „Zdadad4Zd5Zd/d0„Zdd1d2d3„ZdS(6u#distutils.core The only module that needs to be imported to use the Distutils; provides the 'setup' function (which is to be called from the setup script). Also indirectly provides the Distribution and Command classes, although they are really defined in distutils.dist and distutils.cmd. iN(uDEBUG(u*(u Distribution(uCommand(u PyPIRCCommand(u Extensionu°usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: %(script)s --help [cmd1 cmd2 ...] or: %(script)s --help-commands or: %(script)s cmd --help cCstjj|ƒ}ttƒS(N(uosupathubasenameuUSAGEuvars(u script_nameuscript((u3/opt/alt/python33/lib64/python3.3/distutils/core.pyu gen_usage su gen_usageu distclassu script_nameu script_argsuoptionsunameuversionuauthoru author_emailu maintainerumaintainer_emailuurlulicenseu descriptionulong_descriptionukeywordsu platformsu classifiersu download_urlurequiresuprovidesu obsoletesusourcesu include_dirsu define_macrosu undef_macrosu library_dirsu librariesuruntime_library_dirsu extra_objectsuextra_compile_argsuextra_link_argsu swig_optsuexport_symbolsudependsulanguagec,Ks |jdƒ}|r|d=nt}d|krQtjjtjdƒ|dd|kr¿t d|ƒ‚nt d |d|fƒ‚WYdd}~XnXt d krü|S|j ƒt r#t d ƒ|jƒnt d kr3|Sy|jƒ}WnBtk r‡}z"t t|jƒd |ƒ‚WYdd}~XnXt r¥t dƒ|jƒnt dkrµ|S|rœy|jƒWqœtk rét dƒ‚Yqœttjfk rL}z;t r'tjjd|fƒ‚nt d|fƒ‚WYdd}~Xqœttfk r˜}z't rp‚nt dt|ƒƒ‚WYdd}~XqœXn|S(uÌThe gateway to the Distutils: do everything your setup script needs to do, in a highly flexible and user-driven way. Briefly: create a Distribution instance; find and parse config files; parse the command line; run each Distutils command found there, customized by the options supplied to 'setup()' (as keyword arguments), in config files, and on the command line. The Distribution instance might be an instance of a class supplied via the 'distclass' keyword argument to 'setup'; if no such class is supplied, then the Distribution class (in dist.py) is instantiated. All other arguments to 'setup' (except for 'cmdclass') are used to set attributes of the Distribution instance. The 'cmdclass' argument, if supplied, is a dictionary mapping command names to command classes. Each command encountered on the command line will be turned into a command class, which is in turn instantiated; any class found in 'cmdclass' is used in place of the default, which is (for command 'foo_bar') class 'foo_bar' in module 'distutils.command.foo_bar'. The command class must provide a 'user_options' attribute which is a list of option specifiers for 'distutils.fancy_getopt'. Any command-line options between the current and the next command are used to set attributes of the current command object. When the entire command-line has been successfully parsed, calls the 'run()' method on each command object in turn. This method will be driven entirely by the Distribution object (which each command object has a reference to, thanks to its constructor), and the command-specific options that became attributes of each command object. u distclassu script_nameiu script_argsiNunameuerror in setup command: %suerror in %s setup command: %suinitu%options (after parsing config files):uconfigu error: %su%options (after parsing command line):u commandlineu interruptedu error: %s u error: %suerror: (ugetu Distributionuosupathubasenameusysuargvu_setup_distributionuDistutilsSetupErroru SystemExitu_setup_stop_afteruparse_config_filesuDEBUGuprintudump_option_dictsuparse_command_lineuDistutilsArgErroru gen_usageu script_nameu run_commandsuKeyboardInterruptuIOErroruerrorustderruwriteuDistutilsErroruCCompilerErrorustr(uattrsuklassudistumsguokuexc((u3/opt/alt/python33/lib64/python3.3/distutils/core.pyusetup9s`%     '     0    %,usetupuruncCsþ|d kr"td|fƒ‚n|atj}i|d6}i}yxza|tjd<|d k ry|tjdd …s2      p