9 Commits

Author SHA1 Message Date
Paul Eggert
61075eab73 maint: make update-copyright 2025-01-01 14:39:21 -08:00
Paul Eggert
b80b5c476e maint: make update-copyright 2024-01-01 13:23:27 -08:00
Bogdan
c5f08e89e0 python: generalize tests.
This change finishes fixing https://bugs.gnu.org/30556.

* t/python-prefix.sh: use $PYTHON if set, not hardwiring "python".
* t/python-virtualenv.sh (get-pyexecdir): new make target;
use it instead of hardwiring $py_site.
2023-07-06 18:27:36 -07:00
Mike Frysinger
34bdde960f maint: make update-copyright 2023-01-04 02:00:14 -05:00
Mike Frysinger
560216a4fc tests: remove spurious +x bits
None of these files are (or can be) executed directly, so drop the
spurious +x permission bit.  None of the other tests do this either.

* t/built-sources-install-exec.sh: Remove +x bit.
* t/ccnoco-deps.sh: Likewise.
* t/ccnoco-lib.sh: Likewise.
* t/ccnoco-lt.sh: Likewise.
* t/perf/cond.sh: Likewise.
* t/perf/testsuite-recheck.sh: Likewise.
* t/perf/testsuite-summary.sh: Likewise.
* t/python-prefix.sh: Likewise.
* t/tags-lisp-space.sh: Likewise.
* t/test-extensions-empty.sh: Likewise.
2022-01-28 02:50:12 -05:00
Jim Meyering
6c8ff6a8f3 maint: make update-copyright 2022-01-12 14:15:12 -08:00
Karl Berry
5638784357 python: only use Python's sys.* values if the new option
--with-python-sys-prefix is specified; otherwise, return to
previous behavior of using the GNU ${prefix} and ${exec_prefix}.

* doc/automake.texi (Python): document the new behavior.
* m4/python.m4 (AM_PATH_PYTHON): conditionalize use of Python's
sys.* values on the new option --with-python-sys-prefix.
* t/python-prefix.sh: doc update.
* t/python-vars.sh: test both GNU and Python prefix values.
* NEWS: mention this.
2021-09-19 15:12:27 -07:00
meyering
15641c2fc3 maint: avoid syntax-check failures
* maintainer/syntax-checks.mk (toupper): Tighten the regexp
to avoid a new false-match in t/python-prefix.sh.
* t/instmany-python.sh: Use run_make in place of some $MAKE uses.
* t/python-prefix.sh: Likewise.
* t/python-vars.sh: Likewise.
2021-07-11 19:41:58 -07:00
Karl Berry
b83830c8dc python: new python-prefix test.
* t/python-prefix.sh: new test.
* t/list-of-tests.mk (handwritten_tests): add it.
* NEWS: describe new Python prefix behavior.
2021-05-18 15:12:56 -07:00