pyVHDLModel 0.29.0__tar.gz → 0.29.2__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 (36) hide show
  1. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/PKG-INFO +32 -30
  2. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/__init__.py +1 -1
  3. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel.egg-info/PKG-INFO +32 -30
  4. pyvhdlmodel-0.29.2/pyVHDLModel.egg-info/requires.txt +42 -0
  5. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyproject.toml +5 -4
  6. pyvhdlmodel-0.29.0/pyVHDLModel.egg-info/requires.txt +0 -40
  7. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/LICENSE.md +0 -0
  8. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/README.md +0 -0
  9. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Association.py +0 -0
  10. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Base.py +0 -0
  11. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Common.py +0 -0
  12. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Concurrent.py +0 -0
  13. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Declaration.py +0 -0
  14. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/DesignUnit.py +0 -0
  15. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Exception.py +0 -0
  16. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Expression.py +0 -0
  17. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/IEEE.py +0 -0
  18. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Instantiation.py +0 -0
  19. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Interface.py +0 -0
  20. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Name.py +0 -0
  21. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Namespace.py +0 -0
  22. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Object.py +0 -0
  23. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/PSLModel.py +0 -0
  24. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Predefined.py +0 -0
  25. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Regions.py +0 -0
  26. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/STD.py +0 -0
  27. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Sequential.py +0 -0
  28. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Subprogram.py +0 -0
  29. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Symbol.py +0 -0
  30. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/Type.py +0 -0
  31. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel/py.typed +0 -0
  32. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel.egg-info/SOURCES.txt +0 -0
  33. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel.egg-info/dependency_links.txt +0 -0
  34. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/pyVHDLModel.egg-info/top_level.txt +0 -0
  35. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/setup.cfg +0 -0
  36. {pyvhdlmodel-0.29.0 → pyvhdlmodel-0.29.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyVHDLModel
3
- Version: 0.29.0
3
+ Version: 0.29.2
4
4
  Summary: An abstract VHDL language model.
5
5
  Home-page: https://GitHub.com/VHDL/pyVHDLModel
6
6
  Author: Patrick Lehmann
@@ -18,52 +18,54 @@ Classifier: Topic :: Software Development :: Code Generators
18
18
  Classifier: Topic :: Software Development :: Compilers
19
19
  Classifier: License :: OSI Approved :: Apache Software License
20
20
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.8
22
21
  Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
24
23
  Classifier: Programming Language :: Python :: 3.11
25
24
  Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
26
  Classifier: Development Status :: 4 - Beta
27
- Requires-Python: >=3.8
27
+ Requires-Python: >=3.9
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE.md
30
- Requires-Dist: pyTooling~=6.6
30
+ Requires-Dist: pyTooling~=8.0
31
31
  Provides-Extra: doc
32
- Requires-Dist: sphinx~=7.4; extra == "doc"
33
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
34
- Requires-Dist: sphinxcontrib-mermaid>=0.9.2; extra == "doc"
35
- Requires-Dist: sphinx_rtd_theme~=2.0.0; extra == "doc"
36
- Requires-Dist: sphinx_reports~=0.6; extra == "doc"
37
- Requires-Dist: sphinx_design>=0.5.0; extra == "doc"
38
- Requires-Dist: sphinx_autodoc_typehints~=2.3; extra == "doc"
39
- Requires-Dist: docutils~=0.20; extra == "doc"
40
- Requires-Dist: pyTooling~=6.6; 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"
41
37
  Requires-Dist: autoapi>=2.0.1; extra == "doc"
38
+ 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"
41
+ Requires-Dist: sphinx~=8.1; extra == "doc"
42
+ Requires-Dist: docutils~=0.21; extra == "doc"
42
43
  Provides-Extra: test
44
+ Requires-Dist: mypy~=1.13; extra == "test"
45
+ Requires-Dist: pytest~=8.3; extra == "test"
46
+ Requires-Dist: lxml~=5.3; extra == "test"
47
+ Requires-Dist: pyTooling~=8.0; extra == "test"
48
+ Requires-Dist: pytest-cov~=6.0; extra == "test"
43
49
  Requires-Dist: Coverage~=7.6; extra == "test"
44
50
  Requires-Dist: typing_extensions~=4.12; extra == "test"
45
- Requires-Dist: lxml~=5.3; extra == "test"
46
- Requires-Dist: pytest-cov~=5.0; extra == "test"
47
- Requires-Dist: mypy~=1.11; extra == "test"
48
- Requires-Dist: pytest~=8.3; extra == "test"
49
- Requires-Dist: pyTooling~=6.6; extra == "test"
50
51
  Provides-Extra: all
51
- Requires-Dist: Coverage~=7.6; extra == "all"
52
- Requires-Dist: sphinx~=7.4; 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"
53
56
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
54
57
  Requires-Dist: typing_extensions~=4.12; extra == "all"
55
- Requires-Dist: sphinxcontrib-mermaid>=0.9.2; extra == "all"
56
- Requires-Dist: sphinx_rtd_theme~=2.0.0; extra == "all"
57
58
  Requires-Dist: lxml~=5.3; extra == "all"
58
- Requires-Dist: pytest-cov~=5.0; extra == "all"
59
- Requires-Dist: mypy~=1.11; extra == "all"
60
- Requires-Dist: sphinx_reports~=0.6; extra == "all"
61
- Requires-Dist: sphinx_design>=0.5.0; extra == "all"
62
- Requires-Dist: sphinx_autodoc_typehints~=2.3; extra == "all"
63
- Requires-Dist: pytest~=8.3; extra == "all"
64
- Requires-Dist: docutils~=0.20; extra == "all"
65
- Requires-Dist: pyTooling~=6.6; extra == "all"
59
+ Requires-Dist: sphinx_reports~=0.7; extra == "all"
60
+ Requires-Dist: pyTooling~=8.0; extra == "all"
66
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
+ 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"
68
+ Requires-Dist: docutils~=0.21; extra == "all"
67
69
 
68
70
  <p align="center">
69
71
  <a title="vhdl.github.io/pyVHDLModel" href="https://vhdl.github.io/pyVHDLModel"><img height="80px" src="doc/_static/logo.svg"/></a>
@@ -48,7 +48,7 @@ __author__ = "Patrick Lehmann"
48
48
  __email__ = "Paebbels@gmail.com"
49
49
  __copyright__ = "2016-2024, Patrick Lehmann"
50
50
  __license__ = "Apache License, Version 2.0"
51
- __version__ = "0.29.0"
51
+ __version__ = "0.29.2"
52
52
 
53
53
 
54
54
  from enum import unique, Enum, Flag, auto
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyVHDLModel
3
- Version: 0.29.0
3
+ Version: 0.29.2
4
4
  Summary: An abstract VHDL language model.
5
5
  Home-page: https://GitHub.com/VHDL/pyVHDLModel
6
6
  Author: Patrick Lehmann
@@ -18,52 +18,54 @@ Classifier: Topic :: Software Development :: Code Generators
18
18
  Classifier: Topic :: Software Development :: Compilers
19
19
  Classifier: License :: OSI Approved :: Apache Software License
20
20
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.8
22
21
  Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
24
23
  Classifier: Programming Language :: Python :: 3.11
25
24
  Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
26
  Classifier: Development Status :: 4 - Beta
27
- Requires-Python: >=3.8
27
+ Requires-Python: >=3.9
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE.md
30
- Requires-Dist: pyTooling~=6.6
30
+ Requires-Dist: pyTooling~=8.0
31
31
  Provides-Extra: doc
32
- Requires-Dist: sphinx~=7.4; extra == "doc"
33
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
34
- Requires-Dist: sphinxcontrib-mermaid>=0.9.2; extra == "doc"
35
- Requires-Dist: sphinx_rtd_theme~=2.0.0; extra == "doc"
36
- Requires-Dist: sphinx_reports~=0.6; extra == "doc"
37
- Requires-Dist: sphinx_design>=0.5.0; extra == "doc"
38
- Requires-Dist: sphinx_autodoc_typehints~=2.3; extra == "doc"
39
- Requires-Dist: docutils~=0.20; extra == "doc"
40
- Requires-Dist: pyTooling~=6.6; 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"
41
37
  Requires-Dist: autoapi>=2.0.1; extra == "doc"
38
+ 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"
41
+ Requires-Dist: sphinx~=8.1; extra == "doc"
42
+ Requires-Dist: docutils~=0.21; extra == "doc"
42
43
  Provides-Extra: test
44
+ Requires-Dist: mypy~=1.13; extra == "test"
45
+ Requires-Dist: pytest~=8.3; extra == "test"
46
+ Requires-Dist: lxml~=5.3; extra == "test"
47
+ Requires-Dist: pyTooling~=8.0; extra == "test"
48
+ Requires-Dist: pytest-cov~=6.0; extra == "test"
43
49
  Requires-Dist: Coverage~=7.6; extra == "test"
44
50
  Requires-Dist: typing_extensions~=4.12; extra == "test"
45
- Requires-Dist: lxml~=5.3; extra == "test"
46
- Requires-Dist: pytest-cov~=5.0; extra == "test"
47
- Requires-Dist: mypy~=1.11; extra == "test"
48
- Requires-Dist: pytest~=8.3; extra == "test"
49
- Requires-Dist: pyTooling~=6.6; extra == "test"
50
51
  Provides-Extra: all
51
- Requires-Dist: Coverage~=7.6; extra == "all"
52
- Requires-Dist: sphinx~=7.4; 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"
53
56
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
54
57
  Requires-Dist: typing_extensions~=4.12; extra == "all"
55
- Requires-Dist: sphinxcontrib-mermaid>=0.9.2; extra == "all"
56
- Requires-Dist: sphinx_rtd_theme~=2.0.0; extra == "all"
57
58
  Requires-Dist: lxml~=5.3; extra == "all"
58
- Requires-Dist: pytest-cov~=5.0; extra == "all"
59
- Requires-Dist: mypy~=1.11; extra == "all"
60
- Requires-Dist: sphinx_reports~=0.6; extra == "all"
61
- Requires-Dist: sphinx_design>=0.5.0; extra == "all"
62
- Requires-Dist: sphinx_autodoc_typehints~=2.3; extra == "all"
63
- Requires-Dist: pytest~=8.3; extra == "all"
64
- Requires-Dist: docutils~=0.20; extra == "all"
65
- Requires-Dist: pyTooling~=6.6; extra == "all"
59
+ Requires-Dist: sphinx_reports~=0.7; extra == "all"
60
+ Requires-Dist: pyTooling~=8.0; extra == "all"
66
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
+ 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"
68
+ Requires-Dist: docutils~=0.21; extra == "all"
67
69
 
68
70
  <p align="center">
69
71
  <a title="vhdl.github.io/pyVHDLModel" href="https://vhdl.github.io/pyVHDLModel"><img height="80px" src="doc/_static/logo.svg"/></a>
@@ -0,0 +1,42 @@
1
+ pyTooling~=8.0
2
+
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
10
+ lxml~=5.3
11
+ 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
+ pytest-cov~=6.0
17
+ Coverage~=7.6
18
+ sphinx_autodoc_typehints~=2.5
19
+ sphinx~=8.1
20
+ docutils~=0.21
21
+
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
+ sphinx_design~=0.6.1
30
+ sphinx_rtd_theme~=3.0.0
31
+ sphinx-copybutton>=0.5.2
32
+ sphinx~=8.1
33
+ docutils~=0.21
34
+
35
+ [test]
36
+ mypy~=1.13
37
+ pytest~=8.3
38
+ lxml~=5.3
39
+ pyTooling~=8.0
40
+ pytest-cov~=6.0
41
+ Coverage~=7.6
42
+ typing_extensions~=4.12
@@ -1,8 +1,8 @@
1
1
  [build-system]
2
2
  requires = [
3
- "setuptools ~= 75.1",
4
- "wheel ~= 0.44",
5
- "pyTooling ~= 6.6"
3
+ "setuptools ~= 75.3",
4
+ "wheel ~= 0.45",
5
+ "pyTooling ~= 8.0"
6
6
  ]
7
7
  build-backend = "setuptools.build_meta"
8
8
 
@@ -11,7 +11,7 @@ line-length = 120
11
11
 
12
12
  [tool.mypy]
13
13
  files = ["pyVHDLModel"]
14
- python_version = "3.12"
14
+ python_version = "3.13"
15
15
  #ignore_missing_imports = true
16
16
  strict = true
17
17
  pretty = true
@@ -21,6 +21,7 @@ namespace_packages = true
21
21
  html_report = "report/typing"
22
22
 
23
23
  [tool.pytest.ini_options]
24
+ addopts = "--tb=native"
24
25
  # Don't set 'python_classes = *' otherwise, pytest doesn't search for classes
25
26
  # derived from unittest.Testcase
26
27
  python_files = "*"
@@ -1,40 +0,0 @@
1
- pyTooling~=6.6
2
-
3
- [all]
4
- Coverage~=7.6
5
- sphinx~=7.4
6
- sphinx-copybutton>=0.5.2
7
- typing_extensions~=4.12
8
- sphinxcontrib-mermaid>=0.9.2
9
- sphinx_rtd_theme~=2.0.0
10
- lxml~=5.3
11
- pytest-cov~=5.0
12
- mypy~=1.11
13
- sphinx_reports~=0.6
14
- sphinx_design>=0.5.0
15
- sphinx_autodoc_typehints~=2.3
16
- pytest~=8.3
17
- docutils~=0.20
18
- pyTooling~=6.6
19
- autoapi>=2.0.1
20
-
21
- [doc]
22
- sphinx~=7.4
23
- sphinx-copybutton>=0.5.2
24
- sphinxcontrib-mermaid>=0.9.2
25
- sphinx_rtd_theme~=2.0.0
26
- sphinx_reports~=0.6
27
- sphinx_design>=0.5.0
28
- sphinx_autodoc_typehints~=2.3
29
- docutils~=0.20
30
- pyTooling~=6.6
31
- autoapi>=2.0.1
32
-
33
- [test]
34
- Coverage~=7.6
35
- typing_extensions~=4.12
36
- lxml~=5.3
37
- pytest-cov~=5.0
38
- mypy~=1.11
39
- pytest~=8.3
40
- pyTooling~=6.6
File without changes
File without changes
File without changes
File without changes