Skip to content

Commit

Permalink
Merge pull request #183 from auscompgeek/update
Browse files Browse the repository at this point in the history
Allow phoenix6 24.2.0 dependency
  • Loading branch information
auscompgeek authored Feb 10, 2024
2 parents 93817e2 + 58c201b commit e1e705f
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 150 deletions.
Empty file removed phoenix5/_simcancoder/__init__.py
Empty file.
Empty file removed phoenix5/_simpigeonimu/__init__.py
Empty file.
Empty file.
Empty file.
Empty file.
Empty file removed phoenix5/_simtalonfx/__init__.py
Empty file.
Empty file removed phoenix5/_simtalonsrx/__init__.py
Empty file.
Empty file removed phoenix5/_simvictorspx/__init__.py
Empty file.
156 changes: 6 additions & 150 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ author_email = "[email protected]"
url = "https://github.com/robotpy/robotpy-ctre"
license = "MIT"
install_requires = [
"wpilib<2025.0.0,>=2024.1.1",
"phoenix6~=24.1.0",
"wpilib<2025.0.0,>=2024.2.1",
"phoenix6~=24.2",
]

[build-system]
requires = [
"robotpy-build<2025.0.0,>=2024.0.0",
"wpilib<2025.0.0,>=2024.1.1",
"phoenix6~=24.1.0",
"wpilib<2025.0.0,>=2024.2.1",
"phoenix6~=24.2",
]

[tool.robotpy-build]
Expand Down Expand Up @@ -101,7 +101,7 @@ ignore = false
artifact_id = "tools"
group_id = "com.ctre.phoenix6"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
version = "24.2.0"
libs = []

[tool.robotpy-build.wrappers."phoenix5._wpiapi_cpp_sim"]
Expand Down Expand Up @@ -172,14 +172,6 @@ libs = [
[tool.robotpy-build.wrappers."phoenix5._tools_sim"]
name = "ctre_tools_sim"
depends = [
"ctre_simpropigeon2",
"ctre_simprocancoder",
"ctre_simprotalonfx",
"ctre_simcancoder",
"ctre_simtalonfx",
"ctre_simpigeonimu",
"ctre_simtalonsrx",
"ctre_simvictorspx",
]

[tool.robotpy-build.wrappers."phoenix5._tools_sim".override.arch_athena]
Expand All @@ -189,140 +181,12 @@ ignore = true
artifact_id = "tools-sim"
group_id = "com.ctre.phoenix6.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
version = "24.2.0"
libs = []
# libs = [
# "CTRE_PhoenixTools_Sim",
# ]

[tool.robotpy-build.wrappers."phoenix5._simtalonsrx"]
name = "ctre_simtalonsrx"

[tool.robotpy-build.wrappers."phoenix5._simtalonsrx".override.arch_athena]
ignore = true

[tool.robotpy-build.wrappers."phoenix5._simtalonsrx".maven_lib_download]
artifact_id = "simTalonSRX"
group_id = "com.ctre.phoenix6.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
libs = []
# libs = [
# "CTRE_SimTalonSRX",
# ]

[tool.robotpy-build.wrappers."phoenix5._simtalonfx"]
name = "ctre_simtalonfx"

[tool.robotpy-build.wrappers."phoenix5._simtalonfx".override.arch_athena]
ignore = true

[tool.robotpy-build.wrappers."phoenix5._simtalonfx".maven_lib_download]
artifact_id = "simTalonFX"
group_id = "com.ctre.phoenix6.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
libs = []
# libs = [
# "CTRE_SimTalonFX",
# ]

[tool.robotpy-build.wrappers."phoenix5._simvictorspx"]
name = "ctre_simvictorspx"

[tool.robotpy-build.wrappers."phoenix5._simvictorspx".override.arch_athena]
ignore = true

[tool.robotpy-build.wrappers."phoenix5._simvictorspx".maven_lib_download]
artifact_id = "simVictorSPX"
group_id = "com.ctre.phoenix6.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
libs = []
# libs = [
# "CTRE_SimVictorSPX",
# ]

[tool.robotpy-build.wrappers."phoenix5._simpigeonimu"]
name = "ctre_simpigeonimu"

[tool.robotpy-build.wrappers."phoenix5._simpigeonimu".override.arch_athena]
ignore = true

[tool.robotpy-build.wrappers."phoenix5._simpigeonimu".maven_lib_download]
artifact_id = "simPigeonIMU"
group_id = "com.ctre.phoenix6.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
libs = []
# libs = [
# "CTRE_SimPigeonIMU",
# ]

[tool.robotpy-build.wrappers."phoenix5._simcancoder"]
name = "ctre_simcancoder"

[tool.robotpy-build.wrappers."phoenix5._simcancoder".override.arch_athena]
ignore = true

[tool.robotpy-build.wrappers."phoenix5._simcancoder".maven_lib_download]
artifact_id = "simCANCoder"
group_id = "com.ctre.phoenix6.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
libs = []
# libs = [
# "CTRE_SimCANCoder",
# ]

[tool.robotpy-build.wrappers."phoenix5._simprotalonfx"]
name = "ctre_simprotalonfx"

[tool.robotpy-build.wrappers."phoenix5._simprotalonfx".override.arch_athena]
ignore = true

[tool.robotpy-build.wrappers."phoenix5._simprotalonfx".maven_lib_download]
artifact_id = "simProTalonFX"
group_id = "com.ctre.phoenix6.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
libs = []
# libs = [
# "CTRE_SimProTalonFX",
# ]

[tool.robotpy-build.wrappers."phoenix5._simprocancoder"]
name = "ctre_simprocancoder"

[tool.robotpy-build.wrappers."phoenix5._simprocancoder".override.arch_athena]
ignore = true

[tool.robotpy-build.wrappers."phoenix5._simprocancoder".maven_lib_download]
artifact_id = "simProCANcoder"
group_id = "com.ctre.phoenix6.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
libs = []
# libs = [
# "CTRE_SimProCANcoder",
# ]

[tool.robotpy-build.wrappers."phoenix5._simpropigeon2"]
name = "ctre_simpropigeon2"

[tool.robotpy-build.wrappers."phoenix5._simpropigeon2".override.arch_athena]
ignore = true

[tool.robotpy-build.wrappers."phoenix5._simpropigeon2".maven_lib_download]
artifact_id = "simProPigeon2"
group_id = "com.ctre.phoenix6.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
libs = []
# libs = [
# "CTRE_SimProPigeon2",
# ]


# End autogenerated TOML

Expand All @@ -340,14 +204,6 @@ depends = [
"ctre_api_cpp_sim",
"ctre_cci_sim",
"ctre_tools_sim",
"ctre_simtalonsrx",
"ctre_simtalonfx",
"ctre_simvictorspx",
"ctre_simpigeonimu",
"ctre_simcancoder",
"ctre_simprotalonfx",
"ctre_simprocancoder",
"ctre_simpropigeon2",
]

sources = [
Expand Down

0 comments on commit e1e705f

Please sign in to comment.