|
21 | 21 | "description": "A Python version or flavor to enable." |
22 | 22 | }, |
23 | 23 | "additionalProperties": false, |
24 | | - "description": "cibuildwheel's settings.", |
| 24 | + "description": "cibuildwheel's settings. Generated with ./bin/generate_schema.py --schemastore from cibuildwheel.", |
25 | 25 | "type": "object", |
26 | 26 | "properties": { |
27 | 27 | "archs": { |
|
102 | 102 | }, |
103 | 103 | "build-frontend": { |
104 | 104 | "default": "default", |
105 | | - "description": "Set the tool to use to build, either \"pip\" (default for now), \"build\", or \"build[uv]\"", |
| 105 | + "description": "Set the tool to use to build, either \"build\" (default), \"build[uv]\", or \"pip\"", |
106 | 106 | "oneOf": [ |
107 | 107 | { |
108 | 108 | "enum": ["pip", "build", "build[uv]", "default"] |
|
1039 | 1039 | } |
1040 | 1040 | } |
1041 | 1041 | }, |
| 1042 | + "android": { |
| 1043 | + "type": "object", |
| 1044 | + "additionalProperties": false, |
| 1045 | + "properties": { |
| 1046 | + "archs": { |
| 1047 | + "$ref": "#/properties/archs" |
| 1048 | + }, |
| 1049 | + "before-all": { |
| 1050 | + "$ref": "#/properties/before-all" |
| 1051 | + }, |
| 1052 | + "before-build": { |
| 1053 | + "$ref": "#/properties/before-build" |
| 1054 | + }, |
| 1055 | + "before-test": { |
| 1056 | + "$ref": "#/properties/before-test" |
| 1057 | + }, |
| 1058 | + "build-frontend": { |
| 1059 | + "$ref": "#/properties/build-frontend" |
| 1060 | + }, |
| 1061 | + "build-verbosity": { |
| 1062 | + "$ref": "#/properties/build-verbosity" |
| 1063 | + }, |
| 1064 | + "config-settings": { |
| 1065 | + "$ref": "#/properties/config-settings" |
| 1066 | + }, |
| 1067 | + "dependency-versions": { |
| 1068 | + "$ref": "#/properties/dependency-versions" |
| 1069 | + }, |
| 1070 | + "environment": { |
| 1071 | + "$ref": "#/properties/environment" |
| 1072 | + }, |
| 1073 | + "xbuild-tools": { |
| 1074 | + "$ref": "#/properties/xbuild-tools" |
| 1075 | + }, |
| 1076 | + "pyodide-version": { |
| 1077 | + "$ref": "#/properties/pyodide-version" |
| 1078 | + }, |
| 1079 | + "repair-wheel-command": { |
| 1080 | + "$ref": "#/properties/repair-wheel-command" |
| 1081 | + }, |
| 1082 | + "test-command": { |
| 1083 | + "$ref": "#/properties/test-command" |
| 1084 | + }, |
| 1085 | + "test-extras": { |
| 1086 | + "$ref": "#/properties/test-extras" |
| 1087 | + }, |
| 1088 | + "test-sources": { |
| 1089 | + "$ref": "#/properties/test-sources" |
| 1090 | + }, |
| 1091 | + "test-groups": { |
| 1092 | + "$ref": "#/properties/test-groups" |
| 1093 | + }, |
| 1094 | + "test-requires": { |
| 1095 | + "$ref": "#/properties/test-requires" |
| 1096 | + }, |
| 1097 | + "test-environment": { |
| 1098 | + "$ref": "#/properties/test-environment" |
| 1099 | + } |
| 1100 | + } |
| 1101 | + }, |
1042 | 1102 | "ios": { |
1043 | 1103 | "type": "object", |
1044 | 1104 | "additionalProperties": false, |
|
0 commit comments