hatch-cpp 0.2.1__tar.gz → 0.2.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.
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/PKG-INFO +2 -2
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/__init__.py +1 -1
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/pyproject.toml +3 -3
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/.gitignore +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/LICENSE +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/README.md +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/config.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/hooks.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/plugin.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_hatch_build.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_basic/cpp/project/basic.cpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_basic/cpp/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_basic/project/__init__.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_basic/pyproject.toml +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake/CMakeLists.txt +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake/Makefile +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake/cpp/project/basic.cpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake/cpp/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake/project/__init__.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake/project/include/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake/pyproject.toml +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake_vcpkg/CMakeLists.txt +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake_vcpkg/Makefile +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake_vcpkg/cpp/project/basic.cpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake_vcpkg/cpp/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake_vcpkg/project/__init__.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake_vcpkg/project/include/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake_vcpkg/pyproject.toml +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake_vcpkg/vcpkg.json +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_hatch_build/cpp/project/basic.cpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_hatch_build/cpp/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_hatch_build/project/__init__.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_hatch_build/pyproject.toml +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_limited_api/cpp/project/basic.cpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_limited_api/cpp/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_limited_api/project/__init__.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_limited_api/pyproject.toml +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_nanobind/cpp/project/basic.cpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_nanobind/cpp/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_nanobind/project/__init__.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_nanobind/pyproject.toml +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_override_classes/cpp/project/basic.cpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_override_classes/cpp/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_override_classes/project/__init__.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_override_classes/pyproject.toml +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_override_toolchain/cpp/project/basic.cpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_override_toolchain/cpp/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_override_toolchain/project/__init__.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_override_toolchain/pyproject.toml +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind/cpp/project/basic.cpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind/cpp/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind/project/__init__.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind/pyproject.toml +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind_vcpkg/cpp/project/basic.cpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind_vcpkg/cpp/project/basic.hpp +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind_vcpkg/project/__init__.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind_vcpkg/pyproject.toml +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind_vcpkg/vcpkg.json +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_projects.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_structs.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/toolchains/__init__.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/toolchains/cmake.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/toolchains/common.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/toolchains/vcpkg.py +0 -0
- {hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hatch-cpp
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Hatch plugin for C++ builds
|
|
5
5
|
Project-URL: Repository, https://github.com/python-project-templates/hatch-cpp
|
|
6
6
|
Project-URL: Homepage, https://github.com/python-project-templates/hatch-cpp
|
|
@@ -20,7 +20,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
20
20
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
21
21
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
22
22
|
Requires-Python: >=3.10
|
|
23
|
-
Requires-Dist: hatch-build<0.
|
|
23
|
+
Requires-Dist: hatch-build<0.6,>=0.4
|
|
24
24
|
Requires-Dist: hatchling
|
|
25
25
|
Requires-Dist: pydantic
|
|
26
26
|
Provides-Extra: develop
|
|
@@ -8,7 +8,7 @@ authors = [{name = "the hatch-cpp authors", email = "t.paine154@gmail.com"}]
|
|
|
8
8
|
description = "Hatch plugin for C++ builds"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "Apache-2.0" }
|
|
11
|
-
version = "0.2.
|
|
11
|
+
version = "0.2.2"
|
|
12
12
|
requires-python = ">=3.10"
|
|
13
13
|
keywords = [
|
|
14
14
|
"hatch",
|
|
@@ -35,7 +35,7 @@ classifiers = [
|
|
|
35
35
|
|
|
36
36
|
dependencies = [
|
|
37
37
|
"hatchling",
|
|
38
|
-
"hatch-build>=0.4,<0.
|
|
38
|
+
"hatch-build>=0.4,<0.6",
|
|
39
39
|
"pydantic",
|
|
40
40
|
]
|
|
41
41
|
|
|
@@ -74,7 +74,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
|
|
|
74
74
|
Homepage = "https://github.com/python-project-templates/hatch-cpp"
|
|
75
75
|
|
|
76
76
|
[tool.bumpversion]
|
|
77
|
-
current_version = "0.2.
|
|
77
|
+
current_version = "0.2.2"
|
|
78
78
|
commit = true
|
|
79
79
|
tag = false
|
|
80
80
|
commit_args = "-s"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_basic/cpp/project/basic.cpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_basic/cpp/project/basic.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake/cpp/project/basic.cpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake/cpp/project/basic.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake_vcpkg/cpp/project/basic.cpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake_vcpkg/cpp/project/basic.hpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_cmake_vcpkg/project/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_hatch_build/cpp/project/basic.cpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_hatch_build/cpp/project/basic.hpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_hatch_build/project/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_limited_api/cpp/project/basic.cpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_limited_api/cpp/project/basic.hpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_limited_api/project/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_nanobind/cpp/project/basic.cpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_nanobind/cpp/project/basic.hpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_nanobind/project/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_override_classes/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_override_toolchain/pyproject.toml
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind/cpp/project/basic.cpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind/cpp/project/basic.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind_vcpkg/cpp/project/basic.cpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind_vcpkg/cpp/project/basic.hpp
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind_vcpkg/project/__init__.py
RENAMED
|
File without changes
|
{hatch_cpp-0.2.1 → hatch_cpp-0.2.2}/hatch_cpp/tests/test_project_pybind_vcpkg/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|