File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1313import System
1414import System .IO
1515
16-
1716SCRIPT_COMPONENT_GUID = System .Guid ("c9b2d725-6f87-4b07-af90-bd9aefef68eb" )
1817CPY_VER = "3.-1"
1918TEMPLATE_VER = re .compile ("{{version}}" )
Original file line number Diff line number Diff line change 55PATH_SETUP = "./src/gh/diffCheck/setup.py"
66PATH_INIT = "./src/gh/diffCheck/diffCheck/__init__.py"
77PATH_CMAKE = "./CMakeLists.txt"
8+ DIR_IN_GHUSER_COMPONENTS = "./src/gh/components"
9+ DIR_OUT_GHUER_COMPONENTS = "./build/gh"
810
911
1012@task
@@ -21,7 +23,11 @@ def versionize(c):
2123@task
2224def ghcomponentize (c ):
2325 path_ghcomponentizer = "./invokes/ghcomponentize/ghcomponentizer.py"
24- c .run (f"python { path_ghcomponentizer } --ghio ./invokes/ghcomponentize/ghio ./py/components ./build/gh" )
26+ c .run (f"python { path_ghcomponentizer } \
27+ --ghio ./invokes/ghcomponentize/ghio \
28+ { DIR_IN_GHUSER_COMPONENTS } \
29+ { DIR_OUT_GHUER_COMPONENTS } " )
30+
2531
2632@task
2733def flagerize (c , package_name = "ACPy" ):
You can’t perform that action at this time.
0 commit comments