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.
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/LICENSE +1 -1
- {setuptools_wrapper-0.2.7/setuptools_wrapper.egg-info → setuptools_wrapper-0.2.8}/PKG-INFO +22 -26
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/README.md +7 -15
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/pyproject.toml +9 -9
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setup.py +6 -7
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/__init__.py +3 -3
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/dev_requirements.txt +1 -1
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8/setuptools_wrapper.egg-info}/PKG-INFO +22 -26
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper.egg-info/requires.txt +1 -1
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setup.cfg +0 -0
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/data/empty.txt +0 -0
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/py.typed +0 -0
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/requirements.txt +0 -0
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper/setup.py +0 -0
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper.egg-info/SOURCES.txt +0 -0
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper.egg-info/dependency_links.txt +0 -0
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper.egg-info/top_level.txt +0 -0
- {setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/tests/test_setup.py +0 -0
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: setuptools-wrapper
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.8
|
|
4
4
|
Summary: A simple interface to setuptools's setup function.
|
|
5
|
-
Home-page: https://github.com/
|
|
6
|
-
Author:
|
|
7
|
-
Author-email:
|
|
8
|
-
Maintainer-email:
|
|
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
|
-
|
|
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
|
|
42
|
-
hash=
|
|
45
|
+
version=3.2.1
|
|
46
|
+
hash=acb422acbc8f92ccf6c4cc577631a52d
|
|
43
47
|
=====================================
|
|
44
48
|
-->
|
|
45
49
|
|
|
46
|
-
# setuptools-wrapper ([0.2.
|
|
50
|
+
# setuptools-wrapper ([0.2.8](https://pypi.org/project/setuptools-wrapper/))
|
|
47
51
|
|
|
48
52
|
[](https://pypi.org/project/setuptools-wrapper/)
|
|
49
|
-

|
|
54
|
+
[](https://codecov.io/github/libre-embedded/setuptools-wrapper)
|
|
51
55
|

|
|
52
56
|

|
|
53
57
|
|
|
54
58
|
*A simple interface to setuptools's setup function.*
|
|
55
59
|
|
|
56
|
-
|
|
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
|
|
5
|
-
hash=
|
|
4
|
+
version=3.2.1
|
|
5
|
+
hash=acb422acbc8f92ccf6c4cc577631a52d
|
|
6
6
|
=====================================
|
|
7
7
|
-->
|
|
8
8
|
|
|
9
|
-
# setuptools-wrapper ([0.2.
|
|
9
|
+
# setuptools-wrapper ([0.2.8](https://pypi.org/project/setuptools-wrapper/))
|
|
10
10
|
|
|
11
11
|
[](https://pypi.org/project/setuptools-wrapper/)
|
|
12
|
-

|
|
13
|
+
[](https://codecov.io/github/libre-embedded/setuptools-wrapper)
|
|
14
14
|

|
|
15
15
|

|
|
16
16
|
|
|
17
17
|
*A simple interface to setuptools's setup function.*
|
|
18
18
|
|
|
19
|
-
|
|
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.
|
|
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.
|
|
9
|
+
requires-python = ">=3.12"
|
|
10
|
+
license = "MIT"
|
|
11
|
+
license-files = ["LICENSE"]
|
|
10
12
|
authors = [
|
|
11
|
-
{name = "
|
|
13
|
+
{name = "Libre Embedded", email = "vaughn@libre-embedded.com"}
|
|
12
14
|
]
|
|
13
15
|
maintainers = [
|
|
14
|
-
{name = "
|
|
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
|
-
# hash=
|
|
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": "
|
|
21
|
-
"email": "
|
|
22
|
-
"username": "
|
|
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
|
-
# hash=
|
|
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.
|
|
13
|
+
VERSION = "0.2.8"
|
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: setuptools-wrapper
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.8
|
|
4
4
|
Summary: A simple interface to setuptools's setup function.
|
|
5
|
-
Home-page: https://github.com/
|
|
6
|
-
Author:
|
|
7
|
-
Author-email:
|
|
8
|
-
Maintainer-email:
|
|
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
|
-
|
|
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
|
|
42
|
-
hash=
|
|
45
|
+
version=3.2.1
|
|
46
|
+
hash=acb422acbc8f92ccf6c4cc577631a52d
|
|
43
47
|
=====================================
|
|
44
48
|
-->
|
|
45
49
|
|
|
46
|
-
# setuptools-wrapper ([0.2.
|
|
50
|
+
# setuptools-wrapper ([0.2.8](https://pypi.org/project/setuptools-wrapper/))
|
|
47
51
|
|
|
48
52
|
[](https://pypi.org/project/setuptools-wrapper/)
|
|
49
|
-

|
|
54
|
+
[](https://codecov.io/github/libre-embedded/setuptools-wrapper)
|
|
51
55
|

|
|
52
56
|

|
|
53
57
|
|
|
54
58
|
*A simple interface to setuptools's setup function.*
|
|
55
59
|
|
|
56
|
-
|
|
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
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{setuptools_wrapper-0.2.7 → setuptools_wrapper-0.2.8}/setuptools_wrapper.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|