Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/command/
Deasy_install.py768 def maybe_move(self, spec, dist_filename, setup_base): argument
774 log.warn(msg, spec.key, self.build_directory, setup_base)
775 return setup_base
777 setup_base = dist_filename
779 if os.path.dirname(dist_filename) == setup_base:
781 contents = os.listdir(setup_base)
783 dist_filename = os.path.join(setup_base, contents[0])
786 setup_base = dist_filename
788 shutil.move(setup_base, dst)
852 setup_base = tmpdir
[all …]
/external/python/cffi/
DMANIFEST.in6 include AUTHORS LICENSE setup.py setup_base.py
/external/autotest/site_utils/lxc/
Dlxc_functional_test.py184 def setup_base(container_path): function
345 setup_base(TEMP_DIR)
/external/python/cffi/doc/source/
Dinstallation.rst66 * ``python setup.py install`` or ``python setup_base.py install``
71 install cffi yet, you need first ``python setup_base.py build_ext -f