pyEDAA.ProjectModel 0.6.2__tar.gz → 0.6.3__tar.gz

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.
Files changed (28) hide show
  1. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/PKG-INFO +39 -41
  2. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/README.md +4 -4
  3. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/__init__.py +1 -1
  4. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/PKG-INFO +39 -41
  5. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/requires.txt +34 -36
  6. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyproject.toml +1 -2
  7. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/LICENSE.md +0 -0
  8. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Altera/Quartus.py +0 -0
  9. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Altera/__init__.py +0 -0
  10. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Attributes.py +0 -0
  11. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/GHDL.py +0 -0
  12. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Intel/QuartusPrime.py +0 -0
  13. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Intel/__init__.py +0 -0
  14. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/MentorGraphics/ModelSim.py +0 -0
  15. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/MentorGraphics/QuestaSim.py +0 -0
  16. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/MentorGraphics/__init__.py +0 -0
  17. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/OSVVM.py +0 -0
  18. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/VHDL.py +0 -0
  19. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Verilog.py +0 -0
  20. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Xilinx/ISE.py +0 -0
  21. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Xilinx/Vivado.py +0 -0
  22. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Xilinx/__init__.py +0 -0
  23. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/py.typed +0 -0
  24. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/SOURCES.txt +0 -0
  25. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/dependency_links.txt +0 -0
  26. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/top_level.txt +0 -0
  27. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/setup.cfg +0 -0
  28. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyEDAA.ProjectModel
3
- Version: 0.6.2
3
+ Version: 0.6.3
4
4
  Summary: An abstract model of EDA tool projects.
5
5
  Home-page: https://GitHub.com/edaa-org/pyEDAA.ProjectModel
6
6
  Author: Patrick Lehmann
@@ -24,60 +24,58 @@ Classifier: Development Status :: 4 - Beta
24
24
  Requires-Python: >=3.11
25
25
  Description-Content-Type: text/markdown
26
26
  License-File: LICENSE.md
27
+ Requires-Dist: pyTooling~=8.15
28
+ Requires-Dist: pyVHDLModel~=0.35.0
27
29
  Requires-Dist: pySystemRDLModel~=0.3.0
28
- Requires-Dist: pyTooling~=8.11
29
30
  Requires-Dist: pySVModel~=0.5.0
30
- Requires-Dist: pyVHDLModel~=0.33.0
31
31
  Provides-Extra: doc
32
- Requires-Dist: docutils~=0.22.0; extra == "doc"
33
- Requires-Dist: pyTooling~=8.11; extra == "doc"
34
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
35
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
36
- Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
37
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
38
- Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
39
32
  Requires-Dist: pySVModel~=0.5.0; extra == "doc"
40
33
  Requires-Dist: autoapi>=2.0.1; extra == "doc"
41
- Requires-Dist: pyVHDLModel~=0.33.0; extra == "doc"
42
- Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
43
- Requires-Dist: sphinx~=9.1; extra == "doc"
44
34
  Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
35
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
36
+ Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
37
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
38
+ Requires-Dist: pyTooling~=8.15; extra == "doc"
39
+ Requires-Dist: pyVHDLModel~=0.35.0; extra == "doc"
45
40
  Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
41
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
42
+ Requires-Dist: sphinx~=9.1; extra == "doc"
43
+ Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "doc"
44
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
46
45
  Provides-Extra: test
47
- Requires-Dist: mypy[reports]~=1.19; extra == "test"
48
- Requires-Dist: pyTooling~=8.11; extra == "test"
49
- Requires-Dist: Coverage~=7.13; extra == "test"
50
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
51
- Requires-Dist: pytest-cov~=7.0; extra == "test"
52
46
  Requires-Dist: pySVModel~=0.5.0; extra == "test"
53
- Requires-Dist: lxml<7.0,>=5.4; extra == "test"
54
- Requires-Dist: pyVHDLModel~=0.33.0; extra == "test"
55
- Requires-Dist: pytest~=9.0; extra == "test"
47
+ Requires-Dist: lxml<7.0,>=6.1; extra == "test"
56
48
  Requires-Dist: typing_extensions~=4.15; extra == "test"
49
+ Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
50
+ Requires-Dist: pyTooling~=8.15; extra == "test"
51
+ Requires-Dist: pyVHDLModel~=0.35.0; extra == "test"
52
+ Requires-Dist: Coverage~=7.14; extra == "test"
53
+ Requires-Dist: pytest-cov~=7.1; extra == "test"
54
+ Requires-Dist: pytest~=9.0; extra == "test"
55
+ Requires-Dist: mypy[reports]~=2.1; extra == "test"
57
56
  Provides-Extra: osvvm
58
57
  Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
59
58
  Provides-Extra: all
60
59
  Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
61
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
62
- Requires-Dist: pySVModel~=0.5.0; extra == "all"
60
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
61
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
62
+ Requires-Dist: Coverage~=7.14; extra == "all"
63
+ Requires-Dist: pyTooling~=8.15; extra == "all"
63
64
  Requires-Dist: sphinx_design~=0.7.0; extra == "all"
64
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
65
- Requires-Dist: pyVHDLModel~=0.33.0; extra == "all"
66
- Requires-Dist: docutils~=0.22.0; extra == "all"
67
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
68
- Requires-Dist: pytest-cov~=7.0; extra == "all"
69
- Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
65
+ Requires-Dist: pytest~=9.0; extra == "all"
66
+ Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "all"
70
67
  Requires-Dist: autoapi>=2.0.1; extra == "all"
71
- Requires-Dist: mypy[reports]~=1.19; extra == "all"
72
- Requires-Dist: sphinx~=9.1; extra == "all"
73
68
  Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
74
- Requires-Dist: typing_extensions~=4.15; extra == "all"
75
- Requires-Dist: pyTooling~=8.11; extra == "all"
69
+ Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
76
70
  Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
77
- Requires-Dist: Coverage~=7.13; extra == "all"
78
- Requires-Dist: lxml<7.0,>=5.4; extra == "all"
79
- Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
80
- Requires-Dist: pytest~=9.0; extra == "all"
71
+ Requires-Dist: pytest-cov~=7.1; extra == "all"
72
+ Requires-Dist: sphinx~=9.1; extra == "all"
73
+ Requires-Dist: pySVModel~=0.5.0; extra == "all"
74
+ Requires-Dist: lxml<7.0,>=6.1; extra == "all"
75
+ Requires-Dist: typing_extensions~=4.15; extra == "all"
76
+ Requires-Dist: pyVHDLModel~=0.35.0; extra == "all"
77
+ Requires-Dist: mypy[reports]~=2.1; extra == "all"
78
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
81
79
  Dynamic: author
82
80
  Dynamic: author-email
83
81
  Dynamic: classifier
@@ -97,11 +95,11 @@ Dynamic: summary
97
95
  <a title="edaa-org.github.io/pyEDAA.ProjectModel" href="https://edaa-org.github.io/pyEDAA.ProjectModel"><img height="80px" src="doc/_static/logo_on_dark.svg"/></a>
98
96
  </p>
99
97
 
100
- [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc.svg?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
98
+ [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
101
99
  [![Sourcecode License](https://img.shields.io/pypi/l/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=Apache&label=code)](LICENSE.md)
102
100
  [![Documentation](https://img.shields.io/website?longCache=true&style=flat-square&label=edaa-org.github.io%2FpyEDAA.ProjectModel&logo=GitHub&logoColor=fff&up_color=blueviolet&up_message=Read%20now%20%E2%9E%9A&url=https%3A%2F%2Fedaa-org.github.io%2FpyEDAA.ProjectModel%2Findex.html)](https://edaa-org.github.io/pyEDAA.ProjectModel/)
103
- [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](LICENSE.md)
104
- [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797.svg?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
101
+ [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](doc/Doc-License.rst)
102
+ [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
105
103
  [![PyPI](https://img.shields.io/pypi/v/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pyEDAA.ProjectModel/)
106
104
  ![PyPI - Status](https://img.shields.io/pypi/status/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
107
105
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
@@ -220,7 +218,7 @@ This layer is used by:
220
218
 
221
219
  # License
222
220
 
223
- This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
221
+ This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
224
222
  The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
225
223
 
226
224
  -------------------------
@@ -2,11 +2,11 @@
2
2
  <a title="edaa-org.github.io/pyEDAA.ProjectModel" href="https://edaa-org.github.io/pyEDAA.ProjectModel"><img height="80px" src="doc/_static/logo_on_dark.svg"/></a>
3
3
  </p>
4
4
 
5
- [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc.svg?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
5
+ [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
6
6
  [![Sourcecode License](https://img.shields.io/pypi/l/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=Apache&label=code)](LICENSE.md)
7
7
  [![Documentation](https://img.shields.io/website?longCache=true&style=flat-square&label=edaa-org.github.io%2FpyEDAA.ProjectModel&logo=GitHub&logoColor=fff&up_color=blueviolet&up_message=Read%20now%20%E2%9E%9A&url=https%3A%2F%2Fedaa-org.github.io%2FpyEDAA.ProjectModel%2Findex.html)](https://edaa-org.github.io/pyEDAA.ProjectModel/)
8
- [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](LICENSE.md)
9
- [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797.svg?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
8
+ [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](doc/Doc-License.rst)
9
+ [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
10
10
  [![PyPI](https://img.shields.io/pypi/v/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pyEDAA.ProjectModel/)
11
11
  ![PyPI - Status](https://img.shields.io/pypi/status/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
12
12
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
@@ -125,7 +125,7 @@ This layer is used by:
125
125
 
126
126
  # License
127
127
 
128
- This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
128
+ This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
129
129
  The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
130
130
 
131
131
  -------------------------
@@ -34,7 +34,7 @@ __author__ = "Patrick Lehmann"
34
34
  __email__ = "Paebbels@gmail.com"
35
35
  __copyright__ = "2014-2026, Patrick Lehmann, Unai Martinez-Corral"
36
36
  __license__ = "Apache License, Version 2.0"
37
- __version__ = "0.6.2"
37
+ __version__ = "0.6.3"
38
38
  __keywords__ = ["eda project", "model", "abstract", "xilinx", "vivado", "osvvm", "file set", "file group", "test bench", "test harness"]
39
39
 
40
40
  from os.path import relpath as path_relpath
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyEDAA.ProjectModel
3
- Version: 0.6.2
3
+ Version: 0.6.3
4
4
  Summary: An abstract model of EDA tool projects.
5
5
  Home-page: https://GitHub.com/edaa-org/pyEDAA.ProjectModel
6
6
  Author: Patrick Lehmann
@@ -24,60 +24,58 @@ Classifier: Development Status :: 4 - Beta
24
24
  Requires-Python: >=3.11
25
25
  Description-Content-Type: text/markdown
26
26
  License-File: LICENSE.md
27
+ Requires-Dist: pyTooling~=8.15
28
+ Requires-Dist: pyVHDLModel~=0.35.0
27
29
  Requires-Dist: pySystemRDLModel~=0.3.0
28
- Requires-Dist: pyTooling~=8.11
29
30
  Requires-Dist: pySVModel~=0.5.0
30
- Requires-Dist: pyVHDLModel~=0.33.0
31
31
  Provides-Extra: doc
32
- Requires-Dist: docutils~=0.22.0; extra == "doc"
33
- Requires-Dist: pyTooling~=8.11; extra == "doc"
34
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
35
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
36
- Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
37
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
38
- Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
39
32
  Requires-Dist: pySVModel~=0.5.0; extra == "doc"
40
33
  Requires-Dist: autoapi>=2.0.1; extra == "doc"
41
- Requires-Dist: pyVHDLModel~=0.33.0; extra == "doc"
42
- Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
43
- Requires-Dist: sphinx~=9.1; extra == "doc"
44
34
  Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
35
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
36
+ Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
37
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
38
+ Requires-Dist: pyTooling~=8.15; extra == "doc"
39
+ Requires-Dist: pyVHDLModel~=0.35.0; extra == "doc"
45
40
  Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
41
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
42
+ Requires-Dist: sphinx~=9.1; extra == "doc"
43
+ Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "doc"
44
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
46
45
  Provides-Extra: test
47
- Requires-Dist: mypy[reports]~=1.19; extra == "test"
48
- Requires-Dist: pyTooling~=8.11; extra == "test"
49
- Requires-Dist: Coverage~=7.13; extra == "test"
50
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
51
- Requires-Dist: pytest-cov~=7.0; extra == "test"
52
46
  Requires-Dist: pySVModel~=0.5.0; extra == "test"
53
- Requires-Dist: lxml<7.0,>=5.4; extra == "test"
54
- Requires-Dist: pyVHDLModel~=0.33.0; extra == "test"
55
- Requires-Dist: pytest~=9.0; extra == "test"
47
+ Requires-Dist: lxml<7.0,>=6.1; extra == "test"
56
48
  Requires-Dist: typing_extensions~=4.15; extra == "test"
49
+ Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
50
+ Requires-Dist: pyTooling~=8.15; extra == "test"
51
+ Requires-Dist: pyVHDLModel~=0.35.0; extra == "test"
52
+ Requires-Dist: Coverage~=7.14; extra == "test"
53
+ Requires-Dist: pytest-cov~=7.1; extra == "test"
54
+ Requires-Dist: pytest~=9.0; extra == "test"
55
+ Requires-Dist: mypy[reports]~=2.1; extra == "test"
57
56
  Provides-Extra: osvvm
58
57
  Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
59
58
  Provides-Extra: all
60
59
  Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
61
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
62
- Requires-Dist: pySVModel~=0.5.0; extra == "all"
60
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
61
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
62
+ Requires-Dist: Coverage~=7.14; extra == "all"
63
+ Requires-Dist: pyTooling~=8.15; extra == "all"
63
64
  Requires-Dist: sphinx_design~=0.7.0; extra == "all"
64
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
65
- Requires-Dist: pyVHDLModel~=0.33.0; extra == "all"
66
- Requires-Dist: docutils~=0.22.0; extra == "all"
67
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
68
- Requires-Dist: pytest-cov~=7.0; extra == "all"
69
- Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
65
+ Requires-Dist: pytest~=9.0; extra == "all"
66
+ Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "all"
70
67
  Requires-Dist: autoapi>=2.0.1; extra == "all"
71
- Requires-Dist: mypy[reports]~=1.19; extra == "all"
72
- Requires-Dist: sphinx~=9.1; extra == "all"
73
68
  Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
74
- Requires-Dist: typing_extensions~=4.15; extra == "all"
75
- Requires-Dist: pyTooling~=8.11; extra == "all"
69
+ Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
76
70
  Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
77
- Requires-Dist: Coverage~=7.13; extra == "all"
78
- Requires-Dist: lxml<7.0,>=5.4; extra == "all"
79
- Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
80
- Requires-Dist: pytest~=9.0; extra == "all"
71
+ Requires-Dist: pytest-cov~=7.1; extra == "all"
72
+ Requires-Dist: sphinx~=9.1; extra == "all"
73
+ Requires-Dist: pySVModel~=0.5.0; extra == "all"
74
+ Requires-Dist: lxml<7.0,>=6.1; extra == "all"
75
+ Requires-Dist: typing_extensions~=4.15; extra == "all"
76
+ Requires-Dist: pyVHDLModel~=0.35.0; extra == "all"
77
+ Requires-Dist: mypy[reports]~=2.1; extra == "all"
78
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
81
79
  Dynamic: author
82
80
  Dynamic: author-email
83
81
  Dynamic: classifier
@@ -97,11 +95,11 @@ Dynamic: summary
97
95
  <a title="edaa-org.github.io/pyEDAA.ProjectModel" href="https://edaa-org.github.io/pyEDAA.ProjectModel"><img height="80px" src="doc/_static/logo_on_dark.svg"/></a>
98
96
  </p>
99
97
 
100
- [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc.svg?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
98
+ [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
101
99
  [![Sourcecode License](https://img.shields.io/pypi/l/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=Apache&label=code)](LICENSE.md)
102
100
  [![Documentation](https://img.shields.io/website?longCache=true&style=flat-square&label=edaa-org.github.io%2FpyEDAA.ProjectModel&logo=GitHub&logoColor=fff&up_color=blueviolet&up_message=Read%20now%20%E2%9E%9A&url=https%3A%2F%2Fedaa-org.github.io%2FpyEDAA.ProjectModel%2Findex.html)](https://edaa-org.github.io/pyEDAA.ProjectModel/)
103
- [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](LICENSE.md)
104
- [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797.svg?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
101
+ [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](doc/Doc-License.rst)
102
+ [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
105
103
  [![PyPI](https://img.shields.io/pypi/v/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pyEDAA.ProjectModel/)
106
104
  ![PyPI - Status](https://img.shields.io/pypi/status/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
107
105
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
@@ -220,7 +218,7 @@ This layer is used by:
220
218
 
221
219
  # License
222
220
 
223
- This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
221
+ This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
224
222
  The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
225
223
 
226
224
  -------------------------
@@ -1,58 +1,56 @@
1
+ pyTooling~=8.15
2
+ pyVHDLModel~=0.35.0
1
3
  pySystemRDLModel~=0.3.0
2
- pyTooling~=8.11
3
4
  pySVModel~=0.5.0
4
- pyVHDLModel~=0.33.0
5
5
 
6
6
  [all]
7
7
  docutils_stubs~=0.0.22
8
- sphinx_autodoc_typehints~=3.6
9
- pySVModel~=0.5.0
8
+ sphinx_reports~=0.11.0
9
+ sphinx-copybutton>=0.5.2
10
+ Coverage~=7.14
11
+ pyTooling~=8.15
10
12
  sphinx_design~=0.7.0
11
- pySystemRDLModel~=0.3.0
12
- pyVHDLModel~=0.33.0
13
- docutils~=0.22.0
14
- sphinx-copybutton>=0.5.0
15
- pytest-cov~=7.0
16
- sphinxcontrib-mermaid~=2.0
13
+ pytest~=9.0
14
+ sphinx_autodoc_typehints~=3.10
17
15
  autoapi>=2.0.1
18
- mypy[reports]~=1.19
19
- sphinx~=9.1
20
16
  sphinx_rtd_theme~=3.1
21
- typing_extensions~=4.15
22
- pyTooling~=8.11
17
+ pySystemRDLModel~=0.3.0
23
18
  pyEDAA.OSVVM~=0.6
24
- Coverage~=7.13
25
- lxml<7.0,>=5.4
26
- sphinx_reports~=0.10.0
27
- pytest~=9.0
19
+ pytest-cov~=7.1
20
+ sphinx~=9.1
21
+ pySVModel~=0.5.0
22
+ lxml<7.0,>=6.1
23
+ typing_extensions~=4.15
24
+ pyVHDLModel~=0.35.0
25
+ mypy[reports]~=2.1
26
+ sphinxcontrib-mermaid~=2.0
28
27
 
29
28
  [doc]
30
- docutils~=0.22.0
31
- pyTooling~=8.11
32
- pySystemRDLModel~=0.3.0
33
- sphinx-copybutton>=0.5.0
34
- docutils_stubs~=0.0.22
35
- sphinx_autodoc_typehints~=3.6
36
- sphinxcontrib-mermaid~=2.0
37
29
  pySVModel~=0.5.0
38
30
  autoapi>=2.0.1
39
- pyVHDLModel~=0.33.0
40
- sphinx_reports~=0.10.0
41
- sphinx~=9.1
42
31
  sphinx_rtd_theme~=3.1
32
+ docutils_stubs~=0.0.22
33
+ pySystemRDLModel~=0.3.0
34
+ sphinx_reports~=0.11.0
35
+ pyTooling~=8.15
36
+ pyVHDLModel~=0.35.0
43
37
  sphinx_design~=0.7.0
38
+ sphinx-copybutton>=0.5.2
39
+ sphinx~=9.1
40
+ sphinx_autodoc_typehints~=3.10
41
+ sphinxcontrib-mermaid~=2.0
44
42
 
45
43
  [osvvm]
46
44
  pyEDAA.OSVVM~=0.6
47
45
 
48
46
  [test]
49
- mypy[reports]~=1.19
50
- pyTooling~=8.11
51
- Coverage~=7.13
52
- pySystemRDLModel~=0.3.0
53
- pytest-cov~=7.0
54
47
  pySVModel~=0.5.0
55
- lxml<7.0,>=5.4
56
- pyVHDLModel~=0.33.0
57
- pytest~=9.0
48
+ lxml<7.0,>=6.1
58
49
  typing_extensions~=4.15
50
+ pySystemRDLModel~=0.3.0
51
+ pyTooling~=8.15
52
+ pyVHDLModel~=0.35.0
53
+ Coverage~=7.14
54
+ pytest-cov~=7.1
55
+ pytest~=9.0
56
+ mypy[reports]~=2.1
@@ -1,8 +1,7 @@
1
1
  [build-system]
2
2
  requires = [
3
3
  "setuptools >= 80.0",
4
- "wheel ~= 0.45.0",
5
- "pyTooling ~= 8.11"
4
+ "pyTooling ~= 8.14"
6
5
  ]
7
6
  build-backend = "setuptools.build_meta"
8
7