[robotpy] Sync robotpy (#8318)

Project import generated by Copybara.

GitOrigin-RevId: f6818c55dda55da1226e47a05a22d30f7cc477f1
This commit is contained in:
PJ Reiniger
2025-11-01 13:28:05 -04:00
committed by GitHub
parent 3f88c287d6
commit 49e84c6b52
51 changed files with 226 additions and 285 deletions

View File

@@ -4,17 +4,17 @@ requires = [
"hatchling",
"hatch-nativelib~=0.2.0",
"hatch-robotpy~=0.2.1",
"robotpy-native-wpilib==2027.0.0a2",
"robotpy-native-wpilib==0.0.0",
]
[project]
name = "robotpy-native-xrp"
version = "2027.0.0a2"
version = "0.0.0"
description = "WPILib XRP vendor library"
license = "BSD-3-Clause"
dependencies = [
"robotpy-native-wpilib==2027.0.0a2",
"robotpy-native-wpilib==0.0.0",
]
[tool.hatch.build.targets.wheel]
@@ -24,7 +24,7 @@ packages = ["src/native"]
artifact_id = "xrpVendordep-cpp"
group_id = "edu.wpi.first.xrpVendordep"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "2027.0.0-alpha-2"
version = "0.0.0"
extract_to = "src/native/xrp"
libs = ["xrpVendordep"]

View File

@@ -1,29 +1,29 @@
[build-system]
build-backend = "hatchling.build"
requires = [
"semiwrap~=0.1.7",
"hatch-meson~=0.1.0b2",
"semiwrap~=0.2.1",
"hatch-meson~=0.1.0",
"hatch-robotpy~=0.2.1",
"hatchling",
"robotpy-native-xrp==2027.0.0a2",
"wpilib==2027.0.0a2",
"robotpy-native-xrp==0.0.0",
"wpilib==0.0.0",
]
[project]
name = "robotpy-xrp"
version = "2027.0.0a2"
version = "0.0.0"
description = "Binary wrapper for WPILib XRP Vendor library"
authors = [
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
]
license = "BSD-3-Clause"
dependencies = [
"robotpy-native-xrp==2027.0.0a2",
"wpilib==2027.0.0a2"
"robotpy-native-xrp==0.0.0",
"wpilib==0.0.0"
]
[project.entry-points.robotpysimext]
[project.entry-points."robotpy_sim.2027"]
xrp = "xrp.extension"
@@ -34,7 +34,7 @@ version_file = "xrp/version.py"
artifact_id = "halsim_xrp"
group_id = "edu.wpi.first.halsim"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "2027.0.0-alpha-2"
version = "0.0.0"
use_headers = false
extract_to = "xrp/extension"