Skip to content

Commit c69a62b

Browse files
committed
m4/sage_spkg_collect.m4: Update documentation on package source types
1 parent 6be9ba0 commit c69a62b

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

m4/sage_spkg_collect.m4

+5-8
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,15 @@
3838
# of which is the names of the dependencies of <packagename> as read
3939
# from the build/<packagename>/dependencies file.
4040
#
41-
# - SAGE_NORMAL_PACKAGES - lists the names of packages that are installed
42-
# by the "normal" method (using the sage-spkg program to download and
43-
# extract the source tarball, and run the relevant scripts from
44-
# build/<packagename>/spkg-*.
41+
# - SAGE_NORMAL_PACKAGES - lists the names of packages that are of source type
42+
# "normal" or "wheel".
4543
#
46-
# - SAGE_PIP_PACKAGES - lists the names of packages with the "pip" type
44+
# - SAGE_PIP_PACKAGES - lists the names of packages with the "pip" source type,
4745
# which are installed by directly invoking the pip command.
4846
#
4947
# - SAGE_SCRIPT_PACKAGES - lists the names of packages with the "script"
50-
# type which are installed by running a custom script, which may
51-
# download additional source files.
52-
#
48+
# source type, which are installed by running a custom script, which may
49+
# download additional source files, and the "dummy" source type.
5350

5451
dnl ==========================================================================
5552
dnl define PKG_CHECK_VAR for old pkg-config < 0.28; see Trac #29001

0 commit comments

Comments
 (0)