AlkantarClanX12

Your IP : 18.225.175.230


Current Path : /opt/alt/python34/lib/python3.4/site-packages/pip/commands/__pycache__/
Upload File :
Current File : //opt/alt/python34/lib/python3.4/site-packages/pip/commands/__pycache__/bundle.cpython-34.pyc

�
�Re��@s�ddlZddlmZmZddlmZmZddlmZddl	m
Z
ddlmZGdd�de�Z
dS)	�N)�build_prefix�
src_prefix)�display_path�
backup_dir)�logger)�InstallationError)�InstallCommandcsReZdZdZdZdZdZdZ�fdd�Z�fdd	�Z	�S)
�
BundleCommandz9Create pybundles (archives containing multiple packages).�bundlez:
      %prog [options] <bundle name>.pybundle <package>...zDEPRECATED. Create pybundles.Tcs�tt|�j||�|jjd�}ttd�|_|jjd�}ttd�|_|jj	i|j|j
6|j|j
6�dS)Nz--buildz-bundlez--src)�superr	�__init__�parser�
get_optionrr�defaultr�set_defaults�dest)�self�args�kw�	build_opt�src_opt)�	__class__��./tmp/pip-ztkk0jow-build/pip/commands/bundle.pyrs
zBundleCommand.__init__cs�tjdd�|s%td��nd|_tjdt|j�t|j�f�|jd�|_	t
t|�j||�}|S)Nz1.6z�DEPRECATION: 'pip bundle' and support for installing from *.pybundle files is deprecated. See https://github.com/pypa/pip/pull/1046zYou must give a bundle filenameTzBPutting temporary build files in %s and source/develop files in %sr)
r�
deprecatedr�ignore_installed�notifyr�	build_dir�src_dir�pop�bundle_filenamerr	�run)r�optionsr�requirement_set)rrrr!s		 zBundleCommand.run)
�__name__�
__module__�__qualname__�__doc__�name�usage�summaryr
rr!rr)rrr		sr	)�textwrap�
pip.locationsrr�pip.utilrr�pip.logr�pip.exceptionsr�pip.commands.installrr	rrrr�<module>s