Lines Matching refs:ebuild_path
311 ebuild_path = "/path/to/the/ebuild"
314 ebuild_path,
317 expected = (self.version_new, ebuild_path, self.bootstrap_version)
587 ebuild_path = Path(
590 os.makedirs(ebuild_path.parent)
591 ebuild_path.touch()
595 ["git", "rm", str(ebuild_path.name)], cwd=ebuild_path.parent
601 ebuild_path = Path(
607 os.makedirs(ebuild_path.parent)
608 ebuild_path.touch()
609 symlink_path.symlink_to(ebuild_path.name)
615 ["git", "rm", ebuild_path.name],
616 cwd=ebuild_path.parent,
620 cwd=ebuild_path.parent,
630 ebuild_path = Path(
633 mock_find_ebuild.return_value = Path(ebuild_path)
637 cwd=ebuild_path.parent,
640 ebuild_path.parent.joinpath(f"rust-{self.current_version}.ebuild"),
641 ebuild_path.parent.joinpath(f"rust-{self.new_version}.ebuild"),