Skip to content

Commit 7fac947

Browse files
authored
Merge pull request #182 from robotpy/default-subpkg
Use defaults.subpackage instead of individual subpackages
2 parents f467f0d + 61f8f8c commit 7fac947

File tree

67 files changed

+149
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+149
-184
lines changed

rdev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exclude_artifacts = [
3434
robot_wheel_platform = "linux-roborio"
3535

3636
[params.requirements]
37-
semiwrap = "~=0.1.2"
37+
semiwrap = "~=0.1.4"
3838
hatch-meson = "~=0.1.0b2"
3939
hatch-nativelib = "~=0.2.0"
4040
hatch-robotpy = "~=0.2"

subprojects/pyntcore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.2",
4+
"semiwrap~=0.1.4",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.2",
4+
"semiwrap~=0.1.4",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.2",
4+
"semiwrap~=0.1.4",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-hal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.2",
4+
"semiwrap~=0.1.4",
55
"hatch-meson~=0.1.0b2",
66
"hatchling",
77
"robotpy-native-wpihal==2025.3.2.1",

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.2",
4+
"semiwrap~=0.1.4",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-romi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.2",
4+
"semiwrap~=0.1.4",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-wpilib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.2",
4+
"semiwrap~=0.1.4",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-wpilib/semiwrap/SysIdRoutineLog.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1+
defaults:
2+
subpackage: sysid
13

24
enums:
35
State:
4-
subpackage: sysid
56
inline_code: |
67
.def("__str__", &SysIdRoutineLog::StateEnumToString)
78
89
classes:
910
frc::sysid::SysIdRoutineLog:
10-
subpackage: sysid
1111
methods:
1212
SysIdRoutineLog:
1313
RecordState:
1414
Motor:
1515
StateEnumToString:
1616
frc::sysid::SysIdRoutineLog::MotorLog:
17-
subpackage: sysid
1817
methods:
1918
MotorLog:
2019
ignore: true

subprojects/robotpy-wpimath/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.2",
4+
"semiwrap~=0.1.4",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

0 commit comments

Comments
 (0)