Skip to content

Commit 4280369

Browse files
committed
Change 'dummy script package' to just 'dummy package'
1 parent 6bf421e commit 4280369

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ SAGE_SPKG_CONFIGURE_$(echo ${pkgname} | tr '[a-z]' '[A-Z]')"
7979
if test -f "$DIR/spkg-install"; then
8080
SPKG_SOURCE=script
8181
else
82-
# a dummy script package
82+
# a dummy package
8383
SPKG_SOURCE=none
8484
fi
8585
else

build/make/Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ $(1)-$(4)-no-deps:
653653
touch "$$($(4))/$(SPKG_INST_RELDIR)/$(1)-$(2)"; \
654654
else ( \
655655
echo; \
656-
echo "Note: $(1) is a dummy script package that the Sage distribution uses"; \
656+
echo "Note: $(1) is a dummy package that the Sage distribution uses"; \
657657
echo "to provide information about equivalent system packages."; \
658658
echo "It cannot be installed using the Sage distribution."; \
659659
echo "Please install it manually, for example using the system packages"; \
@@ -662,7 +662,7 @@ $(1)-$(4)-no-deps:
662662
echo; \
663663
$$(SAGE_ROOT)/build/bin/sage-spkg-info $(1); \
664664
echo; \
665-
echo "Error: $(1) is a dummy script package and "; \
665+
echo "Error: $(1) is a dummy package and "; \
666666
echo "cannot be installed using the Sage distribution." ) | sage-logger -p 'cat; exit 1' '$$(SAGE_LOGS)/$(1)-$(2).log'; \
667667
fi
668668

build/pkgs/_sagemath/SPKG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _sagemath: Downstream package of Sage in distributions
44
SageMath is available from various distributions and can be installed
55
by package managers.
66

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

m4/sage_spkg_collect.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ AC_DEFUN([SAGE_SPKG_FINALIZE], [dnl
172172
m4_case(SPKG_SOURCE,
173173
[normal], [dnl
174174
m4_define([in_sdist], [yes])dnl
175-
], [dnl pip/script/none (dummy script package)
175+
], [dnl pip/script/none (dummy package)
176176
dnl Since pip packages are downloaded and installed by pip, we do not
177177
dnl include them in the source tarball. At the time of this writing,
178178
dnl all pip packages are optional.

0 commit comments

Comments
 (0)