pypeline-runner 1.13.0__py3-none-any.whl → 1.14.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pypeline/__init__.py +1 -1
- pypeline/main.py +5 -0
- pypeline/steps/scoop_install.py +2 -1
- {pypeline_runner-1.13.0.dist-info → pypeline_runner-1.14.0.dist-info}/METADATA +1 -1
- {pypeline_runner-1.13.0.dist-info → pypeline_runner-1.14.0.dist-info}/RECORD +8 -8
- {pypeline_runner-1.13.0.dist-info → pypeline_runner-1.14.0.dist-info}/LICENSE +0 -0
- {pypeline_runner-1.13.0.dist-info → pypeline_runner-1.14.0.dist-info}/WHEEL +0 -0
- {pypeline_runner-1.13.0.dist-info → pypeline_runner-1.14.0.dist-info}/entry_points.txt +0 -0
pypeline/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.
|
|
1
|
+
__version__ = "1.14.0"
|
pypeline/main.py
CHANGED
|
@@ -16,6 +16,11 @@ from pypeline.pypeline import PipelineScheduler, PipelineStepsExecutor
|
|
|
16
16
|
|
|
17
17
|
package_name = "pypeline"
|
|
18
18
|
|
|
19
|
+
|
|
20
|
+
def package_version_file() -> Path:
|
|
21
|
+
return Path(__file__).parent / "__init__.py"
|
|
22
|
+
|
|
23
|
+
|
|
19
24
|
app = typer.Typer(
|
|
20
25
|
name=package_name, help="Configure and execute pipelines with Python (similar to GitHub workflows or Jenkins pipelines).", no_args_is_help=True, add_completion=False
|
|
21
26
|
)
|
pypeline/steps/scoop_install.py
CHANGED
|
@@ -13,6 +13,7 @@ from py_app_dev.core.scoop_wrapper import ScoopWrapper
|
|
|
13
13
|
|
|
14
14
|
from ..domain.execution_context import ExecutionContext
|
|
15
15
|
from ..domain.pipeline import PipelineStep
|
|
16
|
+
from ..main import package_version_file
|
|
16
17
|
|
|
17
18
|
|
|
18
19
|
@dataclass
|
|
@@ -79,7 +80,7 @@ class ScoopInstall(PipelineStep[ExecutionContext]):
|
|
|
79
80
|
return 0
|
|
80
81
|
|
|
81
82
|
def get_inputs(self) -> List[Path]:
|
|
82
|
-
return [self.scoop_file]
|
|
83
|
+
return [self.scoop_file, package_version_file()]
|
|
83
84
|
|
|
84
85
|
def get_outputs(self) -> List[Path]:
|
|
85
86
|
return [self.execution_info_file, *self.install_dirs]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pypeline/__init__.py,sha256=
|
|
1
|
+
pypeline/__init__.py,sha256=oitamisYLp3lrFI3uGv-5ZCJIeYOT9gZLcszUmVNhw8,23
|
|
2
2
|
pypeline/__run.py,sha256=TCdaX05Qm3g8T4QYryKB25Xxf0L5Km7hFOHe1mK9vI0,350
|
|
3
3
|
pypeline/domain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
pypeline/domain/artifacts.py,sha256=5k7cVfHhLmvWXNuHKxXb9ca4Lxu0JytGQqazENCeKEU,1404
|
|
@@ -19,16 +19,16 @@ pypeline/kickstart/templates/project/pyproject.toml,sha256=A60HZ6Aqf8KTFLoC35Sex
|
|
|
19
19
|
pypeline/kickstart/templates/project/scoopfile.json,sha256=DcfZ8jYf9hmPHM-AWwnPKQJCzRG3fCuYtMeoY01nkag,219
|
|
20
20
|
pypeline/kickstart/templates/project/steps/my_step.py,sha256=iZYTzWtL-qxEW_t7q079d-xpnRST_tumSzxqiQDW7sM,707
|
|
21
21
|
pypeline/kickstart/templates/project/west.yaml,sha256=ZfVym7M4yzzC-Nm0vESdhqNYs6EaJuMQWGJBht_i0b4,188
|
|
22
|
-
pypeline/main.py,sha256=
|
|
22
|
+
pypeline/main.py,sha256=2mC2BDB1OWIXhaijBXG6Y1vfT8_yMZ4Dj55w5u7g7-w,4158
|
|
23
23
|
pypeline/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
pypeline/pypeline.py,sha256=-mquLfFlEvESk-HORhvjRMESIzdlVAgBLPjwUDOPLqg,7452
|
|
25
25
|
pypeline/steps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
26
|
pypeline/steps/create_venv.py,sha256=sajEl43Yqcd1f0BN9lZOhm93UIRXj4Qx4TdAOSxLkTU,2509
|
|
27
27
|
pypeline/steps/env_setup_script.py,sha256=u08A6pvMccFQbcnU0xruFvpU30PbDrttnbOjl1gDqog,2340
|
|
28
|
-
pypeline/steps/scoop_install.py,sha256=
|
|
28
|
+
pypeline/steps/scoop_install.py,sha256=DDXBD-5TVaT-u6Yf7A85uWoCgBVmLvj9nPGrZ8OQCz0,3853
|
|
29
29
|
pypeline/steps/west_install.py,sha256=hPyr28ksdKsQ0tv0gMNytzupgk1IgjN9CpmaBdX5zps,1947
|
|
30
|
-
pypeline_runner-1.
|
|
31
|
-
pypeline_runner-1.
|
|
32
|
-
pypeline_runner-1.
|
|
33
|
-
pypeline_runner-1.
|
|
34
|
-
pypeline_runner-1.
|
|
30
|
+
pypeline_runner-1.14.0.dist-info/LICENSE,sha256=sKxdoqSmW9ezvPvt0ZGJbneyA0SBcm0GiqzTv2jN230,1066
|
|
31
|
+
pypeline_runner-1.14.0.dist-info/METADATA,sha256=FgmQ8o6AHWwEtCxGeIYXc5TXxT6KJklRZoIELvMcMTc,7553
|
|
32
|
+
pypeline_runner-1.14.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
33
|
+
pypeline_runner-1.14.0.dist-info/entry_points.txt,sha256=pe1u0uuhPI_yeQ0KjEw6jK-EvQfPcZwBSajgbAdKz1o,47
|
|
34
|
+
pypeline_runner-1.14.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|