Lines Matching defs:RustVersion
70 class RustVersion(NamedTuple): class
112 def compute_rustc_src_name(version: RustVersion) -> str:
116 def compute_rust_bootstrap_prebuilt_name(version: RustVersion) -> str:
126 directory: Path, name: str, version: Optional[RustVersion] = None
305 rust_version: RustVersion, template: Optional[RustVersion]
336 directory: Path, template_version: RustVersion, new_version: RustVersion
357 template_ebuild: str, pkgatom: str, new_version: RustVersion
366 def update_bootstrap_ebuild(new_bootstrap_version: RustVersion) -> None:
386 path: str, new_bootstrap_version: RustVersion
478 old_version: RustVersion, new_version: RustVersion
492 def fetch_rust_distfiles(version: RustVersion) -> None:
514 pkgatom: str, rust_version: RustVersion, add: bool
544 template_version: RustVersion, new_version: RustVersion
609 rust_version: RustVersion,
610 maybe_template_version: Optional[RustVersion],
709 def find_ebuild_for_rust_version(version: RustVersion) -> str:
723 def rebuild_packages(version: RustVersion):
758 def remove_ebuild_version(path: os.PathLike, name: str, version: RustVersion):
788 version: RustVersion, run_step: Callable[[], T]
804 rust_version: Optional[RustVersion], run_step: Callable[[], T]
860 def remove_virtual_rust(delete_version: RustVersion) -> None:
870 def create_new_repo(rust_version: RustVersion) -> None:
912 def create_new_commit(rust_version: RustVersion) -> None: