setuptools-wrapper 0.2.7__tar.gz → 0.2.8__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 (18) hide show
  1. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/LICENSE +1 -1
  2. {setuptools_wrapper-0.2.7/setuptools_wrapper.egg-info → setuptools_wrapper-0.2.8}/PKG-INFO +22 -26
  3. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/README.md +7 -15
  4. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/pyproject.toml +9 -9
  5. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setup.py +6 -7
  6. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/__init__.py +3 -3
  7. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/dev_requirements.txt +1 -1
  8. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8/setuptools_wrapper.egg-info}/PKG-INFO +22 -26
  9. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper.egg-info/requires.txt +1 -1
  10. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setup.cfg +0 -0
  11. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/data/empty.txt +0 -0
  12. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/py.typed +0 -0
  13. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/requirements.txt +0 -0
  14. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/setup.py +0 -0
  15. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper.egg-info/SOURCES.txt +0 -0
  16. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper.egg-info/dependency_links.txt +0 -0
  17. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper.egg-info/top_level.txt +0 -0
  18. {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/tests/test_setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Vaughn Kottler
3
+ Copyright (c) 2025 Libre Embedded
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,22 +1,21 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: setuptools-wrapper
3
- Version: 0.2.7
3
+ Version: 0.2.8
4
4
  Summary: A simple interface to setuptools's setup function.
5
- Home-page: https://github.com/vkottler/setuptools-wrapper
6
- Author: Vaughn Kottler
7
- Author-email: Vaughn Kottler <vaughnkottler@gmail.com>
8
- Maintainer-email: Vaughn Kottler <vaughnkottler@gmail.com>
5
+ Home-page: https://github.com/libre-embedded/setuptools-wrapper
6
+ Author: Libre Embedded
7
+ Author-email: Libre Embedded <vaughn@libre-embedded.com>
8
+ Maintainer-email: Libre Embedded <vaughn@libre-embedded.com>
9
+ License-Expression: MIT
9
10
  Classifier: Topic :: Software Development :: Build Tools
10
- Classifier: Programming Language :: Python :: 3.10
11
- Classifier: Programming Language :: Python :: 3.11
12
11
  Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
13
  Classifier: Operating System :: Microsoft :: Windows
14
14
  Classifier: Operating System :: MacOS
15
15
  Classifier: Operating System :: POSIX :: Linux
16
16
  Classifier: Operating System :: Unix
17
17
  Classifier: Development Status :: 5 - Production/Stable
18
- Classifier: License :: OSI Approved :: MIT License
19
- Requires-Python: >=3.10
18
+ Requires-Python: >=3.12
20
19
  Description-Content-Type: text/markdown
21
20
  License-File: LICENSE
22
21
  Requires-Dist: setuptools
@@ -29,46 +28,43 @@ Requires-Dist: mypy; extra == "test"
29
28
  Requires-Dist: isort; extra == "test"
30
29
  Requires-Dist: yamllint; extra == "test"
31
30
  Requires-Dist: yambs; extra == "test"
32
- Requires-Dist: vmklib; extra == "test"
31
+ Requires-Dist: vmklib>=2.0.3; extra == "test"
33
32
  Requires-Dist: sphinx; extra == "test"
34
33
  Requires-Dist: sphinx-book-theme; extra == "test"
35
34
  Requires-Dist: types-setuptools; extra == "test"
36
35
  Requires-Dist: vcorelib; extra == "test"
36
+ Dynamic: author
37
+ Dynamic: home-page
38
+ Dynamic: license-file
39
+ Dynamic: requires-dist
40
+ Dynamic: requires-python
37
41
 
38
42
  <!--
39
43
  =====================================
40
44
  generator=datazen
41
- version=3.1.4
42
- hash=49b054de642b258099743a2c9ee102ec
45
+ version=3.2.1
46
+ hash=acb422acbc8f92ccf6c4cc577631a52d
43
47
  =====================================
44
48
  -->
45
49
 
46
- # setuptools-wrapper ([0.2.7](https://pypi.org/project/setuptools-wrapper/))
50
+ # setuptools-wrapper ([0.2.8](https://pypi.org/project/setuptools-wrapper/))
47
51
 
48
52
  [![python](https://img.shields.io/pypi/pyversions/setuptools-wrapper.svg)](https://pypi.org/project/setuptools-wrapper/)
49
- ![Build Status](https://github.com/vkottler/setuptools-wrapper/workflows/Python%20Package/badge.svg)
50
- [![codecov](https://codecov.io/gh/vkottler/setuptools-wrapper/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/vkottler/setuptools-wrapper)
53
+ ![Build Status](https://github.com/libre-embedded/setuptools-wrapper/workflows/Python%20Package/badge.svg)
54
+ [![codecov](https://codecov.io/gh/libre-embedded/setuptools-wrapper/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/libre-embedded/setuptools-wrapper)
51
55
  ![PyPI - Status](https://img.shields.io/pypi/status/setuptools-wrapper)
52
56
  ![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/setuptools-wrapper)
53
57
 
54
58
  *A simple interface to setuptools's setup function.*
55
59
 
56
- ## Documentation
57
-
58
- ### Generated
59
-
60
- * By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/setuptools-wrapper)
61
- (What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)
62
- * By [pydoc](https://vkottler.github.io/python/pydoc/setuptools_wrapper.html)
63
- (What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)
60
+ ([interface documentation](https://libre-embedded.github.io/python/setuptools-wrapper))
64
61
 
65
62
  ## Python Version Support
66
63
 
67
64
  This package is tested with the following Python minor versions:
68
65
 
69
- * [`python3.10`](https://docs.python.org/3.10/)
70
- * [`python3.11`](https://docs.python.org/3.11/)
71
66
  * [`python3.12`](https://docs.python.org/3.12/)
67
+ * [`python3.13`](https://docs.python.org/3.13/)
72
68
 
73
69
  ## Platform Support
74
70
 
@@ -1,37 +1,29 @@
1
1
  <!--
2
2
  =====================================
3
3
  generator=datazen
4
- version=3.1.4
5
- hash=49b054de642b258099743a2c9ee102ec
4
+ version=3.2.1
5
+ hash=acb422acbc8f92ccf6c4cc577631a52d
6
6
  =====================================
7
7
  -->
8
8
 
9
- # setuptools-wrapper ([0.2.7](https://pypi.org/project/setuptools-wrapper/))
9
+ # setuptools-wrapper ([0.2.8](https://pypi.org/project/setuptools-wrapper/))
10
10
 
11
11
  [![python](https://img.shields.io/pypi/pyversions/setuptools-wrapper.svg)](https://pypi.org/project/setuptools-wrapper/)
12
- ![Build Status](https://github.com/vkottler/setuptools-wrapper/workflows/Python%20Package/badge.svg)
13
- [![codecov](https://codecov.io/gh/vkottler/setuptools-wrapper/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/vkottler/setuptools-wrapper)
12
+ ![Build Status](https://github.com/libre-embedded/setuptools-wrapper/workflows/Python%20Package/badge.svg)
13
+ [![codecov](https://codecov.io/gh/libre-embedded/setuptools-wrapper/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/libre-embedded/setuptools-wrapper)
14
14
  ![PyPI - Status](https://img.shields.io/pypi/status/setuptools-wrapper)
15
15
  ![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/setuptools-wrapper)
16
16
 
17
17
  *A simple interface to setuptools's setup function.*
18
18
 
19
- ## Documentation
20
-
21
- ### Generated
22
-
23
- * By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/setuptools-wrapper)
24
- (What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)
25
- * By [pydoc](https://vkottler.github.io/python/pydoc/setuptools_wrapper.html)
26
- (What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)
19
+ ([interface documentation](https://libre-embedded.github.io/python/setuptools-wrapper))
27
20
 
28
21
  ## Python Version Support
29
22
 
30
23
  This package is tested with the following Python minor versions:
31
24
 
32
- * [`python3.10`](https://docs.python.org/3.10/)
33
- * [`python3.11`](https://docs.python.org/3.11/)
34
25
  * [`python3.12`](https://docs.python.org/3.12/)
26
+ * [`python3.13`](https://docs.python.org/3.13/)
35
27
 
36
28
  ## Platform Support
37
29
 
@@ -3,27 +3,27 @@ requires = ["setuptools", "wheel", "trove-classifiers"]
3
3
 
4
4
  [project]
5
5
  name = "setuptools-wrapper"
6
- version = "0.2.7"
6
+ version = "0.2.8"
7
7
  description = "A simple interface to setuptools's setup function."
8
8
  readme = "README.md"
9
- requires-python = ">=3.10"
9
+ requires-python = ">=3.12"
10
+ license = "MIT"
11
+ license-files = ["LICENSE"]
10
12
  authors = [
11
- {name = "Vaughn Kottler", email = "vaughnkottler@gmail.com"}
13
+ {name = "Libre Embedded", email = "vaughn@libre-embedded.com"}
12
14
  ]
13
15
  maintainers = [
14
- {name = "Vaughn Kottler", email = "vaughnkottler@gmail.com"}
16
+ {name = "Libre Embedded", email = "vaughn@libre-embedded.com"}
15
17
  ]
16
18
  classifiers = [
17
19
  "Topic :: Software Development :: Build Tools",
18
- "Programming Language :: Python :: 3.10",
19
- "Programming Language :: Python :: 3.11",
20
20
  "Programming Language :: Python :: 3.12",
21
+ "Programming Language :: Python :: 3.13",
21
22
  "Operating System :: Microsoft :: Windows",
22
23
  "Operating System :: MacOS",
23
24
  "Operating System :: POSIX :: Linux",
24
25
  "Operating System :: Unix",
25
- "Development Status :: 5 - Production/Stable",
26
- "License :: OSI Approved :: MIT License"
26
+ "Development Status :: 5 - Production/Stable"
27
27
  ]
28
28
  dynamic = ["dependencies"]
29
29
 
@@ -37,7 +37,7 @@ test = [
37
37
  "isort",
38
38
  "yamllint",
39
39
  "yambs",
40
- "vmklib",
40
+ "vmklib>=2.0.3",
41
41
  "sphinx",
42
42
  "sphinx-book-theme",
43
43
  "types-setuptools",
@@ -1,7 +1,7 @@
1
1
  # =====================================
2
2
  # generator=datazen
3
- # version=3.1.4
4
- # hash=1668f8d26ad800f736638e7eb757119a
3
+ # version=3.2.1
4
+ # hash=03ae76005fb2fd1fc4c78694d143fdc7
5
5
  # =====================================
6
6
 
7
7
  """
@@ -17,9 +17,9 @@ except (ImportError, ModuleNotFoundError):
17
17
  from setuptools_wrapper_bootstrap.setup import setup # type: ignore
18
18
 
19
19
  author_info = {
20
- "name": "Vaughn Kottler",
21
- "email": "vaughnkottler@gmail.com",
22
- "username": "vkottler",
20
+ "name": "Libre Embedded",
21
+ "email": "vaughn@libre-embedded.com",
22
+ "username": "libre-embedded",
23
23
  }
24
24
  pkg_info = {
25
25
  "name": PKG_NAME,
@@ -27,9 +27,8 @@ pkg_info = {
27
27
  "version": VERSION,
28
28
  "description": DESCRIPTION,
29
29
  "versions": [
30
- "3.10",
31
- "3.11",
32
30
  "3.12",
31
+ "3.13",
33
32
  ],
34
33
  }
35
34
  setup(
@@ -1,7 +1,7 @@
1
1
  # =====================================
2
2
  # generator=datazen
3
- # version=3.1.4
4
- # hash=e04bf950ea47cd3a09d3bafb79791fab
3
+ # version=3.2.1
4
+ # hash=5729bf1e39ac55b944a6d4c90b25b5f7
5
5
  # =====================================
6
6
 
7
7
  """
@@ -10,4 +10,4 @@ Useful defaults and other package metadata.
10
10
 
11
11
  DESCRIPTION = "A simple interface to setuptools's setup function."
12
12
  PKG_NAME = "setuptools-wrapper"
13
- VERSION = "0.2.7"
13
+ VERSION = "0.2.8"
@@ -6,7 +6,7 @@ mypy
6
6
  isort
7
7
  yamllint
8
8
  yambs
9
- vmklib
9
+ vmklib>=2.0.3
10
10
  sphinx
11
11
  sphinx-book-theme
12
12
  types-setuptools
@@ -1,22 +1,21 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: setuptools-wrapper
3
- Version: 0.2.7
3
+ Version: 0.2.8
4
4
  Summary: A simple interface to setuptools's setup function.
5
- Home-page: https://github.com/vkottler/setuptools-wrapper
6
- Author: Vaughn Kottler
7
- Author-email: Vaughn Kottler <vaughnkottler@gmail.com>
8
- Maintainer-email: Vaughn Kottler <vaughnkottler@gmail.com>
5
+ Home-page: https://github.com/libre-embedded/setuptools-wrapper
6
+ Author: Libre Embedded
7
+ Author-email: Libre Embedded <vaughn@libre-embedded.com>
8
+ Maintainer-email: Libre Embedded <vaughn@libre-embedded.com>
9
+ License-Expression: MIT
9
10
  Classifier: Topic :: Software Development :: Build Tools
10
- Classifier: Programming Language :: Python :: 3.10
11
- Classifier: Programming Language :: Python :: 3.11
12
11
  Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
13
  Classifier: Operating System :: Microsoft :: Windows
14
14
  Classifier: Operating System :: MacOS
15
15
  Classifier: Operating System :: POSIX :: Linux
16
16
  Classifier: Operating System :: Unix
17
17
  Classifier: Development Status :: 5 - Production/Stable
18
- Classifier: License :: OSI Approved :: MIT License
19
- Requires-Python: >=3.10
18
+ Requires-Python: >=3.12
20
19
  Description-Content-Type: text/markdown
21
20
  License-File: LICENSE
22
21
  Requires-Dist: setuptools
@@ -29,46 +28,43 @@ Requires-Dist: mypy; extra == "test"
29
28
  Requires-Dist: isort; extra == "test"
30
29
  Requires-Dist: yamllint; extra == "test"
31
30
  Requires-Dist: yambs; extra == "test"
32
- Requires-Dist: vmklib; extra == "test"
31
+ Requires-Dist: vmklib>=2.0.3; extra == "test"
33
32
  Requires-Dist: sphinx; extra == "test"
34
33
  Requires-Dist: sphinx-book-theme; extra == "test"
35
34
  Requires-Dist: types-setuptools; extra == "test"
36
35
  Requires-Dist: vcorelib; extra == "test"
36
+ Dynamic: author
37
+ Dynamic: home-page
38
+ Dynamic: license-file
39
+ Dynamic: requires-dist
40
+ Dynamic: requires-python
37
41
 
38
42
  <!--
39
43
  =====================================
40
44
  generator=datazen
41
- version=3.1.4
42
- hash=49b054de642b258099743a2c9ee102ec
45
+ version=3.2.1
46
+ hash=acb422acbc8f92ccf6c4cc577631a52d
43
47
  =====================================
44
48
  -->
45
49
 
46
- # setuptools-wrapper ([0.2.7](https://pypi.org/project/setuptools-wrapper/))
50
+ # setuptools-wrapper ([0.2.8](https://pypi.org/project/setuptools-wrapper/))
47
51
 
48
52
  [![python](https://img.shields.io/pypi/pyversions/setuptools-wrapper.svg)](https://pypi.org/project/setuptools-wrapper/)
49
- ![Build Status](https://github.com/vkottler/setuptools-wrapper/workflows/Python%20Package/badge.svg)
50
- [![codecov](https://codecov.io/gh/vkottler/setuptools-wrapper/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/vkottler/setuptools-wrapper)
53
+ ![Build Status](https://github.com/libre-embedded/setuptools-wrapper/workflows/Python%20Package/badge.svg)
54
+ [![codecov](https://codecov.io/gh/libre-embedded/setuptools-wrapper/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/libre-embedded/setuptools-wrapper)
51
55
  ![PyPI - Status](https://img.shields.io/pypi/status/setuptools-wrapper)
52
56
  ![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/setuptools-wrapper)
53
57
 
54
58
  *A simple interface to setuptools's setup function.*
55
59
 
56
- ## Documentation
57
-
58
- ### Generated
59
-
60
- * By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/setuptools-wrapper)
61
- (What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)
62
- * By [pydoc](https://vkottler.github.io/python/pydoc/setuptools_wrapper.html)
63
- (What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)
60
+ ([interface documentation](https://libre-embedded.github.io/python/setuptools-wrapper))
64
61
 
65
62
  ## Python Version Support
66
63
 
67
64
  This package is tested with the following Python minor versions:
68
65
 
69
- * [`python3.10`](https://docs.python.org/3.10/)
70
- * [`python3.11`](https://docs.python.org/3.11/)
71
66
  * [`python3.12`](https://docs.python.org/3.12/)
67
+ * [`python3.13`](https://docs.python.org/3.13/)
72
68
 
73
69
  ## Platform Support
74
70
 
@@ -9,7 +9,7 @@ mypy
9
9
  isort
10
10
  yamllint
11
11
  yambs
12
- vmklib
12
+ vmklib>=2.0.3
13
13
  sphinx
14
14
  sphinx-book-theme
15
15
  types-setuptools