Searched refs:dist_path (Results 1 – 3 of 3) sorted by relevance
/external/python/setuptools/setuptools/tests/ |
D | test_virtualenv.py | 87 dist_path = tmpdir.join('%s-%s.tar.gz' % (distname, version)) 88 make_nspkg_sdist(str(dist_path), distname, version) 89 return dist_path 91 str(dist_path) 92 for dist_path in (
|
D | test_easy_install.py | 416 dist_path = os.path.join(dir, 'setuptools-test-fetcher-1.0.tar.gz') 417 make_sdist(dist_path, [ 426 yield dist_path 523 def make_dependency_sdist(dist_path, distname, version): argument 524 make_sdist(dist_path, [ 554 def make_trivial_sdist(dist_path, distname, version): argument 560 make_sdist(dist_path, [ 571 def make_nspkg_sdist(dist_path, distname, version): argument 601 make_sdist(dist_path, files) 604 def make_sdist(dist_path, files): argument [all …]
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 1727 def update_dist_caches(dist_path, fix_zipimporter_caches): argument 1787 normalized_path = normalize_path(dist_path)
|