Lines Matching defs:print
23 #print(f'# {" ".join(shlex.quote(a) for a in cmd)}')
34 print(f"{err.__class__.__name__}: {err}")
35 print("--- STDOUT ---")
36 print(err.stdout)
37 print("--- STDERR ---")
38 print(err.stderr)
39 print("---- END ----")
78 print(f'copying the source tree into {newroot}...')
120 f'import sysconfig; print(sysconfig.get_config_var("{name}"))']
139 print(f'creating the script to be frozen at {scriptfile}')
153 print(f'configuring python in {builddir}...')
176 print(f'building python {parallel=} in {builddir}...')
183 print(f'installing python into {prefix}...')
194 print(f'freezing {scriptfile}...')