File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,11 @@ the following source types:
84
84
85
85
#. A ``wheel `` package:
86
86
87
- - comes from the (non-platform) wheel file named in the required file
88
- ``checksums.ini `` and hosted on the Sage mirrors;
87
+ - comes from the wheel file named in the required file ``checksums.ini ``
88
+ and hosted on the Sage mirrors;
89
+
90
+ - per policy, only non-platform wheels are allowed, i.e., ``*-none-any.whl ``
91
+ files;
89
92
90
93
- its version number is defined by the required file ``package-version.txt ``;
91
94
@@ -1210,6 +1213,9 @@ must meet the following requirements:
1210
1213
1211
1214
- **Build Support**. The code must build on all the fully supported
1212
1215
platforms (Linux, macOS, Cygwin); see :ref:`chapter-portability_testing`.
1216
+ It must be installed either from source as a normal package,
1217
+ or as a Python (non-platform) wheel package, see
1218
+ :ref:`section-package-source-types`.
1213
1219
1214
1220
- **Quality**. The code should be "better" than any other available
1215
1221
code (that passes the two above criteria), and the authors need to
You can’t perform that action at this time.
0 commit comments