mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[copybara] Sync with mostrobotpy (#8820)
GitOrigin-RevId: f03f29e57af22a74b680873090028b9c9f5c8063
This commit is contained in:
@@ -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())
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user