Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Change 'dummy script package' to just 'dummy package'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 2, 2022
1 parent 6bf421e commit 4280369
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ SAGE_SPKG_CONFIGURE_$(echo ${pkgname} | tr '[a-z]' '[A-Z]')"
if test -f "$DIR/spkg-install"; then
SPKG_SOURCE=script
else
# a dummy script package
# a dummy package
SPKG_SOURCE=none
fi
else
Expand Down
4 changes: 2 additions & 2 deletions build/make/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ $(1)-$(4)-no-deps:
touch "$$($(4))/$(SPKG_INST_RELDIR)/$(1)-$(2)"; \
else ( \
echo; \
echo "Note: $(1) is a dummy script package that the Sage distribution uses"; \
echo "Note: $(1) is a dummy package that the Sage distribution uses"; \
echo "to provide information about equivalent system packages."; \
echo "It cannot be installed using the Sage distribution."; \
echo "Please install it manually, for example using the system packages"; \
Expand All @@ -662,7 +662,7 @@ $(1)-$(4)-no-deps:
echo; \
$$(SAGE_ROOT)/build/bin/sage-spkg-info $(1); \
echo; \
echo "Error: $(1) is a dummy script package and "; \
echo "Error: $(1) is a dummy package and "; \
echo "cannot be installed using the Sage distribution." ) | sage-logger -p 'cat; exit 1' '$$(SAGE_LOGS)/$(1)-$(2).log'; \
fi

Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/_sagemath/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _sagemath: Downstream package of Sage in distributions
SageMath is available from various distributions and can be installed
by package managers.

This dummy script package records the names of the packages that
This dummy package records the names of the system packages that
should be installed to provide a standard installation of SageMath,
including documentation and Jupyter.

Expand Down
2 changes: 1 addition & 1 deletion m4/sage_spkg_collect.m4
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ AC_DEFUN([SAGE_SPKG_FINALIZE], [dnl
m4_case(SPKG_SOURCE,
[normal], [dnl
m4_define([in_sdist], [yes])dnl
], [dnl pip/script/none (dummy script package)
], [dnl pip/script/none (dummy package)
dnl Since pip packages are downloaded and installed by pip, we do not
dnl include them in the source tarball. At the time of this writing,
dnl all pip packages are optional.
Expand Down

0 comments on commit 4280369

Please sign in to comment.