| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | python | 4 # python: file(1) magic for python 221 !:mime text/x-script.python 224 !:mime text/x-script.python 227 !:mime text/x-script.python 234 !:mime text/x-script.python 240 !:mime text/x-script.python 247 !:mime text/x-script.python 252 !:mime text/x-script.python 269 !:mime text/x-script.python 271 !:mime text/x-script.python [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | always-python.m4 | 2 dnl # The majority of the python scripts are written to be compatible 9 AC_ARG_WITH([python], 10 AS_HELP_STRING([--with-python[=VERSION]], 11 [default system python version @<:@default=check@:>@]), 17 [2*], [PYTHON="python${with_python}"], 19 [3*], [PYTHON="python${with_python}"], 22 [AC_MSG_ERROR([Unknown --with-python value '$with_python'])]
|
| H A D | ax_python_devel.m4 | 32 # user, you can disable the check for the python version by setting the 81 # Allow the use of a (user set) custom python version 88 AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]]) 91 AC_MSG_ERROR([Cannot find python$PYTHON_VERSION in your system path]) 251 print ('python'+c[['LDVERSION']]) 253 print ('python'+c[['VERSION']]) 256 # This small piece shamelessly adapted from PostgreSQL python macro; 300 AC_MSG_CHECKING(python extra libraries) 312 AC_MSG_CHECKING(python extra linking flags) 324 AC_MSG_CHECKING([consistency of all components of python development environment]) [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 384 python::PythonModule &GetMainModule(); 386 python::PythonDictionary &GetSessionDictionary(); 398 python::PythonObject m_saved_stdin; 399 python::PythonObject m_saved_stdout; 400 python::PythonObject m_saved_stderr; 401 python::PythonModule m_main_module; 402 python::PythonDictionary m_session_dict; 403 python::PythonDictionary m_sys_module_dict; 404 python::PythonObject m_run_one_line_function; 405 python::PythonObject m_run_one_line_str_global; [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python.swig | 40 a way that is incompatible with our usage of the python module as __init__.py 55 // These versions will not generate working python modules, so error out early. 118 %include "python-typemaps.swig" 124 #include "../bindings/python/python-swigsafecast.swig" 126 using namespace lldb_private::python; 131 %include "python-extensions.swig" 132 %include "python-wrapper.swig"
|
| /freebsd-13.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]) 80 AC_MSG_CHECKING([consistency of all components of python development environment]) 101 Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
|
| /freebsd-13.1/sys/contrib/openzfs/.github/workflows/ |
| H A D | zloop.yml | 25 python-dev python-setuptools python-cffi python-packaging \
|
| H A D | checkstyle.yaml | 18 …tr1-dev libblkid-dev libselinux-dev libudev-dev libssl-dev python-dev python-setuptools python-cff…
|
| H A D | zfs-tests.yml | 24 libpam0g-dev pamtester python-dev python-setuptools python-cffi \
|
| H A D | zfs-tests-functional.yml | 28 libpam0g-dev pamtester python-dev python-setuptools python-cffi \
|
| H A D | zfs-tests-sanity.yml | 24 libpam0g-dev pamtester python-dev python-setuptools python-cffi \
|
| /freebsd-13.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-13.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-13.1/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs.spec.in | 89 %define __python_cffi_pkg python-cffi 90 %define __python_setuptools_pkg python-setuptools 105 # By default python-pyzfs is enabled, with the exception of 284 Requires: python%{__python_pkg_version} 308 %package -n python%{__python_pkg_version}-pyzfs 316 Requires: python%{__python_pkg_version} 322 BuildRequires: python-packaging 324 BuildRequires: python%{__python_pkg_version}-devel 330 %description -n python%{__python_pkg_version}-pyzfs 395 --with-python=%{__python} \ [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs.spec.in | 89 %define __python_cffi_pkg python-cffi 90 %define __python_setuptools_pkg python-setuptools 105 # By default python-pyzfs is enabled, with the exception of 284 Requires: python%{__python_pkg_version} 308 %package -n python%{__python_pkg_version}-pyzfs 316 Requires: python%{__python_pkg_version} 322 BuildRequires: python-packaging 324 BuildRequires: python%{__python_pkg_version}-devel 330 %description -n python%{__python_pkg_version}-pyzfs 395 --with-python=%{__python} \ [all …]
|
| /freebsd-13.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-13.1/contrib/file/python/ |
| H A D | CHANGELOG.md | 11 * Retain python 2 compatibility, factoring out the conversion functions. 13 * Restore python-2 compatibility.
|
| H A D | README.md | 10 python setup.py install 31 python setup.py test
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | Makefile.in | 92 swig_pydir = @libdir@/svn-python/libsvn 93 swig_pydir_extra = @libdir@/svn-python/svn 351 for i in $(abs_srcdir)/subversion/bindings/swig/python/*.py; do \ 367 SWIG_PY_DIR = $(abs_builddir)/subversion/bindings/swig/python 372 SWIG_PY_SRC_DIR = $(abs_srcdir)/subversion/bindings/swig/python 860 clean-bindings: clean-swig clean-ctypes-python clean-javahl 865 clean-ctypes-python clean-javahl \ 1002 ctypes-python: local-all 1005 install-ctypes-python: ctypes-python 1009 check-ctypes-python: ctypes-python [all …]
|
| /freebsd-13.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-13.1/contrib/libucl/ |
| H A D | ChangeLog.md | 93 - python: Add support to Python 3 (by Denis Volpato Martins) 94 - python: Add support for Python 2.6 tests (by Denis Volpato Martins) 95 - python: Implement validation function and tests (by Denis Volpato Martins) 96 - python: Added UCL_NULL handling and tests (by Denis Volpato Martins)
|
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.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-13.1/contrib/unbound/doc/ |
| H A D | example.conf | 942 python:
|
| /freebsd-13.1/contrib/lib9p/pytest/ |
| H A D | Makefile | 1 PYTHON?=python
|