• Home
  • Raw
  • Download

Lines Matching full:python_version

108     python_version = rctx.attr.python_version
109 python_short_version = python_version.rpartition(".")[0]
210 # depend on `libpython{python_version}.so.1.0`.
211 "lib/libpython{python_version}.so".format(python_version = python_short_version),
215 "lib/python{python_version}/**/test/**".format(python_version = python_short_version),
216 "lib/python{python_version}/**/tests/**".format(python_version = python_short_version),
306 "include/python{python_version}",
307 "include/python{python_version}m",
316 "@platforms//os:macos": ["lib/libpython{python_version}.dylib"],
317 …"@platforms//os:linux": ["lib/libpython{python_version}.so", "lib/libpython{python_version}.so.1.0…
336 python_version = "PY3",
348 python_version = "{python_version}",
354 python_version = python_short_version,
371 "python_version": python_version,
437 "python_version": attr.string(
473 python_version,
492 python_version: the Python version.
511 if python_version in MINOR_MAPPING:
512 python_version = MINOR_MAPPING[python_version]
532 sha256 = tool_versions[python_version]["sha256"].get(platform, None)
536 …(release_filename, urls, strip_prefix, patches) = get_release_info(platform, python_version, base_…
540 coverage_tool = tool_versions[python_version].get("coverage_tool", {}).get(platform, None)
547 python_version = python_version,
563 python_version = python_version,
580 python_version = python_version,
590 python_version = python_version,
614 for python_version in python_versions:
615 if python_version == default_version:
622 name = name + "_" + python_version.replace(".", "_"),
623 python_version = python_version,
629 python_version = default_version,
637 python_version: name + "_" + python_version.replace(".", "_")
638 for python_version in (python_versions + [default_version])