| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | python | 4 # python: file(1) magic for python 35 !:mime text/x-python 38 !:mime text/x-python 41 !:mime text/x-python 44 !:mime text/x-python 50 !:mime text/x-python 56 !:mime text/x-python 63 !:mime text/x-python 67 !:mime text/x-python 84 !:mime text/x-python [all …]
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | acx_python.m4 | 3 # Allow the use of a (user set) custom python version 10 AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]]) 12 AC_MSG_ERROR([Cannot find python$PYTHON_VERSION in your system path]) 75 AC_MSG_CHECKING([consistency of all components of python development environment]) 96 Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
|
| /freebsd-12.1/contrib/ldns/packaging/fedora/ |
| H A D | ldns.spec | 22 BuildRequires: python-devel, swig 40 %package python 45 %description python 111 %files python 151 - Added ldns-python sub package 152 - Patch for installing ldns-python files 153 - Patch for rpath in ldns-python
|
| /freebsd-12.1/contrib/ldns/ |
| H A D | ax_python_devel.m4 | 27 # user, you can disable the check for the python version by setting the 75 # Allow the use of a (user set) custom python version 82 AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]]) 84 AC_MSG_ERROR([Cannot find python$PYTHON_VERSION in your system path]) 217 print ('python'+c[['LDVERSION']]) 219 print ('python'+c[['VERSION']]) 222 # This small piece shamelessly adapted from PostgreSQL python macro; 264 AC_MSG_CHECKING(python extra libraries) 276 AC_MSG_CHECKING(python extra linking flags) 288 AC_MSG_CHECKING([consistency of all components of python development environment]) [all …]
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | Makefile.in | 87 swig_pydir = @libdir@/svn-python/libsvn 88 swig_pydir_extra = @libdir@/svn-python/svn 340 for i in $(abs_srcdir)/subversion/bindings/swig/python/*.py; do \ 356 SWIG_PY_DIR = $(abs_builddir)/subversion/bindings/swig/python 361 SWIG_PY_SRC_DIR = $(abs_srcdir)/subversion/bindings/swig/python 843 clean-bindings: clean-swig clean-ctypes-python clean-javahl 848 clean-ctypes-python clean-javahl \ 981 ctypes-python: local-all 984 install-ctypes-python: ctypes-python 988 check-ctypes-python: ctypes-python [all …]
|
| H A D | build.conf | 101 swig-python-opts = $(SWIG_FEATURES) -python $(SWIG_PY_FEATURES) -classic 104 swig-languages = python perl ruby 106 subversion/bindings/swig/python 114 perl5/perlrun.swg python/pyrun.swg python/python.swg 567 lang = python 568 path = subversion/bindings/swig/python/libsvn_swig_py 570 apriconv apr python swig 576 msvc-export = ../bindings/swig/python/libsvn_swig_py/swigutil_py.h 1531 [python] 1615 lang = python
|
| /freebsd-12.1/sys/contrib/libsodium/test/default/ |
| H A D | nacl-test-wrapper.sh | 24 command -v python >/dev/null 2>&1 || { 35 exec python "$SEL_LDR" "$exe"
|
| /freebsd-12.1/contrib/file/python/ |
| H A D | CHANGELOG.md | 6 * Retain python 2 compatibility, factoring out the conversion functions. 8 * Restore python-2 compatibility.
|
| H A D | README.md | 10 python setup.py install 31 python setup.py test
|
| /freebsd-12.1/contrib/googletest/googletest/ |
| H A D | configure.ac | 34 # HAVE_PYTHON by requiring "python" to be in the PATH, and that interpreter's 37 PYTHON= # We *do not* allow the user to specify a python interpreter 38 AC_PATH_PROG([PYTHON],[python],[:])
|
| /freebsd-12.1/contrib/llvm/tools/lld/docs/ |
| H A D | sphinx_intro.rst | 31 Reading http://pypi.python.org/simple/sphinx/ 51 See the `setuptools <http://pypi.python.org/pypi/setuptools>`_ package web 113 New python executable in /Users/dummy/my-sphinx-install/bin/python
|
| H A D | getting_started.rst | 29 .. _Python 2.4: http://python.org/download/ 72 .. _Python 2.4: http://python.org/download/
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | unbound.spec_fedora | 28 BuildRequires: python-devel swig 82 %package python 87 %description python 147 %files python 150 %doc libunbound/python/examples/* 204 - Fix for python module load in the server (Tom Hendrikx) 235 - Build unbound-python per default 302 - Place python macros within the %%with_python check 306 - Added unbound-python sub package. disabled for now
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | example.conf | 833 python:
|
| /freebsd-12.1/contrib/file/ |
| H A D | Makefile.am | 5 SUBDIRS = src magic tests doc python subdir
|
| /freebsd-12.1/contrib/apr/ |
| H A D | apr.spec | 13 BuildRequires: autoconf, libtool, doxygen, python 93 - build depends on python
|
| /freebsd-12.1/ |
| H A D | .gitattributes | 5 *.py diff=python
|
| H A D | .arclint | 4 "python": {
|
| /freebsd-12.1/contrib/googletest/googlemock/ |
| H A D | configure.ac | 29 # HAVE_PYTHON by requiring "python" to be in the PATH, and that interpreter's 32 PYTHON= # We *do not* allow the user to specify a python interpreter 33 AC_PATH_PROG([PYTHON],[python],[:])
|
| /freebsd-12.1/tools/debugscripts/ |
| H A D | kgdb | 63 python $kld_debpy "$kernsrc" "$core" $@ > "$tmpfile" &&
|
| /freebsd-12.1/contrib/libevent/test/ |
| H A D | rpcgen_wrapper.sh | 34 PYTHON2=python
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/test/ |
| H A D | rpcgen_wrapper.sh | 34 PYTHON2=python
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | ct_log_list.cnf | 8 # https://github.com/google/certificate-transparency/blob/master/python/utilities/log_list/pr…
|
| /freebsd-12.1/contrib/llvm/tools/lld/ |
| H A D | .gitignore | 13 # Byte compiled python modules.
|
| /freebsd-12.1/tests/sys/geom/class/eli/ |
| H A D | Makefile | 37 python gentestvect.py > ${.TARGET}
|