%PDF- %PDF-
Direktori : /usr/local/lib/python3.8/distutils/__pycache__/ |
Current File : //usr/local/lib/python3.8/distutils/__pycache__/dist.cpython-38.pyc |
U qa @ s d Z ddlZddlZddlZddlmZ zddlZW n ek rL dZY nX ddlT ddl m Z mZ ddlm Z mZmZ ddlmZ ddlmZ ed Zd d ZG dd d ZG dd dZdd ZdS )z}distutils.dist Provides the Distribution class, which represents the module distribution being built/installed/distributed. N)message_from_file)*)FancyGetopttranslate_longopt) check_environ strtobool rfc822_escapelog)DEBUGz^[a-zA-Z]([a-zA-Z0-9_]*)$c C sL t | trn<t | tsHt| j}d| d| d}ttj| t| } | S )Nz Warning: 'z' should be a list, got type '') isinstancestrlisttype__name__r WARN)value fieldnametypenamemsg r */usr/local/lib/python3.8/distutils/dist.py_ensure_list s r c @ sp e Zd ZdZdddddgZdZdd d ddd dddddddddddddddgZdd eD Zdd iZdad"d#Z d$d% Z dbd'd(Zd)d* Zdcd+d,Z d-d. Zd/d0 Zd1d2 Zd3d4 Zd5d5g fd6d7Zd8d9 Zd:d; Zd<d= Zd>d? Zd@dA ZdBdC ZdddDdEZdedFdGZdfdIdJZejfdKdLZdMdN ZdOdP Z dQdR Z!dSdT Z"dUdV Z#dWdX Z$dYdZ Z%d[d\ Z&d]d^ Z'd_d` Z(d!S )gDistributiona The core of the Distutils. Most of the work hiding behind 'setup' is really done within a Distribution instance, which farms the work out to the Distutils commands specified on the command line. Setup scripts will almost never instantiate Distribution directly, unless the 'setup()' function is totally inadequate to their needs. However, it is conceivable that a setup script might wish to subclass Distribution for some specialized purpose, and then pass the subclass to 'setup()' as the 'distclass' keyword argument. If so, it is necessary to respect the expectations that 'setup' has of Distribution. See the code for 'setup()', in core.py, for details. )verbosevzrun verbosely (default) )quietqz!run quietly (turns verbosity off))zdry-runnzdon't actually do anything)helphzshow detailed help message)zno-user-cfgNz-ignore pydistutils.cfg in your home directoryzCommon commands: (see '--help-commands' for more) setup.py build will build the package underneath 'build/' setup.py install will install the package )z help-commandsNzlist all available commands)nameNzprint package name)versionVzprint package version)fullnameNzprint <package name>-<version>)authorNzprint the author's name)author-emailNz print the author's email address) maintainerNzprint the maintainer's name)zmaintainer-emailNz$print the maintainer's email address)contactNz7print the maintainer's name if known, else the author's)z contact-emailNz@print the maintainer's email address if known, else the author's)urlNzprint the URL for this package)licenseNz print the license of the package)licenceNzalias for --license)descriptionNzprint the package description)zlong-descriptionNz"print the long package description) platformsNzprint the list of platforms)classifiersNzprint the list of classifiers)keywordsNzprint the list of keywords)providesNz+print the list of packages/modules provided)requiresNz+print the list of packages/modules required) obsoletesNz0print the list of packages/modules made obsoletec C s g | ]}t |d qS )r r ).0xr r r <listcomp>