Home
last modified time | relevance | path

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

12345

/freebsd-12-stable/contrib/file/magic/Magdir/
Dpython3 # $File: python,v 1.45 2022/07/24 23:59:37 christos Exp $
4 # python: file(1) magic for python
13 0 belong 0x02099900 python 1.0 byte-compiled
14 !:mime application/x-bytecode.python
15 0 belong 0x03099900 python 1.1/1.2 byte-compiled
16 !:mime application/x-bytecode.python
17 0 belong 0x892e0d0a python 1.3 byte-compiled
18 !:mime application/x-bytecode.python
19 0 belong 0x04170d0a python 1.4 byte-compiled
20 !:mime application/x-bytecode.python
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h384 python::PythonModule &GetMainModule();
386 python::PythonDictionary &GetSessionDictionary();
388 python::PythonDictionary &GetSysModuleDictionary();
396 python::PythonObject &save_file, const char *mode);
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;
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/python/
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-12-stable/contrib/ldns/packaging/fedora/
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-12-stable/contrib/unbound/
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])
34 # on Debian 10, for python 2.7 and 3.7. So, we check the version,
132 AC_MSG_CHECKING([consistency of all components of python development environment])
153 Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
/freebsd-12-stable/contrib/ldns/
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-12-stable/contrib/subversion/
DMakefile.in92 swig_pydir = @libdir@/svn-python/libsvn
93 swig_pydir_extra = @libdir@/svn-python/svn
151 SWIG_PY_INCLUDES = @SWIG_PY_INCLUDES@ @SVN_PY3C_INCLUDES@ -I$(SWIG_SRC_DIR)/python/libsvn_swig_py
169 CTYPES_PYTHON_SRC_DIR = $(abs_srcdir)/subversion/bindings/ctypes-python
348 for i in $(abs_srcdir)/subversion/bindings/swig/python/svn/*.py; do \
351 for i in $(abs_srcdir)/subversion/bindings/swig/python/*.py; do \
355 for i in $(abs_builddir)/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
[all …]
/freebsd-12-stable/sys/contrib/libsodium/test/default/
Dnacl-test-wrapper.sh24 command -v python >/dev/null 2>&1 || {
35 exec python "$SEL_LDR" "$exe"
/freebsd-12-stable/contrib/file/python/
DCHANGELOG.md11 * Retain python 2 compatibility, factoring out the conversion functions.
13 * Restore python-2 compatibility.
DREADME.md10 python setup.py install
31 python setup.py test
/freebsd-12-stable/contrib/googletest/googletest/
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-12-stable/contrib/libucl/
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-12-stable/contrib/llvm-project/lld/docs/
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
Dgetting_started.rst29 .. _Python 2.4: http://python.org/download/
64 .. _Python 2.4: http://python.org/download/
/freebsd-12-stable/release/
DMakefile.gce51 lang/python
54 env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/lang/python BATCH=1 all install clean
/freebsd-12-stable/contrib/unbound/contrib/
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-12-stable/contrib/unbound/doc/
Dexample.conf942 python:
/freebsd-12-stable/contrib/apr/
Dapr.spec13 BuildRequires: autoconf, libtool, doxygen, libuuid-devel, python
93 - build depends on python
/freebsd-12-stable/
D.gitattributes5 *.py diff=python
D.arclint4 "python": {
/freebsd-12-stable/contrib/file/
DMakefile.am6 SUBDIRS = src magic tests doc python subdir
/freebsd-12-stable/contrib/googletest/googlemock/
Dconfigure.ac29 # 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-stable/tools/debugscripts/
Dkgdb63 python $kld_debpy "$kernsrc" "$core" $@ > "$tmpfile" &&
/freebsd-12-stable/contrib/bc/tests/
Dhistory.sh44 py=$(command -v python)
/freebsd-12-stable/crypto/openssl/apps/
Dct_log_list.cnf8 # https://github.com/google/certificate-transparency/blob/master/python/utilities/log_list/pr…

12345