Skip to content

Commit 1247f79

Browse files
authored
cibuildwheel: update for 3.1 (SchemaStore#4910)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 8dc60b6 commit 1247f79

File tree

1 file changed

+62
-2
lines changed

1 file changed

+62
-2
lines changed

src/schemas/json/partial-cibuildwheel.json

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"description": "A Python version or flavor to enable."
2222
},
2323
"additionalProperties": false,
24-
"description": "cibuildwheel's settings.",
24+
"description": "cibuildwheel's settings. Generated with ./bin/generate_schema.py --schemastore from cibuildwheel.",
2525
"type": "object",
2626
"properties": {
2727
"archs": {
@@ -102,7 +102,7 @@
102102
},
103103
"build-frontend": {
104104
"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\"",
106106
"oneOf": [
107107
{
108108
"enum": ["pip", "build", "build[uv]", "default"]
@@ -1039,6 +1039,66 @@
10391039
}
10401040
}
10411041
},
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+
},
10421102
"ios": {
10431103
"type": "object",
10441104
"additionalProperties": false,

0 commit comments

Comments
 (0)