/opt/alt/python27/lib64/python2.7/distutils
NameSizeModeActions
command/-0755rm
archive_util.py82190644editdlrm
archive_util.pyc77050644editdlrm
archive_util.pyo77050644editdlrm
bcppcompiler.py149410644editdlrm
bcppcompiler.pyc79990644editdlrm
bcppcompiler.pyo79990644editdlrm
ccompiler.py467260644editdlrm
ccompiler.pyc375970644editdlrm
ccompiler.pyo374560644editdlrm
cmd.py192700644editdlrm
cmd.pyc172850644editdlrm
cmd.pyo172850644editdlrm
config.py41340644editdlrm
config.pyc36560644editdlrm
config.pyo36560644editdlrm
core.py90190644editdlrm
core.pyc75880644editdlrm
core.pyo75880644editdlrm
cygwinccompiler.py177350644editdlrm
cygwinccompiler.pyc99810644editdlrm
cygwinccompiler.pyo99810644editdlrm
debug.py1620644editdlrm
debug.pyc2670644editdlrm
debug.pyo2670644editdlrm
dep_util.py35090644editdlrm
dep_util.pyc32320644editdlrm
dep_util.pyo32320644editdlrm
dir_util.py78680644editdlrm
dir_util.pyc68770644editdlrm
dir_util.pyo68770644editdlrm
dist.py500490644editdlrm
dist.pyc400470644editdlrm
dist.pyo400470644editdlrm
emxccompiler.py119310644editdlrm
emxccompiler.pyc75840644editdlrm
emxccompiler.pyo75840644editdlrm
errors.py34940644editdlrm
errors.pyc65450644editdlrm
errors.pyo65450644editdlrm
extension.py109040644editdlrm
extension.pyc74640644editdlrm
extension.pyo72380644editdlrm
fancy_getopt.py179480644editdlrm
fancy_getopt.pyc122310644editdlrm
fancy_getopt.pyo120540644editdlrm
filelist.py126890644editdlrm
filelist.pyc109770644editdlrm
filelist.pyo109770644editdlrm
file_util.py81310644editdlrm
file_util.pyc68150644editdlrm
file_util.pyo68150644editdlrm
log.py16860644editdlrm
log.pyc29420644editdlrm
log.pyo29420644editdlrm
msvc9compiler.py310040644editdlrm
msvc9compiler.pyc219000644editdlrm
msvc9compiler.pyo218270644editdlrm
msvccompiler.py236370644editdlrm
msvccompiler.pyc178630644editdlrm
msvccompiler.pyo178630644editdlrm
README2950644editdlrm
spawn.py86480644editdlrm
spawn.pyc65180644editdlrm
spawn.pyo65180644editdlrm
sysconfig.py177070644editdlrm
sysconfig.py.debug-build176220644editdlrm
sysconfig.pyc136090644editdlrm
sysconfig.pyo136090644editdlrm
text_file.py124280644editdlrm
text_file.pyc94020644editdlrm
text_file.pyo94020644editdlrm
unixccompiler.py142220644editdlrm
unixccompiler.py.distutils-rpath136770644editdlrm
unixccompiler.pyc83850644editdlrm
unixccompiler.pyo83850644editdlrm
util.py182360644editdlrm
util.pyc145680644editdlrm
util.pyo145680644editdlrm
version.py114330644editdlrm
version.pyc74030644editdlrm
version.pyo74030644editdlrm
versionpredicate.py50950644editdlrm
versionpredicate.pyc56330644editdlrm
versionpredicate.pyo56330644editdlrm
__init__.py2360644editdlrm
__init__.pyc4280644editdlrm
__init__.pyo4280644editdlrm
Edit: /opt/alt/python27/lib64/python2.7/distutils/util.pyc (14568B)
ó Þ[ bc@s1dZdZddlZddlZddlZddlZddlmZddlm Z ddl m Z ddl m Z ddlmZd „Zd „Zd „Zd ad „Zd„Zdd„Zdaaad„Zd„Zdd d d„Zd„Zd d dddd dd„Zd„ZdS(sudistutils.util Miscellaneous utility functions -- anything that doesn't fit into one of the other *util.py modules. s$Id$iÿÿÿÿN(tDistutilsPlatformError(tnewer(tspawn(tlog(tDistutilsByteCompileErrorcCsËtjdkrœd}tjtj|ƒ}|dkr=tjStjtjd|ƒ}tj|t|ƒ|!jƒ}|dkr…dS|dkr•dStjSd tj kr¶tj d Stjd ksÕt td ƒ rÜtjStj ƒ\}}}}}tj|ƒ}tj |d d ƒ}tj |ddƒ}tj |d dƒ}|d dkrcd||fS|d dkrÚ|ddkrºd}dt |dƒd|df}idd6dd6} |d| tj7}qºnà|d d!krød||fS|d d"krd#|||fS|d$ d%kred%}tjd&ƒ} | j|ƒ} | rº| jƒ}qºnU|d$ d'krºdd(l} dd(l} | j| jjƒ|||ƒ\}}}nd)|||fS(*s«Return a string that identifies the current platform. This is used mainly to distinguish platform-specific build directories and platform-specific built distributions. Typically includes the OS name and version and the architecture (as supplied by 'os.uname()'), although the exact information included depends on the OS; eg. for IRIX the architecture isn't particularly important (IRIX only runs on SGI hardware), but for Linux the kernel version isn't particularly important. Examples of returned values: linux-i586 linux-alpha (?) solaris-2.6-sun4u irix-5.3 irix64-6.2 Windows will return one of: win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) win-ia64 (64bit Windows on Itanium) win32 (all others - specifically, sys.platform is returned) For other non-POSIX platforms, currently just returns 'sys.platform'. tnts bit (iÿÿÿÿt)tamd64s win-amd64titaniumswin-ia64t_PYTHON_HOST_PLATFORMtposixtunamet/tt t_t-itlinuxs%s-%stsunosit5tsolariss%d.%siit32bitiÿÿÿt64bitIÿÿÿÿÿÿÿs.%sitirixtaixs%s-%s.%sitcygwins[\d.]+tdarwinNs%s-%s-%s(tostnametstringtfindtsystversiontplatformtlentlowertenvironthasattrR treplacetinttmaxinttretcompiletmatchtgroupt _osx_supporttdistutils.sysconfigtget_platform_osxt sysconfigtget_config_vars(tprefixtitjtlooktosnamethosttreleaseR tmachinetbitnesstrel_retmR-t distutils((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyt get_platformsZ     " cCs¬tjdkr|S|s|S|ddkr=td|‚n|ddkr]td|‚ntj|dƒ}xd|krŽ|jdƒqrW|sœtjStjj|ŒS(sÎReturn 'pathname' as a name that will work on the native filesystem, i.e. split it on '/' and put it back together again using the current directory separator. Needed because filenames in the setup script are always supplied in Unix style, and have to be converted to the local convention before we can actually use them in the filesystem. Raises ValueError on non-Unix-ish systems if 'pathname' either starts or ends with a slash. R ispath '%s' cannot be absoluteiÿÿÿÿspath '%s' cannot end with '/'t.( Rtsept ValueErrorRtsplittremovetcurdirtpathtjoin(tpathnametpaths((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyt convert_pathns cCstjdkrNtjj|ƒs4tjj||ƒStjj||dƒSnÁtjdkr¥tjj|ƒ\}}|ddkr’|d}ntjj||ƒStjdkrÿtjj|ƒ\}}|dtjkrì|d}ntjj||ƒStdtj‚dS( s Return 'pathname' with 'new_root' prepended. If 'pathname' is relative, this is equivalent to "os.path.join(new_root,pathname)". Otherwise, it requires making 'pathname' relative and then joining the two, which is tricky on DOS/Windows and Mac OS. R iRis\tos2s!nothing known about platform '%s'N(RRREtisabsRFt splitdriveR@R(tnew_rootRGtdriveRE((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyt change_rootŠs   icCs¡tr dStjdkrudtjkruy0ddl}|jtjƒƒdtjd(RS((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyt check_environ¨s  $cCsQtƒ|d„}ytjd||ƒSWn tk rL}td|‚nXdS(sàPerform shell/Perl-style variable substitution on 'string'. Every occurrence of '$' followed by a name is considered a variable, and variable is substituted by the value found in the 'local_vars' dictionary, or in 'os.environ' if it's not in 'local_vars'. 'os.environ' is first checked/augmented to guarantee that it contains certain values: see 'check_environ()'. Raise ValueError for any variables not found in either 'local_vars' or 'os.environ'. cSs8|jdƒ}||kr)t||ƒStj|SdS(Ni(R,tstrRR$(R+t local_varstvar_name((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyt_substÍs s\$([a-zA-Z_][a-zA-Z_0-9]*)sinvalid variable '$%s'N(RXR)tsubRWRA(tsRZR\tvar((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyt subst_varsÃs  serror: cCs|t|ƒS(N(RY(texcR2((s3/opt/alt/python27/lib64/python2.7/distutils/util.pytgrok_environment_errorÜscCs8tjdtjƒatjdƒatjdƒadS(Ns [^\\\'\"%s ]*s'(?:[^'\\]|\\.)*'s"(?:[^"\\]|\\.)*"(R)R*Rt whitespacet _wordchars_ret _squote_ret _dquote_re(((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyt _init_regexåscCsßtd krtƒntj|ƒ}g}d}x§|rÚtj||ƒ}|jƒ}|t|ƒkr|j|| ƒPn||tj kr¿|j|| ƒtj ||ƒ}d}nõ||dkrò|| ||d}|d}nÂ||dkrt j||ƒ}n6||dkr<t j||ƒ}nt d||‚|d krmtd||‚n|jƒ\}}|| ||d|d!||}|jƒd}|t|ƒkr4|j|ƒPq4q4W|S( sSplit a string up according to Unix shell-like rules for quotes and backslashes. In short: words are delimited by spaces, as long as those spaces are not escaped by a backslash, or inside a quoted string. Single and double quotes are equivalent, and the quote characters can be backslash-escaped. The backslash is stripped from any two-character escape sequence, leaving only the escaped character. The quote characters are stripped from any quoted string. Returns a list of words. is\it't"s!this can't happen (bad char '%c')s"bad string (mismatched %s quotes?)iN(RdtNoneRgRtstripR+tendR"tappendRctlstripReRft RuntimeErrorRAtspan(R^twordstposR<Rltbeg((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyt split_quotedësD      % cCsj|dkrFd|j|f}|ddkrF|dd!d}qFntj|ƒ|sf||ŒndS(sœPerform some action that affects the outside world (eg. by writing to the filesystem). Such actions are special because they are disabled by the 'dry_run' flag. This method takes care of all that bureaucracy for you; all you have to do is supply the function to call and an argument tuple for it (to embody the "external action" being performed), and an optional message to print. s%s%riþÿÿÿs,)iRN(Rjt__name__Rtinfo(tfunctargstmsgtverbosetdry_run((s3/opt/alt/python27/lib64/python2.7/distutils/util.pytexecute*s  cCsCtj|ƒ}|dkrdS|dkr/dStd|f‚dS(sôConvert a string representation of truth to true (1) or false (0). True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if 'val' is anything else. tytyesttttruetont1itntnotftfalsetofft0isinvalid truth value %rN(R}R~RR€RR‚(RƒR„R…R†R‡Rˆ(RR#RA(tval((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyt strtobool=s   icCsîtjrtdƒ‚n|dkr9to3|dk}n|sÂy&ddlm}|dƒ\} } Wn4tk r›ddlm} d| dƒ} } nXt j d| ƒ|sB| dk rÓt j | dƒ} nt | dƒ} | jd ƒ| jtjtt|ƒd ƒd ƒ| jd |||||fƒ| jƒntj| g} |d krp| jd dƒn|dkr| jd dƒnt| d|ƒtt j| fd| d|ƒn(ddlm}x|D] }|ddkrõqÙn|trdpd}|}|rV|t|ƒ |krCtd||f‚n|t|ƒ}n|rtt jj||ƒ}nt jj|ƒ}|rÙ|s¡t||ƒrÐt j d||ƒ|sã||||ƒqãqæt j d||ƒqÙqÙWdS(s”Byte-compile a collection of Python source files to either .pyc or .pyo files in the same directory. 'py_files' is a list of files to compile; any files that don't end in ".py" are silently skipped. 'optimize' must be one of the following: 0 - don't optimize (generate .pyc) 1 - normal optimization (like "python -O") 2 - extra optimization (like "python -OO") If 'force' is true, all files are recompiled regardless of timestamps. The source filename encoded in each bytecode file defaults to the filenames listed in 'py_files'; you can modify these with 'prefix' and 'basedir'. 'prefix' is a string that will be stripped off of each source filename, and 'base_dir' is a directory name that will be prepended (after 'prefix' is stripped). You can supply either or both (or neither) of 'prefix' and 'base_dir', as you wish. If 'dry_run' is true, doesn't actually do anything that would affect the filesystem. Byte-compilation is either done directly in this interpreter process with the standard py_compile module, or indirectly by writing a temporary script and executing it. Normally, you should let 'byte_compile()' figure out to use direct compilation or not (see the source for details). The 'direct' flag is used by the script generated in indirect mode; unless you know what you're doing, leave it set to None. sbyte-compiling is disabled.iiÿÿÿÿ(tmkstemps.py(tmktemps$writing byte-compilation script '%s'tws2from distutils.util import byte_compile files = [ s, s] sŒ byte_compile(files, optimize=%r, force=%r, prefix=%r, base_dir=%r, verbose=%r, dry_run=0, direct=1) is-Ois-OOR{s removing %s(R*iýÿÿÿtctos1invalid prefix: filename %r doesn't start with %rsbyte-compiling %s to %ss%skipping byte-compilation of %s to %sN(!Rtdont_write_bytecodeRRjt __debug__ttempfileR‹RVRŒRRvRtfdopentopentwriteRRFtmaptreprtcloset executabletinsertRR|RCt py_compileR*R"RAREtbasenameRtdebug(tpy_filestoptimizetforceR2tbase_dirRzR{tdirectR‹t script_fdt script_nameRŒtscripttcmdR*tfiletcfiletdfilet cfile_base((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyt byte_compileMsh"    &      cCs,tj|dƒ}tj|ddƒ}|S(sŒReturn a version of the string escaped for inclusion in an RFC-822 header, by ensuring there are 8 spaces space after each newline. s iRs (RRBRF(theadertlines((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyt rfc822_escapeÜs( t__doc__t __revision__RRRR)tdistutils.errorsRtdistutils.dep_utilRtdistutils.spawnRR=RRR>RIRORRRXR`RbRjRdReRfRgRtR|RŠR«R®(((s3/opt/alt/python27/lib64/python2.7/distutils/util.pyts00 ^       ?  ‹