Home
last modified time | relevance | path

Searched refs:setup_py (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/libxml2/python/
H A Dmeson.build20 setup_py = configuration_data() cfgdata
21 setup_py.set('prefix', get_option('prefix'))
22 setup_py.set('LIBXML_VERSION', meson.project_version())
23 setup_py.set('WITH_ICONV', want_iconv.to_int())
24 setup_py.set('WITH_ICU', want_icu.to_int())
25 setup_py.set('WITH_LZMA', want_lzma.to_int())
26 setup_py.set('WITH_ZLIB', want_zlib.to_int())
27 setup_py.set('WITH_THREADS', want_threads.to_int())
31 configuration: setup_py,
/aosp_15_r20/external/dtc/pylibfdt/
H A Dmeson.build1 setup_py = find_program('../setup.py') variable
2 setup_py = [setup_py.path(), '--quiet', '--top-builddir', meson.project_build_root()] variable
8 command: [setup_py, 'build_ext', '--build-lib=' + meson.current_build_dir()],
12 meson.add_install_script(setup_py, 'install', '--prefix=' + get_option('prefix'), '--root=$DESTDIR')
/aosp_15_r20/external/autotest/utils/
H A Dexternal_packages.py259 egg_path = self._build_egg_using_setup_py(setup_py='setup.py')
267 egg_path = self._build_egg_using_setup_py(setup_py='setupegg.py')
341 def _build_using_setup_py(self, setup_py='setup.py'): argument
350 if not os.path.exists(setup_py):
351 raise Error('%s does not exist in %s' % (setup_py, os.getcwd()))
352 status = system("'%s' %s build" % (sys.executable, setup_py))
359 def _build_egg_using_setup_py(self, setup_py='setup.py'): argument
368 if not os.path.exists(setup_py):
369 raise Error('%s does not exist in %s' % (setup_py, os.getcwd()))
373 status = system("'%s' %s bdist_egg" % (sys.executable, setup_py))
[all …]
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dpython_package.py125 def setup_py(self) -> Path: member in PythonPackage
126 setup_py = [
132 assert len(setup_py) == 1
133 return setup_py[0]
/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_sandbox.py37 setup_py = tmpdir / 'setup.py'
38 with setup_py.open('wb') as stream:
40 setuptools.sandbox._execfile(str(setup_py), globals())
Dtest_logging.py6 setup_py = """\ variable
30 setup_script.write_text(setup_py)
Dnamespaces.py7 setup_py = src_dir / 'setup.py'
18 setup_py.write_text(script, encoding='utf-8')
Dtest_easy_install.py690 setup_py = str(pathlib.Path(temp_dir, 'test_pkg', 'setup.py'))
692 run_setup(setup_py, [str('--version')])
862 setup_py = DALS("""\
874 files = [('setup.py', setup_py),
/aosp_15_r20/external/python/setuptools/setuptools/tests/config/
Dtest_setupcfg.py32 tmpdir, setup_cfg, setup_py=None, encoding='ascii', package_path='fake_package' argument
35 if setup_py is None:
36 setup_py = 'from setuptools import setup\n' 'setup()\n'
38 tmpdir.join('setup.py').write(setup_py)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/
Dpyproject.py30 use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str
54 has_setup = os.path.isfile(setup_py)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/
Dpyproject.py30 use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str
54 has_setup = os.path.isfile(setup_py)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/
Dpyproject.py30 use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str
54 has_setup = os.path.isfile(setup_py)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/
Dpyproject.py30 use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str
54 has_setup = os.path.isfile(setup_py)
/aosp_15_r20/external/python/cpython2/Lib/distutils/tests/
Dtest_core.py79 setup_py = os.path.join(test.test_support.TESTFN, "setup.py")
81 self.write_setup(setup_prints_cwd, path=setup_py))
/aosp_15_r20/external/python/cpython3/Lib/distutils/tests/
Dtest_core.py109 setup_py = os.path.join(os_helper.TESTFN, "setup.py")
111 self.write_setup(setup_prints_cwd, path=setup_py))
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/tests/
H A Dtest_core.py109 setup_py = os.path.join(os_helper.TESTFN, "setup.py")
111 self.write_setup(setup_prints_cwd, path=setup_py))
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/tests/
Dtest_core.py120 setup_py = os.path.join(os_helper.TESTFN, "setup.py")
122 self.write_setup(setup_prints_cwd, path=setup_py))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/req/
Dreq_install.py460 setup_py = os.path.join(self.unpacked_source_directory, "setup.py")
462 return setup_py
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/req/
Dreq_install.py460 setup_py = os.path.join(self.unpacked_source_directory, "setup.py")
462 return setup_py
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/req/
Dreq_install.py460 setup_py = os.path.join(self.unpacked_source_directory, "setup.py")
462 return setup_py
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/req/
Dreq_install.py460 setup_py = os.path.join(self.unpacked_source_directory, "setup.py")
462 return setup_py