a (šRedã@sŽddlmZddlmZddlmZmZddlZddlZddl Z ddl Z ddl m Z ddl mZddl Z Gdd„deje ƒZGd d „d ƒZdS) é)Ú convert_path)Úlog)ÚDistutilsErrorÚDistutilsOptionErrorN)Ú easy_install)Ú namespacesc@sveZdZdZdZejddgZejdgZdZdd„Z d d „Z d d „Z e d d„ƒZ dd„Zdd„Zdd„Zdd„ZdS)ÚdevelopzSet up package for developmentz%install package in 'development mode')Ú uninstallÚuzUninstall this source package)z egg-path=Nz-Set the path to be used in the .egg-link filer FcCs2|jrd|_| ¡| ¡n| ¡| ¡dS)NT)r Z multi_versionÚuninstall_linkZuninstall_namespacesÚinstall_for_developmentZwarn_deprecated_options©Úself©rú/builddir/build/BUILDROOT/alt-python39-setuptools-58.3.0-2.el8.x86_64/opt/alt/python39/lib/python3.9/site-packages/setuptools/command/develop.pyÚruns  z develop.runcCs&d|_d|_t |¡d|_d|_dS)NÚ.)r Úegg_pathrÚinitialize_optionsÚ setup_pathZalways_copy_fromr rrrr%s  zdevelop.initialize_optionscCs| d¡}|jr,d}|j|jf}t||ƒ‚|jg|_t |¡| ¡|  ¡|j   t   d¡¡|jd}t j |j|¡|_|j|_|jdur t j |j¡|_t |j¡}t t j |j|j¡¡}||krØtd|ƒ‚tj|t |t j |j¡¡|jd|_| |j|j|j¡|_dS)NÚegg_infoz-Please rename %r to %r before using 'develop'z*.eggz .egg-linkzA--egg-path must be a relative path from the install directory to ©Ú project_name)Úget_finalized_commandZbroken_egg_inforrÚegg_nameÚargsrÚfinalize_optionsÚexpand_basedirsÚ expand_dirsZ package_indexÚscanÚglobÚosÚpathÚjoinÚ install_dirÚegg_linkÚegg_baserÚabspathÚ pkg_resourcesÚnormalize_pathrÚ DistributionÚ PathMetadataÚdistÚ_resolve_setup_pathr)rÚeiÚtemplaterZ egg_link_fnÚtargetrrrrr,sF        ÿÿÿýýzdevelop.finalize_optionscCsn| tjd¡ d¡}|tjkr0d| d¡d}t tj  |||¡¡}|t tj¡krjt d|t tj¡ƒ‚|S)zµ Generate a path from egg_base back to '.' where the setup script resides and ensure that path points to the setup path from $install_dir/$egg_path. ú/z../ézGCan't get a consistent path to setup script from installation directory) Úreplacer!ÚsepÚrstripÚcurdirÚcountr(r)r"r#r)r&r$rZ path_to_setupÚresolvedrrrr-Ws ÿ üzdevelop._resolve_setup_pathcCs´| d¡|jddd| d¡tjr:| tj¡dt_| ¡t d|j|j ¡|j sœt |jdƒ&}|  |j d|j¡Wdƒn1s’0Y| d|j|j ¡dS)NrÚ build_extr2)ZinplacezCreating %s (link to %s)ÚwÚ )Ú run_commandÚreinitialize_commandÚ setuptoolsZbootstrap_install_fromrZinstall_namespacesrÚinfor%r&Údry_runÚopenÚwriterrZprocess_distributionr,Úno_deps)rÚfrrrr ms   4zdevelop.install_for_developmentcCs¢tj |j¡rzt d|j|j¡t|jƒ}dd„|Dƒ}| ¡||j g|j |j gfvrht  d|¡dS|j szt  |j¡|j sŒ| |j¡|jjržt  d¡dS)NzRemoving %s (link to %s)cSsg|] }| ¡‘qSr)r5)Ú.0ÚlinerrrÚ ‡óz*develop.uninstall_link..z$Link points to %s: uninstall abortedz5Note: you must uninstall or replace scripts manually!)r!r"Úexistsr%rr?r&rAÚcloserrÚwarnr@ÚunlinkZ update_pthr,Ú distributionÚscripts)rZ egg_link_fileÚcontentsrrrr ƒs    zdevelop.uninstall_linkc Cs”||jurt ||¡S| |¡|jjp*gD]b}tj t |ƒ¡}tj  |¡}t   |¡}|  ¡}Wdƒn1st0Y| ||||¡q,dS©N)r,rÚinstall_egg_scriptsÚinstall_wrapper_scriptsrMrNr!r"r'rÚbasenameÚiorAÚreadZinstall_script)rr,Ú script_nameZ script_pathÚstrmÚ script_textrrrrQ”s     &zdevelop.install_egg_scriptscCst|ƒ}t ||¡SrP)ÚVersionlessRequirementrrR©rr,rrrrR¦szdevelop.install_wrapper_scriptsN)Ú__name__Ú __module__Ú __qualname__Ú__doc__Ú descriptionrÚ user_optionsÚboolean_optionsZcommand_consumes_argumentsrrrÚ staticmethodr-r r rQrRrrrrrs"þ  + rc@s(eZdZdZdd„Zdd„Zdd„ZdS) rYa© Adapt a pkg_resources.Distribution to simply return the project name as the 'requirement' so that scripts will work across multiple versions. >>> from pkg_resources import Distribution >>> dist = Distribution(project_name='foo', version='1.0') >>> str(dist.as_requirement()) 'foo==1.0' >>> adapted_dist = VersionlessRequirement(dist) >>> str(adapted_dist.as_requirement()) 'foo' cCs ||_dSrP)Ú_VersionlessRequirement__distrZrrrÚ__init__ºszVersionlessRequirement.__init__cCs t|j|ƒSrP)Úgetattrrc)rÚnamerrrÚ __getattr__½sz"VersionlessRequirement.__getattr__cCs|jSrPrr rrrÚas_requirementÀsz%VersionlessRequirement.as_requirementN)r[r\r]r^rdrgrhrrrrrY«srY)Údistutils.utilrÚ distutilsrÚdistutils.errorsrrr!r rTr(Zsetuptools.command.easy_installrr>rZDevelopInstallerrrYrrrrÚs