|
566 | 566 | "before-build": {
|
567 | 567 | "$ref": "#/$defs/inherit"
|
568 | 568 | },
|
| 569 | + "xbuild-tools": { |
| 570 | + "$ref": "#/$defs/inherit" |
| 571 | + }, |
569 | 572 | "before-test": {
|
570 | 573 | "$ref": "#/$defs/inherit"
|
571 | 574 | },
|
|
581 | 584 | "environment-pass": {
|
582 | 585 | "$ref": "#/$defs/inherit"
|
583 | 586 | },
|
584 |
| - "xbuild-tools": { |
585 |
| - "$ref": "#/$defs/inherit" |
586 |
| - }, |
587 | 587 | "repair-wheel-command": {
|
588 | 588 | "$ref": "#/$defs/inherit"
|
589 | 589 | },
|
|
676 | 676 | "musllinux-x86_64-image": {
|
677 | 677 | "$ref": "#/properties/musllinux-x86_64-image"
|
678 | 678 | },
|
| 679 | + "xbuild-tools": { |
| 680 | + "$ref": "#/properties/xbuild-tools" |
| 681 | + }, |
679 | 682 | "repair-wheel-command": {
|
680 | 683 | "$ref": "#/properties/repair-wheel-command"
|
681 | 684 | },
|
|
776 | 779 | "musllinux-x86_64-image": {
|
777 | 780 | "$ref": "#/properties/musllinux-x86_64-image"
|
778 | 781 | },
|
| 782 | + "xbuild-tools": { |
| 783 | + "$ref": "#/properties/xbuild-tools" |
| 784 | + }, |
779 | 785 | "repair-wheel-command": {
|
780 | 786 | "description": "Execute a shell command to repair each built wheel.",
|
781 | 787 | "oneOf": [
|
|
840 | 846 | "environment": {
|
841 | 847 | "$ref": "#/properties/environment"
|
842 | 848 | },
|
| 849 | + "xbuild-tools": { |
| 850 | + "$ref": "#/properties/xbuild-tools" |
| 851 | + }, |
843 | 852 | "repair-wheel-command": {
|
844 | 853 | "$ref": "#/properties/repair-wheel-command"
|
845 | 854 | },
|
|
891 | 900 | "environment": {
|
892 | 901 | "$ref": "#/properties/environment"
|
893 | 902 | },
|
| 903 | + "xbuild-tools": { |
| 904 | + "$ref": "#/properties/xbuild-tools" |
| 905 | + }, |
894 | 906 | "repair-wheel-command": {
|
895 | 907 | "description": "Execute a shell command to repair each built wheel.",
|
896 | 908 | "oneOf": [
|
|
955 | 967 | "environment": {
|
956 | 968 | "$ref": "#/properties/environment"
|
957 | 969 | },
|
| 970 | + "xbuild-tools": { |
| 971 | + "$ref": "#/properties/xbuild-tools" |
| 972 | + }, |
958 | 973 | "repair-wheel-command": {
|
959 | 974 | "$ref": "#/properties/repair-wheel-command"
|
960 | 975 | },
|
|
1006 | 1021 | "environment": {
|
1007 | 1022 | "$ref": "#/properties/environment"
|
1008 | 1023 | },
|
1009 |
| - "repair-wheel-command": { |
1010 |
| - "$ref": "#/properties/repair-wheel-command" |
1011 |
| - }, |
1012 | 1024 | "xbuild-tools": {
|
1013 | 1025 | "$ref": "#/properties/xbuild-tools"
|
1014 | 1026 | },
|
| 1027 | + "repair-wheel-command": { |
| 1028 | + "$ref": "#/properties/repair-wheel-command" |
| 1029 | + }, |
1015 | 1030 | "test-command": {
|
1016 | 1031 | "$ref": "#/properties/test-command"
|
1017 | 1032 | },
|
1018 | 1033 | "test-extras": {
|
1019 | 1034 | "$ref": "#/properties/test-extras"
|
1020 | 1035 | },
|
| 1036 | + "test-sources": { |
| 1037 | + "$ref": "#/properties/test-sources" |
| 1038 | + }, |
| 1039 | + "test-groups": { |
| 1040 | + "$ref": "#/properties/test-groups" |
| 1041 | + }, |
1021 | 1042 | "test-requires": {
|
1022 | 1043 | "$ref": "#/properties/test-requires"
|
1023 | 1044 | }
|
1024 |
| - } |
| 1045 | + } |
1025 | 1046 | }
|
1026 | 1047 | }
|
1027 | 1048 | }
|
0 commit comments