Home
last modified time | relevance | path

Searched refs:python (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd-13.1/contrib/file/magic/Magdir/
H A Dpython4 # 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 Dalways-python.m42 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 Dax_python_devel.m432 # 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 DScriptInterpreterPythonImpl.h384 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 Dpython.swig40 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 Dacx_python.m43 # 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 Dzloop.yml25 python-dev python-setuptools python-cffi python-packaging \
H A Dcheckstyle.yaml18 …tr1-dev libblkid-dev libselinux-dev libudev-dev libssl-dev python-dev python-setuptools python-cff…
H A Dzfs-tests.yml24 libpam0g-dev pamtester python-dev python-setuptools python-cffi \
H A Dzfs-tests-functional.yml28 libpam0g-dev pamtester python-dev python-setuptools python-cffi \
H A Dzfs-tests-sanity.yml24 libpam0g-dev pamtester python-dev python-setuptools python-cffi \
/freebsd-13.1/contrib/ldns/packaging/fedora/
H A Dldns.spec22 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 Dnacl-test-wrapper.sh24 command -v python >/dev/null 2>&1 || {
35 exec python "$SEL_LDR" "$exe"
/freebsd-13.1/sys/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in89 %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 Dzfs.spec.in89 %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 Dax_python_devel.m427 # 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 DCHANGELOG.md11 * Retain python 2 compatibility, factoring out the conversion functions.
13 * Restore python-2 compatibility.
H A DREADME.md10 python setup.py install
31 python setup.py test
/freebsd-13.1/contrib/subversion/
H A DMakefile.in92 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 Dconfigure.ac34 # 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 DChangeLog.md93 - 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 Dsphinx_intro.rst31 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 Dunbound.spec_fedora28 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 Dexample.conf942 python:
/freebsd-13.1/contrib/lib9p/pytest/
H A DMakefile1 PYTHON?=python

12345