dv-flow-mgr 1.0.0.14528489065a1__py3-none-any.whl → 1.0.0.14693328771a1__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.
dv_flow/mgr/std/flow.dv CHANGED
@@ -82,6 +82,12 @@ package:
82
82
  type: str
83
83
  content:
84
84
  type: str
85
+ - name: IncDirs
86
+ shell: pytask
87
+ run: dv_flow.mgr.std.incdirs.IncDirs
88
+ doc: |
89
+ Creates a list of include directories from a set of
90
+ input files.
85
91
  - name: Exec
86
92
  shell: pytask
87
93
  run: dv_flow.mgr.std.exec.Exec
@@ -0,0 +1,18 @@
1
+ from dv_flow.mgr import TaskDataResult, TaskDataInput, TaskRunCtxt, FileSet
2
+
3
+ async def IncDirs(ctxt : TaskRunCtxt, input : TaskDataInput) -> TaskDataResult:
4
+ """
5
+ IncDirs - create a list of include directories
6
+ """
7
+ outputs = []
8
+
9
+ for inp in input.inputs:
10
+ if hasattr(inp, "basedir") and hasattr(inp, "filetype"):
11
+ outputs.append(FileSet(
12
+ filetype=inp.filetype,
13
+ basedir=inp.basedir,
14
+ incdirs=[inp.basedir]))
15
+ return TaskDataResult(
16
+ status=0,
17
+ changed=input.changed,
18
+ output=outputs)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dv-flow-mgr
3
- Version: 1.0.0.14528489065a1
3
+ Version: 1.0.0.14693328771a1
4
4
  Summary: DV Flow Manager is a build system for silicon design
5
5
  Author-email: Matthew Ballance <matt.ballance@gmail.com>
6
6
  License: Apache License
@@ -58,7 +58,8 @@ dv_flow/mgr/share/flow.json,sha256=lNmZex9NXkYbyb2aZseQfUOkV9CMyfH0iLODEI7EPBw,5
58
58
  dv_flow/mgr/std/create_file.py,sha256=TAUhpXlTmUDUYw4Dw0cI9FPuYI84yCVkoadnWZxi_8U,2888
59
59
  dv_flow/mgr/std/exec.py,sha256=UChqa_tAjvdB1NjqTsvlPgFomP8hMsX2rAOPyUonNpk,3896
60
60
  dv_flow/mgr/std/fileset.py,sha256=_9IUjZ2_doygc29Qg1hJPaFPzlaIaTdvHnYTai8mE3A,4183
61
- dv_flow/mgr/std/flow.dv,sha256=YXcbELBExqcQirSKQJ_yt6JlxyaOphP-EL09zXppaAs,4164
61
+ dv_flow/mgr/std/flow.dv,sha256=VI_Iwlm3BUcYigWifrqjCsg4T465yutM-r7hLDJ7_V0,4329
62
+ dv_flow/mgr/std/incdirs.py,sha256=F0wraOxkRJRkrhsyk9v2YvpquFtcK4ZsMO1G9sgmhmA,588
62
63
  dv_flow/mgr/std/message.py,sha256=0JHLErg8whqMLAasG1fumZ2O7R7WNWeNQ9ibJaLDpVY,1029
63
64
  dv_flow/mgr/std/task_null.py,sha256=dw6LXBXVwth6gLPeduDvlz5znAhcVpDH8r1DticD-0w,1041
64
65
  dv_flow/mgr/util/__init__.py,sha256=6uuA6z5cKS2hcjJw6YyEM2M79g6OpXb6tZF_Gku-AGU,22
@@ -67,9 +68,9 @@ dv_flow/mgr/util/util.py,sha256=moHKw_je5pU2ZCfSuFVyiBznFL5q2etTLf70cgCDJ0o,1570
67
68
  dv_flow/mgr/util/cmds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
69
  dv_flow/mgr/util/cmds/cmd_schema.py,sha256=IJzZdxCSEgIQ79LpYiM7UqJ9RJ-7yraqmBN2XVgAgXA,1752
69
70
  dv_flow/mgr/util/cmds/cmd_workspace.py,sha256=egmaIXpe5L-TePwmcfisfrG6tdiTUWSjqa9Za5WChVs,890
70
- dv_flow_mgr-1.0.0.14528489065a1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
71
- dv_flow_mgr-1.0.0.14528489065a1.dist-info/METADATA,sha256=MTnLotpOD2Jsur0qkaPp62A8K-VVPce112cD4XcSEj4,13336
72
- dv_flow_mgr-1.0.0.14528489065a1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
73
- dv_flow_mgr-1.0.0.14528489065a1.dist-info/entry_points.txt,sha256=1roy8wAFM48LabOvr6jiOw0MUs-qE8X3Vf8YykPazxk,50
74
- dv_flow_mgr-1.0.0.14528489065a1.dist-info/top_level.txt,sha256=amfVTkggzYPtWwLqNmRukfz1Buu0pGS2SrYBBLhXm04,8
75
- dv_flow_mgr-1.0.0.14528489065a1.dist-info/RECORD,,
71
+ dv_flow_mgr-1.0.0.14693328771a1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
+ dv_flow_mgr-1.0.0.14693328771a1.dist-info/METADATA,sha256=iTHBuxVLjQ5ybYrnFh0SawX3Yj4CBACJUzPdqBuBmVA,13336
73
+ dv_flow_mgr-1.0.0.14693328771a1.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
74
+ dv_flow_mgr-1.0.0.14693328771a1.dist-info/entry_points.txt,sha256=1roy8wAFM48LabOvr6jiOw0MUs-qE8X3Vf8YykPazxk,50
75
+ dv_flow_mgr-1.0.0.14693328771a1.dist-info/top_level.txt,sha256=amfVTkggzYPtWwLqNmRukfz1Buu0pGS2SrYBBLhXm04,8
76
+ dv_flow_mgr-1.0.0.14693328771a1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (79.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5