tzh
2024-08-22 c7d0944258c7d0943aa7b2211498fd612971ce27
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\\¬Qc@s…dZddlmZddlmZmZddlZddlZddlZdefd„ƒYZ    d„Z
d„Z d    „Z dS(
s†distutils.command.install_egg_info
 
Implements the Distutils 'install_egg_info' command, for installing
a package's PKG-INFO metadata.iÿÿÿÿ(tCommand(tlogtdir_utilNtinstall_egg_infocBsAeZdZdZd    gZd„Zd„Zd„Zd„ZRS(
s)Install an .egg-info file for the packages8Install package's PKG-INFO metadata as an .egg-info files install-dir=tdsdirectory to install tocCs d|_dS(N(tNonet install_dir(tself((sj/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/distutils/command/install_egg_info.pytinitialize_optionsscCs‚|jddƒdtt|jjƒƒƒtt|jjƒƒƒtjd f}t    j
j |j |ƒ|_ |j g|_dS(Nt install_libRs%s-%s-py%s.egg-infoi(s install_dirs install_dir(tset_undefined_optionst to_filenamet    safe_namet distributiontget_namet safe_versiont get_versiontsystversiontostpathtjoinRttargettoutputs(Rtbasename((sj/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/distutils/command/install_egg_info.pytfinalize_optionsscCs|j}tjj|ƒrGtjj|ƒ rGtj|d|jƒnptjj|ƒr||j    tj
|jfd|ƒn;tjj|j ƒs·|j    tj |j fd|j ƒnt jd|ƒ|jsÿt|dƒ}|jjj|ƒ|jƒndS(Ntdry_runs    Removing s    Creating s
Writing %stw(RRRtisdirtislinkRt remove_treeRtexiststexecutetunlinkRtmakedirsRtinfotopenR tmetadatatwrite_pkg_filetclose(RRtf((sj/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/distutils/command/install_egg_info.pytrun s    %#    cCs|jS(N(R(R((sj/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/distutils/command/install_egg_info.pyt get_outputs/s(s install-dir=Rsdirectory to install to(    t__name__t
__module__t__doc__t descriptiont user_optionsRRR)R*(((sj/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/distutils/command/install_egg_info.pyR s            
   cCstjdd|ƒS(sConvert an arbitrary string to a standard distribution name
 
    Any runs of non-alphanumeric/. characters are replaced with a single '-'.
    s[^A-Za-z0-9.]+t-(tretsub(tname((sj/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/distutils/command/install_egg_info.pyR 7scCs%|jddƒ}tjdd|ƒS(sÌConvert an arbitrary string to a standard version string
 
    Spaces become dots, and all other non-alphanumeric characters become
    dashes, with runs of multiple dashes condensed to a single dash.
    t t.s[^A-Za-z0-9.]+R0(treplaceR1R2(R((sj/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/distutils/command/install_egg_info.pyR?scCs|jddƒS(s|Convert a project or version name to its filename-escaped form
 
    Any '-' characters are currently replaced with '_'.
    R0t_(R6(R3((sj/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/distutils/command/install_egg_info.pyR Is( R-t distutils.cmdRt    distutilsRRRRR1RR RR (((sj/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/distutils/command/install_egg_info.pyt<module>s$,