pyVHDLModel 0.29.2__tar.gz → 0.29.4__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 (35) hide show
  1. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/PKG-INFO +41 -28
  2. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Association.py +1 -1
  3. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Base.py +1 -1
  4. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Common.py +1 -1
  5. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Concurrent.py +1 -1
  6. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Declaration.py +1 -1
  7. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/DesignUnit.py +1 -1
  8. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Exception.py +1 -1
  9. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Expression.py +1 -1
  10. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/IEEE.py +1 -1
  11. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Instantiation.py +1 -1
  12. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Interface.py +1 -1
  13. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Name.py +1 -1
  14. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Namespace.py +1 -1
  15. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Object.py +1 -1
  16. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/PSLModel.py +1 -1
  17. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Predefined.py +1 -1
  18. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Regions.py +1 -1
  19. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/STD.py +1 -1
  20. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Sequential.py +1 -1
  21. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Subprogram.py +1 -1
  22. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Symbol.py +1 -1
  23. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/Type.py +1 -1
  24. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/__init__.py +7 -4
  25. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel.egg-info/PKG-INFO +41 -28
  26. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel.egg-info/requires.txt +26 -26
  27. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyproject.toml +5 -2
  28. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/setup.py +1 -1
  29. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/LICENSE.md +0 -0
  30. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/README.md +0 -0
  31. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel/py.typed +0 -0
  32. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel.egg-info/SOURCES.txt +0 -0
  33. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel.egg-info/dependency_links.txt +0 -0
  34. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/pyVHDLModel.egg-info/top_level.txt +0 -0
  35. {pyvhdlmodel-0.29.2 → pyvhdlmodel-0.29.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: pyVHDLModel
3
- Version: 0.29.2
3
+ Version: 0.29.4
4
4
  Summary: An abstract VHDL language model.
5
5
  Home-page: https://GitHub.com/VHDL/pyVHDLModel
6
6
  Author: Patrick Lehmann
@@ -27,45 +27,58 @@ Classifier: Development Status :: 4 - Beta
27
27
  Requires-Python: >=3.9
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE.md
30
- Requires-Dist: pyTooling~=8.0
30
+ Requires-Dist: pyTooling~=8.1
31
31
  Provides-Extra: doc
32
- Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
33
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
34
- Requires-Dist: sphinx_autodoc_typehints~=2.5; extra == "doc"
35
- Requires-Dist: sphinx_reports~=0.7; extra == "doc"
36
- Requires-Dist: pyTooling~=8.0; extra == "doc"
37
- Requires-Dist: autoapi>=2.0.1; extra == "doc"
38
32
  Requires-Dist: sphinx_design~=0.6.1; extra == "doc"
39
- Requires-Dist: sphinx_rtd_theme~=3.0.0; extra == "doc"
40
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
33
+ Requires-Dist: autoapi>=2.0.1; extra == "doc"
34
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
41
35
  Requires-Dist: sphinx~=8.1; extra == "doc"
36
+ Requires-Dist: sphinx_reports~=0.7; extra == "doc"
37
+ Requires-Dist: pyTooling~=8.1; extra == "doc"
42
38
  Requires-Dist: docutils~=0.21; extra == "doc"
39
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
40
+ Requires-Dist: sphinx_autodoc_typehints~=3.0; extra == "doc"
41
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
42
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
43
43
  Provides-Extra: test
44
- Requires-Dist: mypy~=1.13; extra == "test"
45
- Requires-Dist: pytest~=8.3; extra == "test"
46
44
  Requires-Dist: lxml~=5.3; extra == "test"
47
- Requires-Dist: pyTooling~=8.0; extra == "test"
45
+ Requires-Dist: pytest~=8.3; extra == "test"
48
46
  Requires-Dist: pytest-cov~=6.0; extra == "test"
49
- Requires-Dist: Coverage~=7.6; extra == "test"
47
+ Requires-Dist: mypy~=1.15; extra == "test"
48
+ Requires-Dist: pyTooling~=8.1; extra == "test"
50
49
  Requires-Dist: typing_extensions~=4.12; extra == "test"
50
+ Requires-Dist: Coverage~=7.6; extra == "test"
51
51
  Provides-Extra: all
52
- Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
53
- Requires-Dist: mypy~=1.13; extra == "all"
54
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
55
- Requires-Dist: pytest~=8.3; extra == "all"
56
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
57
- Requires-Dist: typing_extensions~=4.12; extra == "all"
52
+ Requires-Dist: sphinx_design~=0.6.1; extra == "all"
53
+ Requires-Dist: autoapi>=2.0.1; extra == "all"
58
54
  Requires-Dist: lxml~=5.3; extra == "all"
55
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
56
+ Requires-Dist: pytest~=8.3; extra == "all"
57
+ Requires-Dist: sphinx~=8.1; extra == "all"
59
58
  Requires-Dist: sphinx_reports~=0.7; extra == "all"
60
- Requires-Dist: pyTooling~=8.0; extra == "all"
61
- Requires-Dist: autoapi>=2.0.1; extra == "all"
62
- Requires-Dist: sphinx_design~=0.6.1; extra == "all"
63
- Requires-Dist: sphinx_rtd_theme~=3.0.0; extra == "all"
64
59
  Requires-Dist: pytest-cov~=6.0; extra == "all"
65
- Requires-Dist: Coverage~=7.6; extra == "all"
66
- Requires-Dist: sphinx_autodoc_typehints~=2.5; extra == "all"
67
- Requires-Dist: sphinx~=8.1; extra == "all"
60
+ Requires-Dist: mypy~=1.15; extra == "all"
61
+ Requires-Dist: pyTooling~=8.1; extra == "all"
68
62
  Requires-Dist: docutils~=0.21; extra == "all"
63
+ Requires-Dist: typing_extensions~=4.12; extra == "all"
64
+ Requires-Dist: Coverage~=7.6; extra == "all"
65
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
66
+ Requires-Dist: sphinx_autodoc_typehints~=3.0; extra == "all"
67
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
68
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
69
+ Dynamic: author
70
+ Dynamic: author-email
71
+ Dynamic: classifier
72
+ Dynamic: description
73
+ Dynamic: description-content-type
74
+ Dynamic: home-page
75
+ Dynamic: keywords
76
+ Dynamic: license
77
+ Dynamic: project-url
78
+ Dynamic: provides-extra
79
+ Dynamic: requires-dist
80
+ Dynamic: requires-python
81
+ Dynamic: summary
69
82
 
70
83
  <p align="center">
71
84
  <a title="vhdl.github.io/pyVHDLModel" href="https://vhdl.github.io/pyVHDLModel"><img height="80px" src="doc/_static/logo.svg"/></a>
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
@@ -40,15 +40,15 @@ on such a model, while supporting multiple frontends.
40
40
 
41
41
  .. admonition:: Copyright Information
42
42
 
43
- :copyright: Copyright 2017-2024 Patrick Lehmann - Bötzingen, Germany
43
+ :copyright: Copyright 2017-2025 Patrick Lehmann - Bötzingen, Germany
44
44
  :copyright: Copyright 2016-2017 Patrick Lehmann - Dresden, Germany
45
45
  :license: Apache License, Version 2.0
46
46
  """
47
47
  __author__ = "Patrick Lehmann"
48
48
  __email__ = "Paebbels@gmail.com"
49
- __copyright__ = "2016-2024, Patrick Lehmann"
49
+ __copyright__ = "2016-2025, Patrick Lehmann"
50
50
  __license__ = "Apache License, Version 2.0"
51
- __version__ = "0.29.2"
51
+ __version__ = "0.29.4"
52
52
 
53
53
 
54
54
  from enum import unique, Enum, Flag, auto
@@ -1365,6 +1365,9 @@ class Design(ModelEntity):
1365
1365
  # A library clause can have multiple comma-separated references
1366
1366
  for librarySymbol in libraryReference.Symbols:
1367
1367
  libraryIdentifier = librarySymbol.Name.NormalizedIdentifier
1368
+ if libraryIdentifier == "work":
1369
+ continue
1370
+
1368
1371
  try:
1369
1372
  library = self._libraries[libraryIdentifier]
1370
1373
  except KeyError:
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: pyVHDLModel
3
- Version: 0.29.2
3
+ Version: 0.29.4
4
4
  Summary: An abstract VHDL language model.
5
5
  Home-page: https://GitHub.com/VHDL/pyVHDLModel
6
6
  Author: Patrick Lehmann
@@ -27,45 +27,58 @@ Classifier: Development Status :: 4 - Beta
27
27
  Requires-Python: >=3.9
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE.md
30
- Requires-Dist: pyTooling~=8.0
30
+ Requires-Dist: pyTooling~=8.1
31
31
  Provides-Extra: doc
32
- Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
33
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
34
- Requires-Dist: sphinx_autodoc_typehints~=2.5; extra == "doc"
35
- Requires-Dist: sphinx_reports~=0.7; extra == "doc"
36
- Requires-Dist: pyTooling~=8.0; extra == "doc"
37
- Requires-Dist: autoapi>=2.0.1; extra == "doc"
38
32
  Requires-Dist: sphinx_design~=0.6.1; extra == "doc"
39
- Requires-Dist: sphinx_rtd_theme~=3.0.0; extra == "doc"
40
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
33
+ Requires-Dist: autoapi>=2.0.1; extra == "doc"
34
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
41
35
  Requires-Dist: sphinx~=8.1; extra == "doc"
36
+ Requires-Dist: sphinx_reports~=0.7; extra == "doc"
37
+ Requires-Dist: pyTooling~=8.1; extra == "doc"
42
38
  Requires-Dist: docutils~=0.21; extra == "doc"
39
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
40
+ Requires-Dist: sphinx_autodoc_typehints~=3.0; extra == "doc"
41
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
42
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
43
43
  Provides-Extra: test
44
- Requires-Dist: mypy~=1.13; extra == "test"
45
- Requires-Dist: pytest~=8.3; extra == "test"
46
44
  Requires-Dist: lxml~=5.3; extra == "test"
47
- Requires-Dist: pyTooling~=8.0; extra == "test"
45
+ Requires-Dist: pytest~=8.3; extra == "test"
48
46
  Requires-Dist: pytest-cov~=6.0; extra == "test"
49
- Requires-Dist: Coverage~=7.6; extra == "test"
47
+ Requires-Dist: mypy~=1.15; extra == "test"
48
+ Requires-Dist: pyTooling~=8.1; extra == "test"
50
49
  Requires-Dist: typing_extensions~=4.12; extra == "test"
50
+ Requires-Dist: Coverage~=7.6; extra == "test"
51
51
  Provides-Extra: all
52
- Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
53
- Requires-Dist: mypy~=1.13; extra == "all"
54
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
55
- Requires-Dist: pytest~=8.3; extra == "all"
56
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
57
- Requires-Dist: typing_extensions~=4.12; extra == "all"
52
+ Requires-Dist: sphinx_design~=0.6.1; extra == "all"
53
+ Requires-Dist: autoapi>=2.0.1; extra == "all"
58
54
  Requires-Dist: lxml~=5.3; extra == "all"
55
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
56
+ Requires-Dist: pytest~=8.3; extra == "all"
57
+ Requires-Dist: sphinx~=8.1; extra == "all"
59
58
  Requires-Dist: sphinx_reports~=0.7; extra == "all"
60
- Requires-Dist: pyTooling~=8.0; extra == "all"
61
- Requires-Dist: autoapi>=2.0.1; extra == "all"
62
- Requires-Dist: sphinx_design~=0.6.1; extra == "all"
63
- Requires-Dist: sphinx_rtd_theme~=3.0.0; extra == "all"
64
59
  Requires-Dist: pytest-cov~=6.0; extra == "all"
65
- Requires-Dist: Coverage~=7.6; extra == "all"
66
- Requires-Dist: sphinx_autodoc_typehints~=2.5; extra == "all"
67
- Requires-Dist: sphinx~=8.1; extra == "all"
60
+ Requires-Dist: mypy~=1.15; extra == "all"
61
+ Requires-Dist: pyTooling~=8.1; extra == "all"
68
62
  Requires-Dist: docutils~=0.21; extra == "all"
63
+ Requires-Dist: typing_extensions~=4.12; extra == "all"
64
+ Requires-Dist: Coverage~=7.6; extra == "all"
65
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
66
+ Requires-Dist: sphinx_autodoc_typehints~=3.0; extra == "all"
67
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
68
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
69
+ Dynamic: author
70
+ Dynamic: author-email
71
+ Dynamic: classifier
72
+ Dynamic: description
73
+ Dynamic: description-content-type
74
+ Dynamic: home-page
75
+ Dynamic: keywords
76
+ Dynamic: license
77
+ Dynamic: project-url
78
+ Dynamic: provides-extra
79
+ Dynamic: requires-dist
80
+ Dynamic: requires-python
81
+ Dynamic: summary
69
82
 
70
83
  <p align="center">
71
84
  <a title="vhdl.github.io/pyVHDLModel" href="https://vhdl.github.io/pyVHDLModel"><img height="80px" src="doc/_static/logo.svg"/></a>
@@ -1,42 +1,42 @@
1
- pyTooling~=8.0
1
+ pyTooling~=8.1
2
2
 
3
3
  [all]
4
- docutils_stubs~=0.0.22
5
- mypy~=1.13
6
- sphinxcontrib-mermaid~=1.0
7
- pytest~=8.3
8
- sphinx-copybutton>=0.5.2
9
- typing_extensions~=4.12
4
+ sphinx_design~=0.6.1
5
+ autoapi>=2.0.1
10
6
  lxml~=5.3
7
+ sphinx_rtd_theme~=3.0
8
+ pytest~=8.3
9
+ sphinx~=8.1
11
10
  sphinx_reports~=0.7
12
- pyTooling~=8.0
13
- autoapi>=2.0.1
14
- sphinx_design~=0.6.1
15
- sphinx_rtd_theme~=3.0.0
16
11
  pytest-cov~=6.0
17
- Coverage~=7.6
18
- sphinx_autodoc_typehints~=2.5
19
- sphinx~=8.1
12
+ mypy~=1.15
13
+ pyTooling~=8.1
20
14
  docutils~=0.21
15
+ typing_extensions~=4.12
16
+ Coverage~=7.6
17
+ sphinxcontrib-mermaid~=1.0
18
+ sphinx_autodoc_typehints~=3.0
19
+ docutils_stubs~=0.0.22
20
+ sphinx-copybutton>=0.5.2
21
21
 
22
22
  [doc]
23
- docutils_stubs~=0.0.22
24
- sphinxcontrib-mermaid~=1.0
25
- sphinx_autodoc_typehints~=2.5
26
- sphinx_reports~=0.7
27
- pyTooling~=8.0
28
- autoapi>=2.0.1
29
23
  sphinx_design~=0.6.1
30
- sphinx_rtd_theme~=3.0.0
31
- sphinx-copybutton>=0.5.2
24
+ autoapi>=2.0.1
25
+ sphinx_rtd_theme~=3.0
32
26
  sphinx~=8.1
27
+ sphinx_reports~=0.7
28
+ pyTooling~=8.1
33
29
  docutils~=0.21
30
+ sphinxcontrib-mermaid~=1.0
31
+ sphinx_autodoc_typehints~=3.0
32
+ docutils_stubs~=0.0.22
33
+ sphinx-copybutton>=0.5.2
34
34
 
35
35
  [test]
36
- mypy~=1.13
37
- pytest~=8.3
38
36
  lxml~=5.3
39
- pyTooling~=8.0
37
+ pytest~=8.3
40
38
  pytest-cov~=6.0
41
- Coverage~=7.6
39
+ mypy~=1.15
40
+ pyTooling~=8.1
42
41
  typing_extensions~=4.12
42
+ Coverage~=7.6
@@ -1,8 +1,8 @@
1
1
  [build-system]
2
2
  requires = [
3
- "setuptools ~= 75.3",
3
+ "setuptools ~= 75.8",
4
4
  "wheel ~= 0.45",
5
- "pyTooling ~= 8.0"
5
+ "pyTooling ~= 8.1"
6
6
  ]
7
7
  build-backend = "setuptools.build_meta"
8
8
 
@@ -20,6 +20,9 @@ show_error_codes = true
20
20
  namespace_packages = true
21
21
  html_report = "report/typing"
22
22
 
23
+ [tool.pytest]
24
+ junit_xml = "report/unit/TestReportSummary.xml"
25
+
23
26
  [tool.pytest.ini_options]
24
27
  addopts = "--tb=native"
25
28
  # Don't set 'python_classes = *' otherwise, pytest doesn't search for classes
@@ -11,7 +11,7 @@
11
11
  # #
12
12
  # License: #
13
13
  # ==================================================================================================================== #
14
- # Copyright 2017-2024 Patrick Lehmann - Boetzingen, Germany #
14
+ # Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
15
15
  # Copyright 2016-2017 Patrick Lehmann - Dresden, Germany #
16
16
  # #
17
17
  # Licensed under the Apache License, Version 2.0 (the "License"); #
File without changes
File without changes
File without changes