[py] Fix maven coordinates for native downloads (#8474)

This got missed in the reorg, and these values aren't actually used for
anything when building in `allwpilb`, but we might as well fix them here
to make the copybara process easier.
This commit is contained in:
PJ Reiniger
2025-12-14 00:44:31 -05:00
committed by GitHub
parent af0a3e9c2f
commit e2c9af862e
11 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ packages = ["src/native"]
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "apriltag-cpp"
group_id = "edu.wpi.first.apriltag"
group_id = "org.wpilib.apriltag"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"

View File

@@ -23,7 +23,7 @@ packages = ["src/native"]
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "datalog-cpp"
group_id = "edu.wpi.first.datalog"
group_id = "org.wpilib.datalog"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"

View File

@@ -24,7 +24,7 @@ packages = ["src/native"]
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "hal-cpp"
group_id = "edu.wpi.first.hal"
group_id = "org.wpilib.hal"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"

View File

@@ -26,7 +26,7 @@ packages = ["src/native"]
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "ntcore-cpp"
group_id = "edu.wpi.first.ntcore"
group_id = "org.wpilib.ntcore"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"

View File

@@ -22,7 +22,7 @@ packages = ["src/native"]
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "romiVendordep-cpp"
group_id = "edu.wpi.first.romiVendordep"
group_id = "org.wpilib.romiVendordep"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"

View File

@@ -30,7 +30,7 @@ packages = ["src/native"]
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "wpilibc-cpp"
group_id = "edu.wpi.first.wpilibc"
group_id = "org.wpilib.wpilibc"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"

View File

@@ -22,7 +22,7 @@ packages = ["src/native"]
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "wpimath-cpp"
group_id = "edu.wpi.first.wpimath"
group_id = "org.wpilib.wpimath"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"

View File

@@ -22,7 +22,7 @@ packages = ["src/native"]
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "wpinet-cpp"
group_id = "edu.wpi.first.wpinet"
group_id = "org.wpilib.wpinet"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"

View File

@@ -21,7 +21,7 @@ packages = ["src/native"]
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "wpiutil-cpp"
group_id = "edu.wpi.first.wpiutil"
group_id = "org.wpilib.wpiutil"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"

View File

@@ -22,7 +22,7 @@ packages = ["src/native"]
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "xrpVendordep-cpp"
group_id = "edu.wpi.first.xrpVendordep"
group_id = "org.wpilib.xrpVendordep"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"

View File

@@ -32,7 +32,7 @@ version_file = "xrp/version.py"
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "halsim_xrp"
group_id = "edu.wpi.first.halsim"
group_id = "org.wpilib.halsim"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"
use_headers = false