MCPcopy
hub / github.com/astral-sh/python-build-standalone / toolchain_archive_path

Function toolchain_archive_path

cpython-unix/build.py:217–222  ·  view source on GitHub ↗
(package_name, host_platform)

Source from the content-addressed store, hash-verified

215
216
217def toolchain_archive_path(package_name, host_platform):
218 entry = DOWNLOADS[package_name]
219
220 basename = "%s-%s-%s.tar" % (package_name, entry["version"], host_platform)
221
222 return BUILD / basename
223
224
225def install_binutils(platform):

Callers 2

build_binutilsFunction · 0.85
build_muslFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected