£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

7Re"  c               @   s   d  d l  m Z d  d l Z d  d l Z d  d l m Z d  d l m Z d  d l m	 Z	 d  d l
 m Z m Z d  d l m Z m Z m Z d  d l m Z m Z d  d	 l m Z d  d
 l m Z e j j e e j  d  Z Gd d   d e  Z d S(   i    (   u   absolute_importN(   u   Command(   u   PackageFinder(   u   logger(   u   CommandErroru   PreviousBuildDirError(   u   InstallRequirementu   RequirementSetu   parse_requirements(   u   BuildDirectoryu   normalize_path(   u   WheelBuilder(   u
   cmdoptionsu
   wheelhousec                sJ   |  Ee  Z d  Z d Z d Z d Z d Z   f d d   Z d d   Z   S(	   u   WheelCommandu  
    Build Wheel archives for your requirements and dependencies.

    Wheel is a built-package format, and offers the advantage of not recompiling your software during every install.
    For more details, see the wheel docs: http://wheel.readthedocs.org/en/latest.

    Requirements: setuptools>=0.8, and wheel.

    'pip wheel' uses the bdist_wheel setuptools extension from the wheel package to build individual wheels.

    u   wheelu   
      %prog [options] <requirement specifier> ...
      %prog [options] -r <requirements file> ...
      %prog [options] <vcs project url> ...
      %prog [options] <local project path> ...
      %prog [options] <archive url/path> ...u$   Build wheels from your requirements.c                s  t  t |   j | |   |  j } | j d d d d d d d t d d	 | j t j j    | j t j	 j    | j d
 d d d d d d d d | j t j
 j    | j t j j    | j t j j    | j t j j    | j d d d d d d d d d | j d d d d d d d | j t j j    t j t j |  j  } |  j j d |  |  j j d |  d  S(   Nu   -wu   --wheel-diru   destu	   wheel_diru   metavaru   diru   defaultu   helpuA   Build wheels into <dir>, where the default is '<cwd>/wheelhouse'.u   --build-optionu   build_optionsu   optionsu   actionu   appendu9   Extra arguments to be supplied to 'setup.py bdist_wheel'.u   --global-optionu   global_optionsuZ   Extra global options to be supplied to the setup.py call before the 'bdist_wheel' command.u   --preu
   store_trueuY   Include pre-release and development versions. By default, pip only finds stable versions.i    F(   u   superu   WheelCommandu   __init__u   cmd_optsu
   add_optionu   DEFAULT_WHEEL_DIRu
   cmdoptionsu	   use_wheelu   makeu   no_use_wheelu   requirementsu   download_cacheu   no_depsu	   build_diru   Falseu   no_cleanu   make_option_groupu   index_groupu   parseru   insert_option_group(   u   selfu   argsu   kwu   cmd_optsu
   index_opts(   u	   __class__(    u+   /tmp/pip-zej_zi-build/pip/commands/wheel.pyu   __init__(   sF    		u   WheelCommand.__init__c          .   C   su  y d d  l  } Wn t k
 r0 t d   Yn Xy d d  l } Wn t k
 ra t d   Yn Xt | d  s t d   n  | j g | j } | j r t j	 d d j
 |   g  } n  | j r t j d d  n  | j rt j d d	  | | j 7} n  | j r(t j j | j  | _ n  |  j |  } t d
 | j d | d | j d | j d | j d | j d | j d | j d |  	} | j p| j } t | j d | }	 t d |	 d d  d d  d | j d | j  d d" d | d | j"  }
 t j j# | j"  s t j$ | j"  n  x' | D] } |
 j% t& j' | d    q'Wxj | j( D]_ } xV t) | d | d | d | D]6 } | j* rt j	 d | j+  qyn  |
 j% |  qyWqTW|
 j, si |  j- d 6} d | } t j. |  d  Szf yA t/ |
 | | j" d  | j0 pg  d! | j1 pg  } | j2   Wn t3 k
 rOd" | _   Yn XWd  | j sj|
 j4   n  XWd  QXd  S(#   Ni    uN   'pip wheel' requires the 'wheel' package. To fix this, run:  pip install wheelup   'pip wheel' requires setuptools >= 0.8 for dist-info support. To fix this, run: pip install --upgrade setuptoolsu   DistInfoDistributionu   Ignoring indexes: %su   ,u   1.7u   --use-mirrors has been deprecated and will be removed in the future. Explicit uses of --index-url and/or --extra-index-url is suggested.u   --mirrors has been deprecated and will be removed in  the future. Explicit uses of --index-url and/or --extra-index-url is suggested.u
   find_linksu
   index_urlsu	   use_wheelu   allow_externalu   allow_unverifiedu   allow_all_externalu   allow_all_prereleasesu   process_dependency_linksu   sessionu   deleteu	   build_diru   src_diru   download_diru   download_cacheu   ignore_dependenciesu   ignore_installedu   wheel_download_diru   finderu   optionsu   ignoring %su   nameuL   You must give at least one requirement to %(name)s (see "pip help %(name)s")u   build_optionsu   global_optionsT(5   u   wheel.bdist_wheelu   ImportErroru   CommandErroru   pkg_resourcesu   hasattru	   index_urlu   extra_index_urlsu   no_indexu   loggeru   notifyu   joinu   use_mirrorsu
   deprecatedu   mirrorsu	   build_diru   osu   pathu   abspathu   _build_sessionu   PackageFinderu
   find_linksu	   use_wheelu   allow_externalu   allow_unverifiedu   allow_all_externalu   preu   process_dependency_linksu   no_cleanu   BuildDirectoryu   RequirementSetu   Noneu   download_cacheu   ignore_dependenciesu   Trueu	   wheel_diru   existsu   makedirsu   add_requirementu   InstallRequirementu	   from_lineu   requirementsu   parse_requirementsu   editableu   urlu   has_requirementsu   nameu   erroru   WheelBuilderu   build_optionsu   global_optionsu   buildu   PreviousBuildDirErroru   cleanup_files(   u   selfu   optionsu   argsu   wheelu   pkg_resourcesu
   index_urlsu   sessionu   finderu   build_deleteu	   build_diru   requirement_setu   nameu   filenameu   requ   optsu   msgu   wb(    (    u+   /tmp/pip-zej_zi-build/pip/commands/wheel.pyu   runU   s    				
																	u   WheelCommand.run(	   u   __name__u
   __module__u   __qualname__u   __doc__u   nameu   usageu   summaryu   __init__u   run(   u
   __locals__(    (   u	   __class__u+   /tmp/pip-zej_zi-build/pip/commands/wheel.pyu   WheelCommand   s   -u   WheelCommand(   u
   __future__u   absolute_importu   osu   sysu   pip.basecommandu   Commandu	   pip.indexu   PackageFinderu   pip.logu   loggeru   pip.exceptionsu   CommandErroru   PreviousBuildDirErroru   pip.requ   InstallRequirementu   RequirementSetu   parse_requirementsu   pip.utilu   BuildDirectoryu   normalize_pathu	   pip.wheelu   WheelBuilderu   pipu
   cmdoptionsu   pathu   joinu   curdiru   DEFAULT_WHEEL_DIRu   WheelCommand(    (    (    u+   /tmp/pip-zej_zi-build/pip/commands/wheel.pyu   <module>   s   