Skip to content

Commit b12e9dc

Browse files
committed
Use the name platform-independent
1 parent 8e06d43 commit b12e9dc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build/bin/sage-spkg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,8 @@ cd "$PKG_NAME" || exit $?
453453

454454
case "$PKG_SRC" in
455455
*.whl)
456-
# (Non-platform) wheel. Do not extract, do not create a src directory,
456+
# (Platform-independent) wheel
457+
# Do not extract, do not create a src directory,
457458
# just copy to dist/ and create a simple install script.
458459
mkdir -p dist
459460
cp "$PKG_SRC" dist/

src/doc/en/developer/packaging.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ the following source types:
8787
- comes from the wheel file named in the required file ``checksums.ini``
8888
and hosted on the Sage mirrors;
8989

90-
- per policy, only non-platform wheels are allowed, i.e., ``*-none-any.whl``
91-
files;
90+
- per policy, only platform-independent wheels are allowed, i.e.,
91+
``*-none-any.whl`` files;
9292

9393
- its version number is defined by the required file ``package-version.txt``;
9494

@@ -1214,7 +1214,7 @@ must meet the following requirements:
12141214
- **Build Support**. The code must build on all the fully supported
12151215
platforms (Linux, macOS, Cygwin); see :ref:`chapter-portability_testing`.
12161216
It must be installed either from source as a normal package,
1217-
or as a Python (non-platform) wheel package, see
1217+
or as a Python (platform-independent) wheel package, see
12181218
:ref:`section-package-source-types`.
12191219
12201220
- **Quality**. The code should be "better" than any other available

0 commit comments

Comments
 (0)