|
15 | 15 | "enum": [ |
16 | 16 | "cpython-freethreading", |
17 | 17 | "cpython-prerelease", |
18 | | - "pypy" |
| 18 | + "pypy", |
| 19 | + "cpython-experimental-riscv64" |
19 | 20 | ] |
20 | 21 | }, |
21 | 22 | "description": "A Python version or flavor to enable." |
|
357 | 358 | "description": "Specify alternative manylinux / musllinux container images", |
358 | 359 | "title": "CIBW_MANYLINUX_PYPY_X86_64_IMAGE" |
359 | 360 | }, |
| 361 | + "manylinux-riscv64-image": { |
| 362 | + "type": "string", |
| 363 | + "description": "Specify alternative manylinux / musllinux container images", |
| 364 | + "title": "CIBW_MANYLINUX_RISCV64_IMAGE" |
| 365 | + }, |
360 | 366 | "manylinux-s390x-image": { |
361 | 367 | "type": "string", |
362 | 368 | "description": "Specify alternative manylinux / musllinux container images", |
|
387 | 393 | "description": "Specify alternative manylinux / musllinux container images", |
388 | 394 | "title": "CIBW_MUSLLINUX_PPC64LE_IMAGE" |
389 | 395 | }, |
| 396 | + "musllinux-riscv64-image": { |
| 397 | + "type": "string", |
| 398 | + "description": "Specify alternative manylinux / musllinux container images", |
| 399 | + "title": "CIBW_MUSLLINUX_RISCV64_IMAGE" |
| 400 | + }, |
390 | 401 | "musllinux-s390x-image": { |
391 | 402 | "type": "string", |
392 | 403 | "description": "Specify alternative manylinux / musllinux container images", |
|
566 | 577 | "before-build": { |
567 | 578 | "$ref": "#/$defs/inherit" |
568 | 579 | }, |
| 580 | + "xbuild-tools": { |
| 581 | + "$ref": "#/$defs/inherit" |
| 582 | + }, |
569 | 583 | "before-test": { |
570 | 584 | "$ref": "#/$defs/inherit" |
571 | 585 | }, |
|
581 | 595 | "environment-pass": { |
582 | 596 | "$ref": "#/$defs/inherit" |
583 | 597 | }, |
584 | | - "xbuild-tools": { |
585 | | - "$ref": "#/$defs/inherit" |
586 | | - }, |
587 | 598 | "repair-wheel-command": { |
588 | 599 | "$ref": "#/$defs/inherit" |
589 | 600 | }, |
|
652 | 663 | "manylinux-pypy_x86_64-image": { |
653 | 664 | "$ref": "#/properties/manylinux-pypy_x86_64-image" |
654 | 665 | }, |
| 666 | + "manylinux-riscv64-image": { |
| 667 | + "$ref": "#/properties/manylinux-riscv64-image" |
| 668 | + }, |
655 | 669 | "manylinux-s390x-image": { |
656 | 670 | "$ref": "#/properties/manylinux-s390x-image" |
657 | 671 | }, |
|
670 | 684 | "musllinux-ppc64le-image": { |
671 | 685 | "$ref": "#/properties/musllinux-ppc64le-image" |
672 | 686 | }, |
| 687 | + "musllinux-riscv64-image": { |
| 688 | + "$ref": "#/properties/musllinux-riscv64-image" |
| 689 | + }, |
673 | 690 | "musllinux-s390x-image": { |
674 | 691 | "$ref": "#/properties/musllinux-s390x-image" |
675 | 692 | }, |
676 | 693 | "musllinux-x86_64-image": { |
677 | 694 | "$ref": "#/properties/musllinux-x86_64-image" |
678 | 695 | }, |
| 696 | + "xbuild-tools": { |
| 697 | + "$ref": "#/properties/xbuild-tools" |
| 698 | + }, |
679 | 699 | "repair-wheel-command": { |
680 | 700 | "$ref": "#/properties/repair-wheel-command" |
681 | 701 | }, |
|
752 | 772 | "manylinux-pypy_x86_64-image": { |
753 | 773 | "$ref": "#/properties/manylinux-pypy_x86_64-image" |
754 | 774 | }, |
| 775 | + "manylinux-riscv64-image": { |
| 776 | + "$ref": "#/properties/manylinux-riscv64-image" |
| 777 | + }, |
755 | 778 | "manylinux-s390x-image": { |
756 | 779 | "$ref": "#/properties/manylinux-s390x-image" |
757 | 780 | }, |
|
770 | 793 | "musllinux-ppc64le-image": { |
771 | 794 | "$ref": "#/properties/musllinux-ppc64le-image" |
772 | 795 | }, |
| 796 | + "musllinux-riscv64-image": { |
| 797 | + "$ref": "#/properties/musllinux-riscv64-image" |
| 798 | + }, |
773 | 799 | "musllinux-s390x-image": { |
774 | 800 | "$ref": "#/properties/musllinux-s390x-image" |
775 | 801 | }, |
776 | 802 | "musllinux-x86_64-image": { |
777 | 803 | "$ref": "#/properties/musllinux-x86_64-image" |
778 | 804 | }, |
| 805 | + "xbuild-tools": { |
| 806 | + "$ref": "#/properties/xbuild-tools" |
| 807 | + }, |
779 | 808 | "repair-wheel-command": { |
780 | 809 | "description": "Execute a shell command to repair each built wheel.", |
781 | 810 | "oneOf": [ |
|
840 | 869 | "environment": { |
841 | 870 | "$ref": "#/properties/environment" |
842 | 871 | }, |
| 872 | + "xbuild-tools": { |
| 873 | + "$ref": "#/properties/xbuild-tools" |
| 874 | + }, |
843 | 875 | "repair-wheel-command": { |
844 | 876 | "$ref": "#/properties/repair-wheel-command" |
845 | 877 | }, |
|
891 | 923 | "environment": { |
892 | 924 | "$ref": "#/properties/environment" |
893 | 925 | }, |
| 926 | + "xbuild-tools": { |
| 927 | + "$ref": "#/properties/xbuild-tools" |
| 928 | + }, |
894 | 929 | "repair-wheel-command": { |
895 | 930 | "description": "Execute a shell command to repair each built wheel.", |
896 | 931 | "oneOf": [ |
|
955 | 990 | "environment": { |
956 | 991 | "$ref": "#/properties/environment" |
957 | 992 | }, |
| 993 | + "xbuild-tools": { |
| 994 | + "$ref": "#/properties/xbuild-tools" |
| 995 | + }, |
958 | 996 | "repair-wheel-command": { |
959 | 997 | "$ref": "#/properties/repair-wheel-command" |
960 | 998 | }, |
|
1006 | 1044 | "environment": { |
1007 | 1045 | "$ref": "#/properties/environment" |
1008 | 1046 | }, |
1009 | | - "repair-wheel-command": { |
1010 | | - "$ref": "#/properties/repair-wheel-command" |
1011 | | - }, |
1012 | 1047 | "xbuild-tools": { |
1013 | 1048 | "$ref": "#/properties/xbuild-tools" |
1014 | 1049 | }, |
| 1050 | + "repair-wheel-command": { |
| 1051 | + "$ref": "#/properties/repair-wheel-command" |
| 1052 | + }, |
1015 | 1053 | "test-command": { |
1016 | 1054 | "$ref": "#/properties/test-command" |
1017 | 1055 | }, |
1018 | 1056 | "test-extras": { |
1019 | 1057 | "$ref": "#/properties/test-extras" |
1020 | 1058 | }, |
| 1059 | + "test-sources": { |
| 1060 | + "$ref": "#/properties/test-sources" |
| 1061 | + }, |
| 1062 | + "test-groups": { |
| 1063 | + "$ref": "#/properties/test-groups" |
| 1064 | + }, |
1021 | 1065 | "test-requires": { |
1022 | 1066 | "$ref": "#/properties/test-requires" |
1023 | 1067 | } |
1024 | | - } |
| 1068 | + } |
1025 | 1069 | } |
1026 | 1070 | } |
1027 | 1071 | } |
0 commit comments