Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325
ó l]Œjc@s&dZdZddlZddlZddlZddlmZyddlZWnek rie ZnXddl m Z m Z m Z mZddlmZmZddlmZmZmZddlmZdd lmZd Zejd ƒZd fd „ƒYZdfd„ƒYZd„ZdS(s}distutils.dist Provides the Distribution class, which represents the module distribution being built/installed/distributed. s$Id$iÿÿÿÿN(tmessage_from_file(tDistutilsOptionErrortDistutilsArgErrortDistutilsModuleErrortDistutilsClassError(t FancyGetoptttranslate_longopt(t check_environt strtoboolt rfc822_escape(tlog(tDEBUGsutf-8s^[a-zA-Z]([a-zA-Z0-9_]*)$t DistributioncBsÂeZdZd]d^d_d`dbgZdZdcdddedfdgdhdidjdkdldmdndodpdqdrdsdtdudvdwgZed<„eƒZidd6Z dad=„Z d>„Z dadad?d@„Z dA„Z dadB„ZdC„ZdD„ZdE„ZdF„ZddgdG„ZdH„ZdI„ZdJ„ZdK„ZdL„ZdM„ZddN„ZdadO„ZdPdQ„ZejdR„ZdS„Z dT„Z!dU„Z"dV„Z#dW„Z$dX„Z%dY„Z&dZ„Z'd[„Z(d\„Z)RS(xs½The core of the Distutils. Most of the work hiding behind 'setup' is really done within a Distribution instance, which farms the work out to the Distutils commands specified on the command line. Setup scripts will almost never instantiate Distribution directly, unless the 'setup()' function is totally inadequate to their needs. However, it is conceivable that a setup script might wish to subclass Distribution for some specialized purpose, and then pass the subclass to 'setup()' as the 'distclass' keyword argument. If so, it is necessary to respect the expectations that 'setup' has of Distribution. See the code for 'setup()', in core.py, for details. tverbosetvsrun verbosely (default)itquiettqs!run quietly (turns verbosity off)sdry-runtnsdon't actually do anythingthelpthsshow detailed help messages no-user-cfgs-ignore pydistutils.cfg in your home directorys£Common commands: (see '--help-commands' for more) setup.py build will build the package underneath 'build/' setup.py install will install the package s help-commandsslist all available commandstnamesprint package nametversiontVsprint package versiontfullnamesprint -tauthorsprint the author's names author-emails print the author's email addresst maintainersprint the maintainer's namesmaintainer-emails$print the maintainer's email addresstcontacts7print the maintainer's name if known, else the author'ss contact-emails@print the maintainer's email address if known, else the author'sturlsprint the URL for this packagetlicenses print the license of the packagetlicencesalias for --licenset descriptionsprint the package descriptionslong-descriptions"print the long package descriptiont platformssprint the list of platformst classifierssprint the list of classifierstkeywordssprint the list of keywordstprovidess+print the list of packages/modules providedtrequiress+print the list of packages/modules requiredt obsoletess0print the list of packages/modules made obsoletecCst|dƒS(Ni(R(tx((s&/usr/lib64/python2.7/distutils/dist.pytwscCsid|_d|_d|_x!|jD]}t||dƒq%Wtƒ|_x:|jjD],}d|}t||t|j|ƒƒqXWi|_ d|_ d|_ d|_ i|_g|_d|_i|_d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_i|_i|_|r|jdƒ}|dk rÉ|d=xY|j ƒD]H\}}|j!|ƒ}x*|j ƒD]\} } d| f|| Get a list of (command, description) tuples. The list is divided into "standard commands" (listed in distutils.command.__all__) and "extra commands" (mentioned in self.cmdclass, but not a standard command). The descriptions come from the command class attribute 'description'. iÿÿÿÿNis(no description available)( RÖR]R×R3RiRIR~R°RRÒ( RXRtRØRÙRÔRÚtrvRËR((s&/usr/lib64/python2.7/distutils/dist.pytget_command_listës(      cCs�|j}t|tƒsŒ|dkr-d}ng|jdƒD]}|dkr=|jƒ^q=}d|kr€|jddƒn||_n|S(s9Return a list of packages from which commands are loaded.R(RÂsdistutils.commandiN(R5R²R³R4RlRÄtinsert(RXtpkgstpkg((s&/usr/lib64/python2.7/distutils/dist.pytget_command_packagess   4  cCsÚ|jj|ƒ}|r|Sx§|jƒD]™}d||f}|}yt|ƒtj|}Wntk rvq)nXyt||ƒ}Wn'tk r³t d|||f‚nX||j|<|SWt d|ƒ‚dS(soReturn the class that implements the Distutils command named by 'command'. First we check the 'cmdclass' dictionary; if the command is mentioned there, we fetch the class object from the dictionary and return it. Otherwise we load the command module ("distutils.command." + command) and fetch the command class from the module. The loaded class is also stored in 'cmdclass' to speed future calls to 'get_command_class()'. Raises DistutilsModuleError if the expected module could not be found, or if that module does not define the expected class. s%s.%ss3invalid command '%s' (no class '%s' in module '%s')sinvalid command '%s'N( R3RIRàt __import__RNRzt ImportErrorR2RÒR(RXR]RËtpkgnamet module_namet klass_nametmodule((s&/usr/lib64/python2.7/distutils/dist.pyR°s(     cCsž|jj|ƒ}| rš|rštr9|jd|ƒn|j|ƒ}||ƒ}|j|R£(RX((s&/usr/lib64/python2.7/distutils/dist.pythas_c_librariesØscCs|jƒp|jƒS(N(RR(RX((s&/usr/lib64/python2.7/distutils/dist.pyt has_modulesÛscCs|jot|jƒdkS(Ni(R?R£(RX((s&/usr/lib64/python2.7/distutils/dist.pyt has_headersÞscCs|jot|jƒdkS(Ni(RDR£(RX((s&/usr/lib64/python2.7/distutils/dist.pyt has_scriptsáscCs|jot|jƒdkS(Ni(RER£(RX((s&/usr/lib64/python2.7/distutils/dist.pythas_data_filesäscCs$|jƒo#|jƒ o#|jƒ S(N(RRR(RX((s&/usr/lib64/python2.7/distutils/dist.pytis_pureçs  (sverboseRsrun verbosely (default)i(squietRs!run quietly (turns verbosity off)(sdry-runRsdon't actually do anything(shelpRsshow detailed help messageN(s no-user-cfgNs-ignore pydistutils.cfg in your home directory(s help-commandsNslist all available commands(snameNsprint package name(sversionRsprint package version(sfullnameNsprint -(sauthorNsprint the author's name(s author-emailNs print the author's email address(s maintainerNsprint the maintainer's name(smaintainer-emailNs$print the maintainer's email address(RNs7print the maintainer's name if known, else the author's(s contact-emailNs@print the maintainer's email address if known, else the author's(surlNsprint the URL for this package(slicenseNs print the license of the package(slicenceNsalias for --license(s descriptionNsprint the package description(slong-descriptionNs"print the long package description(s platformsNsprint the list of platforms(s classifiersNsprint the list of classifiers(skeywordsNsprint the list of keywords(sprovidesNs+print the list of packages/modules provided(srequiresNs+print the list of packages/modules required(s obsoletesNs0print the list of packages/modules made obsolete(*Rˆt __module__t__doc__R4R§RÉR™RìR-RŽReRKRsR†R–R¦RšR¡RWR¢R RÕRÍRÜRàR°RêRçR÷R tINFORkRüRûRRRRRRRR(((s&/usr/lib64/python2.7/distutils/dist.pyR "s¨        ¡  0 . C ]  1 (  ! # '  + )        R/cBs+eZdZd3Zd4d„Zd„Zd„Zd„Zd„Z d„Z d„Z d„Z d„Z d„Zd„Zd „Zd!„Zd"„Zd#„Zd$„Zd%„Zd&„ZeZd'„Zd(„Zd)„Zd*„Zd+„Zd,„Zd-„Zd.„Zd/„Z d0„Z!d1„Z"d2„Z#RS(5s]Dummy class to hold the distribution meta-data: name, version, author, and so forth. RRRt author_emailRtmaintainer_emailRRRtlong_descriptionR!RRRt contact_emailR t download_urlR"R#R$cCs¿|dk r"|jt|ƒƒn™d|_d|_d|_d|_d|_d|_d|_ d|_ d|_ d|_ d|_ d|_d|_d|_d|_d|_d|_dS(N(R4t read_pkg_filetopenRRRR RR RRRR R!RR RR"R#R$(RXRx((s&/usr/lib64/python2.7/distutils/dist.pyRes&                 cs”t|ƒ‰‡fd†}‡fd†}ˆd}|dƒ|_|dƒ|_|dƒ|_|dƒ|_d|_|dƒ|_d|_|d ƒ|_ |d ƒ|_ d ˆkrÍ|d ƒ|_ n d|_ |d ƒ|_ |dƒ|_d ˆkr|d ƒj dƒ|_n|dƒ|_|dƒ|_|dkru|dƒ|_|dƒ|_|dƒ|_nd|_d|_d|_dS(s-Reads the metadata values from a file object.csˆ|}|dkrdS|S(NtUNKNOWN(R4(RRÁ(Rb(s&/usr/lib64/python2.7/distutils/dist.pyt _read_fields  cs&ˆj|dƒ}|gkr"dS|S(N(tget_allR4(Rtvalues(Rb(s&/usr/lib64/python2.7/distutils/dist.pyt _read_list#s smetadata-versionRRtsummaryRs author-emails home-pageRs download-urlRR!RÂtplatformt classifiers1.1R#R"R$N(RRRRRR4RR R RRRR RlR!RR R#R"R$(RXtfileRRtmetadata_version((Rbs&/usr/lib64/python2.7/distutils/dist.pyRs:          cCsAttjj|dƒdƒ}z|j|ƒWd|jƒXdS(s7Write the PKG-INFO file into the release tree. sPKG-INFOtwN(RRwRxR|twrite_pkg_filetclose(RXtbase_dirtpkg_info((s&/usr/lib64/python2.7/distutils/dist.pytwrite_pkg_infoMscCs÷d}|js3|js3|js3|js3|jr<d}n|j|d|ƒ|j|d|jƒƒ|j|d|jƒƒ|j|d|jƒƒ|j|d|j ƒƒ|j|d|j ƒƒ|j|d |j ƒƒ|j|d |j ƒƒ|jr |j|d |jƒnt |jƒƒ}|j|d |ƒd j|jƒƒ}|rv|j|d|ƒn|j|d|jƒƒ|j|d|jƒƒ|j|d|jƒƒ|j|d|jƒƒ|j|d|jƒƒdS(s9Write the PKG-INFO format data to a file object. s1.0s1.1sMetadata-VersiontNametVersiontSummarys Home-pagetAuthors Author-emailtLicenses Download-URLt DescriptionRÂtKeywordstPlatformt ClassifiertRequirestProvidest ObsoletesN(R"R#R$R Rt _write_fieldtget_namet get_versiontget_descriptiontget_urlt get_contacttget_contact_emailt get_licenseR tget_long_descriptionR|t get_keywordst _write_listt get_platformstget_classifierst get_requirest get_providest get_obsoletes(RXRRt long_descR!((s&/usr/lib64/python2.7/distutils/dist.pyRVs0  cCs$|jd||j|ƒfƒdS(Ns%s: %s (RPt _encode_field(RXRRRÁ((s&/usr/lib64/python2.7/distutils/dist.pyR.xscCs(x!|D]}|j|||ƒqWdS(N(R.(RXRRRRÁ((s&/usr/lib64/python2.7/distutils/dist.pyR8{s cCs6|dkrdSt|tƒr,|jtƒSt|ƒS(N(R4R²tunicodetencodetPKG_INFO_ENCODINGRÃ(RXRÁ((s&/usr/lib64/python2.7/distutils/dist.pyR?s   cCs |jp dS(NR(R(RX((s&/usr/lib64/python2.7/distutils/dist.pyR/ˆscCs |jp dS(Ns0.0.0(R(RX((s&/usr/lib64/python2.7/distutils/dist.pyR0‹scCsd|jƒ|jƒfS(Ns%s-%s(R/R0(RX((s&/usr/lib64/python2.7/distutils/dist.pyt get_fullnameŽscCs|j|jƒpdS(NR(R?R(RX((s&/usr/lib64/python2.7/distutils/dist.pyt get_author‘scCs |jp dS(NR(R (RX((s&/usr/lib64/python2.7/distutils/dist.pytget_author_email”scCs|j|jƒpdS(NR(R?R(RX((s&/usr/lib64/python2.7/distutils/dist.pytget_maintainer—scCs |jp dS(NR(R (RX((s&/usr/lib64/python2.7/distutils/dist.pytget_maintainer_emailšscCs(|j|jƒp'|j|jƒp'dS(NR(R?RR(RX((s&/usr/lib64/python2.7/distutils/dist.pyR3�scCs|jp|jpdS(NR(R R (RX((s&/usr/lib64/python2.7/distutils/dist.pyR4¡scCs |jp dS(NR(R(RX((s&/usr/lib64/python2.7/distutils/dist.pyR2¤scCs |jp dS(NR(R(RX((s&/usr/lib64/python2.7/distutils/dist.pyR5§scCs|j|jƒpdS(NR(R?R(RX((s&/usr/lib64/python2.7/distutils/dist.pyR1«scCs|j|jƒpdS(NR(R?R (RX((s&/usr/lib64/python2.7/distutils/dist.pyR6®scCs |jp gS(N(R!(RX((s&/usr/lib64/python2.7/distutils/dist.pyR7±scCs|jpdgS(NR(R(RX((s&/usr/lib64/python2.7/distutils/dist.pyR9´scCs |jp gS(N(R (RX((s&/usr/lib64/python2.7/distutils/dist.pyR:·scCs |jp dS(NR(R(RX((s&/usr/lib64/python2.7/distutils/dist.pytget_download_urlºscCs |jp gS(N(R#(RX((s&/usr/lib64/python2.7/distutils/dist.pyR;¾scCs:ddl}x|D]}|jj|ƒqW||_dS(Niÿÿÿÿ(tdistutils.versionpredicatetversionpredicatetVersionPredicateR#(RXRÁRtR((s&/usr/lib64/python2.7/distutils/dist.pyt set_requiresÁs  cCs |jp gS(N(R"(RX((s&/usr/lib64/python2.7/distutils/dist.pyR<ÇscCsYg|D]}|jƒ^q}x*|D]"}ddl}|jj|ƒq&W||_dS(Niÿÿÿÿ(RÄRIRJtsplit_provisionR"(RXRÁRRt((s&/usr/lib64/python2.7/distutils/dist.pyt set_providesÊs   cCs |jp gS(N(R$(RX((s&/usr/lib64/python2.7/distutils/dist.pyR=ÑscCs:ddl}x|D]}|jj|ƒqW||_dS(Niÿÿÿÿ(RIRJRKR$(RXRÁRtR((s&/usr/lib64/python2.7/distutils/dist.pyt set_obsoletesÔs  (snamesversionsauthors author_emails maintainersmaintainer_emailsurlslicenses descriptionslong_descriptionskeywordss platformssfullnamescontactRslicenses classifierss download_urlsprovidessrequiress obsoletesN($RˆRR R1R4ReRR!RR.R8R?R/R0RCRDRERFRGR3R4R2R5t get_licenceR1R6R7R9R:RHR;RLR<RNR=RO(((s&/usr/lib64/python2.7/distutils/dist.pyR/ósN  4 "                        cCs/g}x"|D]}|j|dd!ƒq W|S(sConvert a 4-tuple 'help_options' list as found in various command classes to the 3-tuple form required by FancyGetopt. ii(R~(R)t new_optionst help_tuple((s&/usr/lib64/python2.7/distutils/dist.pyR¶Ús ( R t __revision__RNRwtretemailRRLRâR4tdistutils.errorsRRRRtdistutils.fancy_getoptRRtdistutils.utilRRR RtR tdistutils.debugR RBtcompileR­R R/R¶(((s&/usr/lib64/python2.7/distutils/dist.pyts($  "ÿÿÿÔç