Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib/python3.7/site-packages/wheel/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/wheel/__pycache__/paths.cpython-37.opt-1.pyc

B

Dt�Zi�@sFdZddlmmZddlmZddlZddlZdd�Z	dd�Z
dS)zJ
Installation paths.

Map the .data/ subdirectory names to install paths.
�NcCs$t�d|i�}t�|�}|��|S)N�name)�distZDistribution�installZfinalize_options)r�d�i�r�</opt/alt/python37/lib/python3.7/site-packages/wheel/paths.py�get_install_command
s
r	c	Csdi}t|�}x tjD]}t|d|�||<qWttd�r`tj�tj	dddtj
dd�|�|d<|S)	z�
    Return the (distutils) install paths for the named dist.

    A dict with ('purelib', 'platlib', 'headers', 'scripts', 'data') keys.
    Zinstall_Zreal_prefixZincludeZsite�pythonN�Zheaders)r	rZSCHEME_KEYS�getattr�hasattr�sys�os�path�join�prefix�version)r�pathsr�keyrrr�get_install_pathss


r)�__doc__Zdistutils.command.installZcommandrZdistutils.distrZos.pathrrr	rrrrr�<module>s