Graybyt3 Was Here
Linux host1.absolutelystunningcenterpieces.com 3.10.0-957.21.3.el7.x86_64 #1 SMP Tue Jun 18 16:35:19 UTC 2019 x86_64
Apache
69.167.136.200
/
lib
/
python2.7
/
site-packages
/
pip
/
_internal
/
commands
[ HOME ]
Exec
Submit
File Name : wheel.pyc
� }�\]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 d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z e j e � Z d e f d � � YZ d S( i ( t absolute_importN( t WheelCache( t cmdoptions( t RequirementCommand( t CommandErrort PreviousBuildDirError( t Resolver( t RequirementPreparer( t RequirementSet( t RequirementTracker( t TempDirectory( t WheelBuildert WheelCommandc B@ s2 e Z d Z d Z d Z d Z d � Z d � Z RS( s� 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: https://wheel.readthedocs.io/en/latest/ Requirements: setuptools>=0.8, and wheel. 'pip wheel' uses the bdist_wheel setuptools extension from the wheel package to build individual wheels. t wheels� %prog [options] <requirement specifier> ... %prog [options] -r <requirements file> ... %prog [options] [-e] <vcs project url> ... %prog [options] [-e] <local project path> ... %prog [options] <archive url/path> ...s$ Build wheels from your requirements.c O@ s( t t | � j | | � | j } | j d d d d d d d t j d d �| j t j � � | j t j � � | j t j � � | j d d d d d d d d d �| j t j � � | j t j � � | j t j � � | j t j � � | j t j � � | j t j � � | j t j � � | j t j � � | j t j � � | j t j � � | j t j � � | j d d d d d d d d d �| j d d d d t d d �| j t j � � | j t j � � t j t j | j � } | j j d | � | j j d | � d S( Ns -ws --wheel-dirt destt wheel_dirt metavart dirt defaultt helpsL Build wheels into <dir>, where the default is the current working directory.s --build-optiont build_optionst optionst actiont appends9 Extra arguments to be supplied to 'setup.py bdist_wheel'.s --global-optiont global_optionssZ Extra global options to be supplied to the setup.py call before the 'bdist_wheel' command.s --pret store_truesY Include pre-release and development versions. By default, pip only finds stable versions.i ( t superR t __init__t cmd_optst add_optiont ost curdirR t no_binaryt only_binaryt prefer_binaryt no_build_isolationt use_pep517t no_use_pep517t constraintst editablet requirementst srct ignore_requires_pythont no_depst build_dirt progress_bart Falset no_cleant require_hashest make_option_groupt index_groupt parsert insert_option_group( t selft argst kwR t index_opts( ( s; /tmp/pip-install-ewDPok/pip/pip/_internal/commands/wheel.pyR . s\ c &