[copybara] Sync with mostrobotpy (#8820)

GitOrigin-RevId: f03f29e57af22a74b680873090028b9c9f5c8063
This commit is contained in:
PJ Reiniger
2026-04-26 11:25:15 -04:00
committed by GitHub
parent af7d68e993
commit e5980b46ef
16 changed files with 75 additions and 41 deletions

View File

@@ -43,8 +43,7 @@ if __name__ == "__main__":
sphinxify.process_raw("\n".join(docs)).lstrip().splitlines()
)
print(
f"""
print(f"""
// autogenerated by gen-pubsub.py
.def(py::init([](
{paramstr}
@@ -59,7 +58,4 @@ if __name__ == "__main__":
{doc}
)"
)
""".removeprefix(
"\n"
).rstrip()
)
""".removeprefix("\n").rstrip())

View File

@@ -2,7 +2,7 @@
build-backend = "hatchling.build"
requires = [
"semiwrap~=0.3.0",
"hatch-meson~=0.1.0",
"hatch-meson~=0.1.2",
"hatch-robotpy~=0.2.1",
"hatchling",
"robotpy-native-ntcore==0.0.0",