1- [tool .robotpy-build .metadata ]
1+ [build-system ]
2+ build-backend = " hatchling.build"
3+ requires = [
4+ " hatchling" ,
5+ " hatch-robotpy~=0.2" ,
6+ ]
7+
8+ [project ]
29name = " robotpy-halsim-ds-socket"
10+ version = " 2025.3.2.2"
311description = " WPILib simulator DS Socket Extension"
4- author = " RobotPy Development Team "
5- author_email = " robotpy@googlegroups.com"
6- url = " https://github.com/robotpy/robotpy-halsim-gui "
12+ authors = [
13+ { name = " RobotPy Development Team " , email = " robotpy@googlegroups.com" },
14+ ]
715license = " BSD-3-Clause"
8- install_requires = [
9- " robotpy-hal==THIS_VERSION " ,
10- " robotpy-wpinet==THIS_VERSION " ,
16+ dependencies = [
17+ " robotpy-native-wpihal==2025.3.2 " ,
18+ " robotpy-native- wpinet==2025.3.2 " ,
1119]
1220
13- [tool . robotpy-build . metadata . entry_points ]
14- robotpysimext = [ " ds-socket = halsim_ds_socket" ]
21+ [project . entry-points . robotpysimext ]
22+ ds-socket = " halsim_ds_socket"
1523
16- [build-system ]
17- requires = [
18- " robotpy-build~=2025.1.0" ,
19- " robotpy-hal~=2025.3.2" ,
20- " robotpy-wpinet~=2025.3.2" ,
21- ]
2224
23- [tool .robotpy- build ]
24- base_package = " halsim_ds_socket"
25+ [tool .hatch . build . hooks . robotpy ]
26+ version_file = " halsim_ds_socket/version.py "
2527
26- [tool .robotpy- build .wrappers . "halsim_ds_socket" .maven_lib_download ]
28+ [[ tool .hatch . build .hooks . robotpy .maven_lib_download ] ]
2729artifact_id = " halsim_ds_socket"
2830group_id = " edu.wpi.first.halsim"
29- # repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3031repo_url = " https://frcmaven.wpi.edu/artifactory/release"
3132version = " 2025.3.2"
33+ use_headers = false
3234
33- dlopenlibs = [" halsim_ds_socket" ]
34-
35- [tool .robotpy-build .wrappers ."halsim_ds_socket" ]
36- name = " halsim_ds_socket"
37- depends = [" wpiHal" , " wpinet" ]
35+ extract_to = " halsim_ds_socket"
36+ libs = [" halsim_ds_socket" ]
3837
3938
39+ [tool .hatch .build .targets .wheel ]
40+ packages = [" halsim_ds_socket" ]
0 commit comments