Searched refs:DEVELOP_DIST (Results 1 – 4 of 4) sorted by relevance
/external/python/setuptools/setuptools/ |
D | package_index.py | 19 to_filename, Requirement, DEVELOP_DIST, EGG_DIST, 620 if dist.precedence == DEVELOP_DIST and not develop_ok:
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 61 VersionConflict, DEVELOP_DIST, 668 elif dist.precedence == DEVELOP_DIST:
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 328 DEVELOP_DIST = -1 variable 2032 root, entry, metadata, precedence=DEVELOP_DIST,
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 989 ``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
|