$86 GRAYBYTE WORDPRESS FILE MANAGER $15

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/usr/lib/python3.8/site-packages/setuptools/command/__pycache__/

HOME
Current File : /usr/lib/python3.8/site-packages/setuptools/command/__pycache__//develop.cpython-38.opt-1.pyc
U

�Qab��@s�ddlmZddlmZddlmZmZddlZddlZddl	Z	ddl
mZddlZddl
mZddlmZddlZeZGdd	�d	eje�ZGd
d�d�ZdS)�)�convert_path)�log)�DistutilsError�DistutilsOptionErrorN)�six)�easy_install)�
namespacesc@sveZdZdZdZejddgZejdgZdZdd�Z	d	d
�Z
dd�Ze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�>/usr/lib/python3.8/site-packages/setuptools/command/develop.py�run s
zdevelop.runcCs&d|_d|_t�|�d|_d|_dS)N�.)r
�egg_pathr�initialize_options�
setup_pathZalways_copy_fromrrrrr)s

zdevelop.initialize_optionscCs|�d�}|jr,d}|j|jf}t||��|jg|_t�|�|��|�	�|j
�t�d��|jd}t
j�|j|�|_|j|_|jdkr�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 �Zproject_name)�get_finalized_commandZbroken_egg_inforrZegg_name�argsr�finalize_optionsZexpand_basedirsZexpand_dirsZ
package_index�scan�glob�os�path�join�install_dir�egg_link�egg_baser�abspath�
pkg_resources�normalize_pathrZDistribution�PathMetadata�dist�_resolve_setup_pathr)rZei�templaterZegg_link_fn�targetrrrrr0sF




�����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&rr r)r#r!rZ
path_to_setupZresolvedrrrr)Zs
�
�zdevelop._resolve_setup_pathc	CsHtjr�t|jdd�r�|jddd�|�d�|�d�}t�|j	�}|jd|d�|�d�|jddd�|�d�|�d�}||_
||j_t�
||j�|j_n"|�d�|jdd	d�|�d�|��tjr�|�tj�dt_|��t�d
|j|j�|j�s0t|jd��}|�|j
d|j�W5QRX|�d|j|j�dS)
NZuse_2to3FZbuild_pyr)Zinplacer)r#Z	build_extr-zCreating %s (link to %s)�w�
)rZPY3�getattr�distributionZreinitialize_commandZrun_commandrr%r&Z	build_librr(�locationr'rZ	_providerZinstall_site_py�
setuptoolsZbootstrap_install_fromrZinstall_namespacesr�infor"r#�dry_run�open�writerZprocess_distributionZno_deps)rZbpy_cmdZ
build_pathZei_cmd�frrrr
ns:




�


 zdevelop.install_for_developmentcCs�tj�|j�rzt�d|j|j�t|j�}dd�|D�}|��||j	g|j	|j
gfkrht�d|�dS|jszt�
|j�|js�|�|j�|jjr�t�d�dS)NzRemoving %s (link to %s)cSsg|]}|���qSr)r0)�.0�linerrr�
<listcomp>�sz*develop.uninstall_link.<locals>.<listcomp>z$Link points to %s: uninstall abortedz5Note: you must uninstall or replace scripts manually!)rr�existsr"rr9r#r;�closerr�warnr:�unlinkZ
update_pthr(r6�scripts)rZ
egg_link_file�contentsrrrr�s 

�zdevelop.uninstall_linkc
Cs�||jk	rt�||�S|�|�|jjp*gD]N}tj�t	|��}tj�
|�}t�|��}|�
�}W5QRX|�||||�q,dS�N)r(r�install_egg_scripts�install_wrapper_scriptsr6rErrr$r�basename�ior;�readZinstall_script)rr(Zscript_nameZscript_pathZstrmZscript_textrrrrH�s

zdevelop.install_egg_scriptscCst|�}t�||�SrG)�VersionlessRequirementrrI�rr(rrrrI�szdevelop.install_wrapper_scriptsN)�__name__�
__module__�__qualname__�__doc__�descriptionrZuser_optionsZboolean_optionsZcommand_consumes_argumentsrrr�staticmethodr)r
rrHrIrrrrr	s"�	*
0r	c@s(eZdZdZdd�Zdd�Zdd�ZdS)	rMa�
    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
||_dSrG)�_VersionlessRequirement__distrNrrr�__init__�szVersionlessRequirement.__init__cCst|j|�SrG)r5rU)r�namerrr�__getattr__�sz"VersionlessRequirement.__getattr__cCs|jSrGrrrrr�as_requirement�sz%VersionlessRequirement.as_requirementN)rOrPrQrRrVrXrYrrrrrM�srM)Zdistutils.utilrZ	distutilsrZdistutils.errorsrrrrrKZsetuptools.externrr%Zsetuptools.command.easy_installrr8r�typeZ
__metaclass__ZDevelopInstallerr	rMrrrr�<module>s6


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
21 Mar 2024 10.19 AM
root / root
0755
__init__.cpython-38.opt-1.pyc
0.721 KB
21 Apr 2022 12.45 PM
root / root
0644
__init__.cpython-38.pyc
0.721 KB
21 Apr 2022 12.45 PM
root / root
0644
alias.cpython-38.opt-1.pyc
2.336 KB
21 Apr 2022 12.45 PM
root / root
0644
alias.cpython-38.pyc
2.336 KB
21 Apr 2022 12.45 PM
root / root
0644
bdist_egg.cpython-38.opt-1.pyc
13.85 KB
21 Apr 2022 12.45 PM
root / root
0644
bdist_egg.cpython-38.pyc
13.85 KB
21 Apr 2022 12.45 PM
root / root
0644
bdist_rpm.cpython-38.opt-1.pyc
1.742 KB
21 Apr 2022 12.45 PM
root / root
0644
bdist_rpm.cpython-38.pyc
1.742 KB
21 Apr 2022 12.45 PM
root / root
0644
bdist_wininst.cpython-38.opt-1.pyc
0.932 KB
21 Apr 2022 12.45 PM
root / root
0644
bdist_wininst.cpython-38.pyc
0.932 KB
21 Apr 2022 12.45 PM
root / root
0644
build_clib.cpython-38.opt-1.pyc
2.38 KB
21 Apr 2022 12.45 PM
root / root
0644
build_clib.cpython-38.pyc
2.38 KB
21 Apr 2022 12.45 PM
root / root
0644
build_ext.cpython-38.opt-1.pyc
9.634 KB
21 Apr 2022 12.45 PM
root / root
0644
build_ext.cpython-38.pyc
9.663 KB
21 Apr 2022 12.45 PM
root / root
0644
build_py.cpython-38.opt-1.pyc
8.438 KB
21 Apr 2022 12.45 PM
root / root
0644
build_py.cpython-38.pyc
8.438 KB
21 Apr 2022 12.45 PM
root / root
0644
develop.cpython-38.opt-1.pyc
6.349 KB
21 Apr 2022 12.45 PM
root / root
0644
develop.cpython-38.pyc
6.349 KB
21 Apr 2022 12.45 PM
root / root
0644
dist_info.cpython-38.opt-1.pyc
1.329 KB
21 Apr 2022 12.45 PM
root / root
0644
dist_info.cpython-38.pyc
1.329 KB
21 Apr 2022 12.45 PM
root / root
0644
easy_install.cpython-38.opt-1.pyc
63.775 KB
21 Apr 2022 12.45 PM
root / root
0644
easy_install.cpython-38.pyc
63.819 KB
21 Apr 2022 12.45 PM
root / root
0644
egg_info.cpython-38.opt-1.pyc
21.254 KB
21 Apr 2022 12.45 PM
root / root
0644
egg_info.cpython-38.pyc
21.254 KB
21 Apr 2022 12.45 PM
root / root
0644
install.cpython-38.opt-1.pyc
3.897 KB
21 Apr 2022 12.45 PM
root / root
0644
install.cpython-38.pyc
3.897 KB
21 Apr 2022 12.45 PM
root / root
0644
install_egg_info.cpython-38.opt-1.pyc
2.347 KB
21 Apr 2022 12.45 PM
root / root
0644
install_egg_info.cpython-38.pyc
2.347 KB
21 Apr 2022 12.45 PM
root / root
0644
install_lib.cpython-38.opt-1.pyc
3.994 KB
21 Apr 2022 12.45 PM
root / root
0644
install_lib.cpython-38.pyc
4.027 KB
21 Apr 2022 12.45 PM
root / root
0644
install_scripts.cpython-38.opt-1.pyc
2.22 KB
21 Apr 2022 12.45 PM
root / root
0644
install_scripts.cpython-38.pyc
2.22 KB
21 Apr 2022 12.45 PM
root / root
0644
py36compat.cpython-38.opt-1.pyc
4.502 KB
21 Apr 2022 12.45 PM
root / root
0644
py36compat.cpython-38.pyc
4.502 KB
21 Apr 2022 12.45 PM
root / root
0644
register.cpython-38.opt-1.pyc
0.737 KB
21 Apr 2022 12.45 PM
root / root
0644
register.cpython-38.pyc
0.737 KB
21 Apr 2022 12.45 PM
root / root
0644
rotate.cpython-38.opt-1.pyc
2.461 KB
21 Apr 2022 12.45 PM
root / root
0644
rotate.cpython-38.pyc
2.461 KB
21 Apr 2022 12.45 PM
root / root
0644
saveopts.cpython-38.opt-1.pyc
0.868 KB
21 Apr 2022 12.45 PM
root / root
0644
saveopts.cpython-38.pyc
0.868 KB
21 Apr 2022 12.45 PM
root / root
0644
sdist.cpython-38.opt-1.pyc
6.647 KB
21 Apr 2022 12.45 PM
root / root
0644
sdist.cpython-38.pyc
6.647 KB
21 Apr 2022 12.45 PM
root / root
0644
setopt.cpython-38.opt-1.pyc
4.431 KB
21 Apr 2022 12.45 PM
root / root
0644
setopt.cpython-38.pyc
4.431 KB
21 Apr 2022 12.45 PM
root / root
0644
test.cpython-38.opt-1.pyc
8.276 KB
21 Apr 2022 12.45 PM
root / root
0644
test.cpython-38.pyc
8.276 KB
21 Apr 2022 12.45 PM
root / root
0644
upload.cpython-38.opt-1.pyc
5.081 KB
21 Apr 2022 12.45 PM
root / root
0644
upload.cpython-38.pyc
5.081 KB
21 Apr 2022 12.45 PM
root / root
0644
upload_docs.cpython-38.opt-1.pyc
5.979 KB
21 Apr 2022 12.45 PM
root / root
0644
upload_docs.cpython-38.pyc
5.996 KB
21 Apr 2022 12.45 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF