Skip to content

Commit 4931697

Browse files
Default emailpjreiniger
authored andcommitted
Project import generated by Copybara.
GitOrigin-RevId: 9ca93fa1900937b215a08569870cbd69f8b06c2b
1 parent 4d455ea commit 4931697

32 files changed

Lines changed: 222 additions & 238 deletions

File tree

subprojects/pyntcore/devtools/gen-pubsub.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
sphinxify.process_raw("\n".join(docs)).lstrip().splitlines()
4444
)
4545

46-
print(f"""
46+
print(
47+
f"""
4748
// autogenerated by gen-pubsub.py
4849
.def(py::init([](
4950
{paramstr}
@@ -58,4 +59,7 @@
5859
{doc}
5960
)"
6061
)
61-
""".removeprefix("\n").rstrip())
62+
""".removeprefix(
63+
"\n"
64+
).rstrip()
65+
)

subprojects/pyntcore/pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.3.0",
5-
"hatch-meson~=0.1.2",
5+
"hatch-meson~=0.1.0",
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
8-
"robotpy-native-ntcore==2027.0.0a4",
9-
"robotpy-wpiutil==2027.0.0a4",
10-
"robotpy-wpinet==2027.0.0a4",
11-
"robotpy-wpilog==2027.0.0a4",
8+
"robotpy-native-ntcore==0.0.0",
9+
"robotpy-wpiutil==0.0.0",
10+
"robotpy-wpinet==0.0.0",
11+
"robotpy-wpilog==0.0.0",
1212
]
1313

1414

1515
[project]
1616
name = "pyntcore"
17-
version = "2027.0.0a4"
17+
version = "0.0.0"
1818
description = "Binary wrappers for the FIRST ntcore library"
1919
authors = [
2020
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
2121
]
2222
license = "BSD-3-Clause"
2323
dependencies = [
24-
"robotpy-native-ntcore==2027.0.0a4",
25-
"robotpy-wpiutil==2027.0.0a4",
26-
"robotpy-wpinet==2027.0.0a4",
27-
"robotpy-wpilog==2027.0.0a4",
24+
"robotpy-native-ntcore==0.0.0",
25+
"robotpy-wpiutil==0.0.0",
26+
"robotpy-wpinet==0.0.0",
27+
"robotpy-wpilog==0.0.0",
2828
]
2929

3030
[project.urls]

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.3.0",
5-
"hatch-meson~=0.1.2",
5+
"hatch-meson~=0.1.0",
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
8-
"robotpy-native-apriltag==2027.0.0a4",
9-
"robotpy-wpiutil==2027.0.0a4",
10-
"robotpy-wpimath==2027.0.0a4",
8+
"robotpy-native-apriltag==0.0.0",
9+
"robotpy-wpiutil==0.0.0",
10+
"robotpy-wpimath==0.0.0",
1111
]
1212

1313
[project]
1414
name = "robotpy-apriltag"
15-
version = "2027.0.0a4"
15+
version = "0.0.0"
1616
description = "RobotPy bindings for WPILib's AprilTag library"
1717
authors = [
1818
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
22-
"robotpy-native-apriltag==2027.0.0a4",
23-
"robotpy-wpiutil==2027.0.0a4",
24-
"robotpy-wpimath==2027.0.0a4",
22+
"robotpy-native-apriltag==0.0.0",
23+
"robotpy-wpiutil==0.0.0",
24+
"robotpy-wpimath==0.0.0",
2525
]
2626

2727
[project.urls]

subprojects/robotpy-commands-v2/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "robotpy-commands-v2"
7-
version = "2027.0.0a4"
7+
version = "0.0.0"
88
description = "WPILib command framework v2"
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "BSD-3-Clause"
1212
license-files = ["LICENSE"]
1313
dependencies = [
14-
"wpilib==2027.0.0a4",
14+
"wpilib==0.0.0",
1515
"typing_extensions>=4.1.0,<5",
1616
]
1717

subprojects/robotpy-hal/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.3.0",
5-
"hatch-meson~=0.1.2",
5+
"hatch-meson~=0.1.0",
66
"hatchling",
7-
"pyntcore==2027.0.0a4",
8-
"robotpy-native-wpihal==2027.0.0a4",
9-
"robotpy-wpiutil==2027.0.0a4",
7+
"pyntcore==0.0.0",
8+
"robotpy-native-wpihal==0.0.0",
9+
"robotpy-wpiutil==0.0.0",
1010
]
1111

1212
[project]
1313
name = "robotpy-hal"
14-
version = "2027.0.0a4"
14+
version = "0.0.0"
1515
description = "Binary wrapper for WPILib HAL"
1616
authors = [
1717
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1818
]
1919
license = "BSD-3-Clause"
2020
dependencies = [
21-
"pyntcore==2027.0.0a4",
22-
"robotpy-native-wpihal==2027.0.0a4",
23-
"robotpy-wpiutil==2027.0.0a4",
21+
"pyntcore==0.0.0",
22+
"robotpy-native-wpihal==0.0.0",
23+
"robotpy-wpiutil==0.0.0",
2424
]
2525

2626
[project.urls]

subprojects/robotpy-hal/semiwrap/Notifier_c.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ functions:
1010
HAL_CancelNotifierAlarm:
1111
HAL_GetNotifierOverrun:
1212
HAL_AcknowledgeNotifierAlarm:
13-
HAL_SetNotifierThreadPriority:

subprojects/robotpy-halsim-ds-socket/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ requires = [
77

88
[project]
99
name = "robotpy-halsim-ds-socket"
10-
version = "2027.0.0a4"
10+
version = "0.0.0"
1111
description = "WPILib simulator DS Socket Extension"
1212
authors = [
1313
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1414
]
1515
license = "BSD-3-Clause"
1616
dependencies = [
17-
"robotpy-native-wpihal==2027.0.0a4",
18-
"robotpy-native-wpinet==2027.0.0a4",
17+
"robotpy-native-wpihal==0.0.0",
18+
"robotpy-native-wpinet==0.0.0",
1919
]
2020

2121
[project.entry-points."robotpy_sim.2027"]
@@ -28,8 +28,8 @@ version_file = "halsim_ds_socket/version.py"
2828
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2929
artifact_id = "halsim_ds_socket"
3030
group_id = "org.wpilib.halsim"
31-
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
32-
version = "2027.0.0-alpha-4-71-gdfc8098b9"
31+
repo_url = ""
32+
version = "0.0.0"
3333
use_headers = false
3434

3535
extract_to = "halsim_ds_socket"

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.3.0",
5-
"hatch-meson~=0.1.2",
5+
"hatch-meson~=0.1.0",
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
8-
"robotpy-wpiutil==2027.0.0a4",
9-
"robotpy-wpimath==2027.0.0a4",
10-
"robotpy-hal==2027.0.0a4",
11-
"pyntcore==2027.0.0a4",
8+
"robotpy-wpiutil==0.0.0",
9+
"robotpy-wpimath==0.0.0",
10+
"robotpy-hal==0.0.0",
11+
"pyntcore==0.0.0",
1212
]
1313

1414
[project]
1515
name = "robotpy-halsim-gui"
16-
version = "2027.0.0a4"
16+
version = "0.0.0"
1717
description = "WPILib simulation GUI"
1818
authors = [
1919
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
2020
]
2121
license = "BSD-3-Clause"
2222
dependencies = [
23-
"robotpy-wpiutil==2027.0.0a4",
24-
"robotpy-wpimath==2027.0.0a4",
25-
"robotpy-hal==2027.0.0a4",
26-
"pyntcore==2027.0.0a4",
23+
"robotpy-wpiutil==0.0.0",
24+
"robotpy-wpimath==0.0.0",
25+
"robotpy-hal==0.0.0",
26+
"pyntcore==0.0.0",
2727
]
2828

2929
[project.urls]
@@ -36,8 +36,8 @@ version_file = "halsim_gui/version.py"
3636
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
3737
artifact_id = "halsim_gui"
3838
group_id = "org.wpilib.halsim"
39-
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
40-
version = "2027.0.0-alpha-4-71-gdfc8098b9"
39+
repo_url = ""
40+
version = "0.0.0"
4141
use_headers = true
4242

4343
libs = ["halsim_gui"]

subprojects/robotpy-halsim-ws/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ requires = [
77

88
[project]
99
name = "robotpy-halsim-ws"
10-
version = "2027.0.0a4"
10+
version = "0.0.0"
1111
description = "WPILib simulator websim Extensions"
1212
authors = [
1313
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1414
]
1515
license = "BSD-3-Clause"
1616
dependencies = [
17-
"robotpy-native-wpihal==2027.0.0a4",
18-
"robotpy-native-wpinet==2027.0.0a4",
17+
"robotpy-native-wpihal==0.0.0",
18+
"robotpy-native-wpinet==0.0.0",
1919
]
2020

2121
[project.entry-points."robotpy_sim.2027"]
@@ -33,8 +33,8 @@ version_file = "halsim_ws/version.py"
3333
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
3434
artifact_id = "halsim_ws_server"
3535
group_id = "org.wpilib.halsim"
36-
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
37-
version = "2027.0.0-alpha-4-71-gdfc8098b9"
36+
repo_url = ""
37+
version = "0.0.0"
3838
use_headers = false
3939

4040
extract_to = "halsim_ws/server"
@@ -43,8 +43,8 @@ libs = ["halsim_ws_server"]
4343
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
4444
artifact_id = "halsim_ws_client"
4545
group_id = "org.wpilib.halsim"
46-
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
47-
version = "2027.0.0-alpha-4-71-gdfc8098b9"
46+
repo_url = ""
47+
version = "0.0.0"
4848
use_headers = false
4949

5050
extract_to = "halsim_ws/client"

subprojects/robotpy-native-apriltag/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ requires = [
44
"hatchling",
55
"hatch-nativelib~=0.2.0",
66
"hatch-robotpy~=0.2.1",
7-
"robotpy-native-wpiutil==2027.0.0a4",
8-
"robotpy-native-wpimath==2027.0.0a4",
7+
"robotpy-native-wpiutil==0.0.0",
8+
"robotpy-native-wpimath==0.0.0",
99
]
1010

1111
[project]
1212
name = "robotpy-native-apriltag"
13-
version = "2027.0.0a4"
13+
version = "0.0.0"
1414
description = "WPILib AprilTag Library"
1515
license = "BSD-3-Clause"
1616

1717
dependencies = [
18-
"robotpy-native-wpiutil==2027.0.0a4",
19-
"robotpy-native-wpimath==2027.0.0a4",
18+
"robotpy-native-wpiutil==0.0.0",
19+
"robotpy-native-wpimath==0.0.0",
2020
]
2121

2222
[tool.hatch.build.targets.wheel]
@@ -25,8 +25,8 @@ packages = ["src/native"]
2525
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2626
artifact_id = "apriltag-cpp"
2727
group_id = "org.wpilib.apriltag"
28-
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
29-
version = "2027.0.0-alpha-4-71-gdfc8098b9"
28+
repo_url = ""
29+
version = "0.0.0"
3030

3131
extract_to = "src/native/apriltag"
3232
libs = ["apriltag"]

0 commit comments

Comments
 (0)