Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 0919086

Browse files
committed
trac 29287: doc fixes
1 parent 8f6323e commit 0919086

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build/make/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ endif
249249

250250
# ============================= script packages ==============================
251251
# Generate build rules for 'script' packages; this template is used to generate
252-
# two rules in the form:
252+
# three rules in the form:
253253
#
254254
# $(INST)/<pkgname>-<pkgvers>: <dependencies>
255255
# $(AM_V_at)cd '$SAGE_ROOT' && \\

src/doc/en/developer/packaging.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ the following source types:
110110
``$SAGE_LOCAL/var/lib/sage/installed/`` and will re-run the installation
111111
if ``package-version.txt`` changes.
112112

113+
To summarize: the package source type is determined as follows: if
114+
there is a file ``requirements.txt``, it is a ``pip`` package. If not,
115+
then if there is a ``checksums.ini`` file, it is ``normal``;
116+
otherwise, it is a ``script`` package.
117+
113118

114119
.. _section-directory-structure:
115120

0 commit comments

Comments
 (0)