spadix-cli 0.7.3__py3-none-any.whl → 0.7.4__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.
- spadix_cli/__init__.py +4 -4
- {spadix_cli-0.7.3.dist-info → spadix_cli-0.7.4.dist-info}/METADATA +2 -1
- spadix_cli-0.7.4.dist-info/RECORD +8 -0
- {spadix_cli-0.7.3.dist-info → spadix_cli-0.7.4.dist-info}/WHEEL +1 -1
- spadix_cli-0.7.3.dist-info/RECORD +0 -8
- {spadix_cli-0.7.3.dist-info → spadix_cli-0.7.4.dist-info}/LICENSE +0 -0
- {spadix_cli-0.7.3.dist-info → spadix_cli-0.7.4.dist-info}/entry_points.txt +0 -0
- {spadix_cli-0.7.3.dist-info → spadix_cli-0.7.4.dist-info}/top_level.txt +0 -0
spadix_cli/__init__.py
CHANGED
|
@@ -26,7 +26,7 @@ from sys import stderr
|
|
|
26
26
|
|
|
27
27
|
from lark import Lark, Transformer, v_args
|
|
28
28
|
|
|
29
|
-
__version__ = '0.7.
|
|
29
|
+
__version__ = '0.7.4'
|
|
30
30
|
|
|
31
31
|
###############################################################################
|
|
32
32
|
USAGE = """
|
|
@@ -370,7 +370,7 @@ class command_line_parser:
|
|
|
370
370
|
self.cmd_line.extend(RM_DIRS_WIN)
|
|
371
371
|
else:
|
|
372
372
|
self.cmd_line.extend(RM_DIRS_UNX)
|
|
373
|
-
self.cmd_line.extend(['
|
|
373
|
+
self.cmd_line.extend(['latex', 'CTCHTML', 'coverage',
|
|
374
374
|
self.LOG_BASE, self.INSTALL_BASE, self.BUILD_BASE])
|
|
375
375
|
elif arg.startswith('clean:'):
|
|
376
376
|
self.cmd_line = []
|
|
@@ -430,7 +430,7 @@ class command_line_parser:
|
|
|
430
430
|
self.pre_cmd_line.extend(RM_DIRS_WIN)
|
|
431
431
|
else:
|
|
432
432
|
self.pre_cmd_line.extend(RM_DIRS_UNX)
|
|
433
|
-
self.pre_cmd_line.extend(['
|
|
433
|
+
self.pre_cmd_line.extend(['latex', 'CTCHTML', 'coverage',
|
|
434
434
|
self.LOG_BASE, self.INSTALL_BASE, self.BUILD_BASE])
|
|
435
435
|
self.cmd_line.append('build')
|
|
436
436
|
self.add_console_and_merge()
|
|
@@ -531,7 +531,7 @@ class command_line_parser:
|
|
|
531
531
|
if is_debug:
|
|
532
532
|
cmake_args.append(' -DCMAKE_BUILD_TYPE=Debug')
|
|
533
533
|
else:
|
|
534
|
-
cmake_args.append(' -DCMAKE_BUILD_TYPE=
|
|
534
|
+
cmake_args.append(' -DCMAKE_BUILD_TYPE=Release')
|
|
535
535
|
|
|
536
536
|
if len(cmake_args) > 1:
|
|
537
537
|
self.cmd_line.extend(cmake_args)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: spadix-cli
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.4
|
|
4
4
|
Summary: SAF friendly wrapper for colcon
|
|
5
5
|
Home-page: https://safeai.ai
|
|
6
6
|
Author: Serge Nikulin
|
|
@@ -16,6 +16,7 @@ Requires-Python: >=3.6
|
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
18
|
Requires-Dist: setuptools
|
|
19
|
+
Requires-Dist: lark
|
|
19
20
|
|
|
20
21
|
# Spadix, a friendly wrapper for `colcon`
|
|
21
22
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
spadix_cli/__init__.py,sha256=9HpFTG4LtBSh0nFCWO37mgYg2GACJ731HuQz7AdG1NI,24059
|
|
2
|
+
spadix_cli/__main__.py,sha256=rPu64Cx0WavfzKIa5PAHEfBhOL37eaSYC3NGC7b-Lxc,728
|
|
3
|
+
spadix_cli-0.7.4.dist-info/LICENSE,sha256=Mibvrd1h1r-JGmJDpdKRxcyy_QQXVYvC3IkOd_MEHKE,1049
|
|
4
|
+
spadix_cli-0.7.4.dist-info/METADATA,sha256=CTCPrJtaZjfov4HieG8UvnX8yfgYpbEbI6Ko7diDilc,2675
|
|
5
|
+
spadix_cli-0.7.4.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
6
|
+
spadix_cli-0.7.4.dist-info/entry_points.txt,sha256=oUDP6DnZCF5Ynkmodv1uKAoWK_uFmly093arRd7H3f0,52
|
|
7
|
+
spadix_cli-0.7.4.dist-info/top_level.txt,sha256=2nIIYCRacGMBV3v38jf8tNUxx52VlCJSoklnyuF2H5A,11
|
|
8
|
+
spadix_cli-0.7.4.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
spadix_cli/__init__.py,sha256=avcYuviMgnTj4a-xyU7ngRrbGiXzeCC6valXMCV3X-M,24082
|
|
2
|
-
spadix_cli/__main__.py,sha256=rPu64Cx0WavfzKIa5PAHEfBhOL37eaSYC3NGC7b-Lxc,728
|
|
3
|
-
spadix_cli-0.7.3.dist-info/LICENSE,sha256=Mibvrd1h1r-JGmJDpdKRxcyy_QQXVYvC3IkOd_MEHKE,1049
|
|
4
|
-
spadix_cli-0.7.3.dist-info/METADATA,sha256=69K8NHxxsT0nDgqFKVNXlQHN0u5LWVvEnYXXaqWZw1g,2654
|
|
5
|
-
spadix_cli-0.7.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
6
|
-
spadix_cli-0.7.3.dist-info/entry_points.txt,sha256=oUDP6DnZCF5Ynkmodv1uKAoWK_uFmly093arRd7H3f0,52
|
|
7
|
-
spadix_cli-0.7.3.dist-info/top_level.txt,sha256=2nIIYCRacGMBV3v38jf8tNUxx52VlCJSoklnyuF2H5A,11
|
|
8
|
-
spadix_cli-0.7.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|