/netbsd-src/external/bsd/unbound/dist/ |
H A D | acx_python.m4 | 10 AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]]) 11 if test -z "$PYTHON"; then 17 PYTHON_VERSION=`$PYTHON -c "import sys; \ 50 if ac_modulecheck_result1=`$PYTHON -c "import $m" 2>&1`; then 61 if ac_modulecheck_result2=`$PYTHON -c "import $m2" 2>&1`; then 83 python_path=`$PYTHON -c 'import sysconfig; \ 86 python_path=`$PYTHON -c "import distutils.sysconfig; \ 102 PYTHON_LDFLAGS=`$PYTHON -c "from $sysconfig_module import *; \ 109 PYTHON_LIBDIR=`$PYTHON -c "from $sysconfig_module import *; \ 119 PYTHON_SITE_PKG=`$PYTHON -c 'import sysconfig; \ [all …]
|
/netbsd-src/external/mit/isl/dist/ |
H A D | py-compile | 30 if test -z "$PYTHON"; then 31 PYTHON=python 118 python_major=`$PYTHON -V 2>&1 | sed -e 's/.* //;s/\..*$//;1q'` 120 echo "$me: could not determine $PYTHON major version, guessing 3" >&2 137 $PYTHON -c " 158 $PYTHON -O -c "
|
H A D | aclocal.m4 | 854 AC_ARG_VAR([PYTHON], [the Python interpreter]) 859 if test -z "$PYTHON"; then 860 AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :) 865 if test -n "$PYTHON"; then 866 # If the user set $PYTHON, use it and don't search something else. 867 AC_MSG_CHECKING([whether $PYTHON version is >= $1]) 868 AM_PYTHON_CHECK_VERSION([$PYTHON], [$1], 872 am_display_PYTHON=$PYTHON 882 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. 884 PYTHON=: [all …]
|
H A D | configure.ac | 36 AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
|
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | Makefile.tests | 85 cd $(TESTS_PREFIX); PYTHON=$(PYTHON) ./run_tests.sh 92 cd $(TESTS_PREFIX); PYTHON=$(PYTHON) ./run_tests.sh -m 96 cd $(TESTS_PREFIX); PYTHON=$(PYTHON) ./run_tests.sh -v
|
/netbsd-src/external/bsd/unbound/dist/testdata/pylib.tdir/ |
H A D | pylib.test | 16 PYTHON="python3"; else PYTHON="python2"; fi 17 if test ! -x `which $PYTHON` 2>&1; then PYTHON="python"; fi 21 $PYTHON pylib.lookup.py www.example.com. | tee outfile
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | Makefile.am | 97 $(skip_python) $(PYTHON) $(srcdir)/gen-map.py $(srcdir)/rfc3454.txt $(builddir) 100 $(skip_python) $(PYTHON) $(srcdir)/gen-errorlist.py $(srcdir)/rfc3454.txt $(builddir) 103 …$(skip_python) $(PYTHON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/Compositio… 106 $(skip_python) $(PYTHON) $(srcdir)/gen-combining.py $(srcdir)/UnicodeData.txt $(builddir) 109 $(skip_python) $(PYTHON) $(srcdir)/gen-bidi.py $(srcdir)/rfc3454.txt $(builddir) 112 $(PYTHON) $(srcdir)/gen-punycode-examples.py $(srcdir)/rfc3492.txt $(builddir)
|
H A D | NTMakefile | 68 $(PYTHON) $(SRCDIR)\gen-map.py $(SRCDIR)\rfc3454.txt $(OBJ) 73 $(PYTHON) $(SRCDIR)\gen-errorlist.py $(SRCDIR)\rfc3454.txt $(OBJ) 78 …$(PYTHON) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2… 83 $(PYTHON) $(SRCDIR)\gen-combining.py $(SRCDIR)\UnicodeData.txt $(OBJ) 88 $(PYTHON) $(SRCDIR)\gen-bidi.py $(SRCDIR)\rfc3454.txt $(OBJ) 93 $(PYTHON) $(SRCDIR)\gen-punycode-examples.py $(SRCDIR)\rfc3492.txt $(OBJ)
|
H A D | Makefile.in | 656 PYTHON = @PYTHON@ 1851 $(skip_python) $(PYTHON) $(srcdir)/gen-map.py $(srcdir)/rfc3454.txt $(builddir) 1854 $(skip_python) $(PYTHON) $(srcdir)/gen-errorlist.py $(srcdir)/rfc3454.txt $(builddir) 1857 …$(skip_python) $(PYTHON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/Compositio… 1860 $(skip_python) $(PYTHON) $(srcdir)/gen-combining.py $(srcdir)/UnicodeData.txt $(builddir) 1863 $(skip_python) $(PYTHON) $(srcdir)/gen-bidi.py $(srcdir)/rfc3454.txt $(builddir) 1866 $(PYTHON) $(srcdir)/gen-punycode-examples.py $(srcdir)/rfc3492.txt $(builddir)
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/timeouts/ |
H A D | prereq.sh | 16 if test -n "$PYTHON"; then 17 if $PYTHON -c "from dns.query import send_tcp" 2>/dev/null; then
|
H A D | setup.sh | 22 $PYTHON -c "
|
/netbsd-src/external/mit/xorg/lib/libxcb/files/ |
H A D | Makefile | 10 PYTHON?= /usr/pkg/bin/python3.11 macro 24 env PYTHONPATH=${X11SRCDIR.xcb-proto} ${PYTHON} ${C_CLIENT} \
|
/netbsd-src/external/gpl2/dtc/dist/pylibfdt/ |
H A D | Makefile.pylibfdt | 21 $(PYTHON) $(SETUP) $(SETUPFLAGS) build_ext --build-lib=../$(PYLIBFDT_dir) 25 $(PYTHON) $(SETUP) $(SETUPFLAGS) install --prefix=$(PREFIX)
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/cookie/ |
H A D | prereq.sh | 16 if ! ${PYTHON} -c 'import dns'; then
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/qmin/ |
H A D | prereq.sh | 16 if ! ${PYTHON} -c 'import dns'; then
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/digdelv/ |
H A D | prereq.sh | 16 if ! ${PYTHON} -c 'import dns'; then
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/forward/ |
H A D | prereq.sh | 16 if ! ${PYTHON} -c 'import dns'; then
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dnssec/ |
H A D | prereq.sh | 16 if ! ${PYTHON} -c 'import dns'; then
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/chain/ |
H A D | prereq.sh | 16 if ! ${PYTHON} -c 'import dns'; then
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/ |
H A D | start.pl | 101 my $PYTHON = $ENV{'PYTHON'}; 327 $command = "$PYTHON -u ans.py 10.53.0.$n $queryport";
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | aclocal.m4 | 907 AC_ARG_VAR([PYTHON], [the Python interpreter]) 912 if test -z "$PYTHON"; then 913 AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :) 918 if test -n "$PYTHON"; then 919 # If the user set $PYTHON, use it and don't search something else. 920 AC_MSG_CHECKING([whether $PYTHON version is >= $1]) 921 AM_PYTHON_CHECK_VERSION([$PYTHON], [$1], 925 am_display_PYTHON=$PYTHON 935 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. 937 PYTHON=: [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-python/ |
H A D | configure.ac | 13 if test -z "$PYTHON"; then
|
/netbsd-src/external/gpl2/dtc/dist/ |
H A D | Makefile | 28 PYTHON ?= python3 macro 152 if $(PKG_CONFIG) --cflags $(PYTHON) >/dev/null 2>&1; then \
|
/netbsd-src/external/mpl/bind/dist/lib/ns/ |
H A D | Makefile.in | 375 PYTHON = @PYTHON@
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | Makefile.in | 230 PYTHON = @PYTHON@
|