Home
last modified time | relevance | path

Searched refs:DEVELOP_DIST (Results 1 – 4 of 4) sorted by relevance

/external/python/setuptools/setuptools/
Dpackage_index.py19 to_filename, Requirement, DEVELOP_DIST, EGG_DIST,
620 if dist.precedence == DEVELOP_DIST and not develop_ok:
/external/python/setuptools/setuptools/command/
Deasy_install.py61 VersionConflict, DEVELOP_DIST,
668 elif dist.precedence == DEVELOP_DIST:
/external/python/setuptools/pkg_resources/
D__init__.py328 DEVELOP_DIST = -1 variable
2032 root, entry, metadata, precedence=DEVELOP_DIST,
/external/python/setuptools/docs/
Dpkg_resources.txt989 ``DEVELOP_DIST``. Normally, precedences other than ``EGG_DIST`` are used
993 format), however, are automatically given a precedence of ``DEVELOP_DIST``.
1741 * Added the ``DEVELOP_DIST`` precedence, and automatically assign it to