Skip to content

Commit 40bde9d

Browse files
author
Matthias Koeppe
committed
src/doc/en/developer/packaging.rst: (Almost all) wheel packages do not need scripts
1 parent b021ad8 commit 40bde9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/en/developer/packaging.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ the following source types:
9292

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

95+
- No build and install scripts are needed
96+
(with one exception: the package :ref:`spkg_pip` installs itself from
97+
its wheel using a custom install script);
98+
9599
- Sage records the version number of the package installed using a file in
96100
``$SAGE_LOCAL/var/lib/sage/installed/`` and will rerun the installation
97101
if ``package-version.txt`` changes.

0 commit comments

Comments
 (0)