Home
last modified time | relevance | path

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

12345678910>>...92

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode/
H A D0001-configure.ac-add-py-3.10-support.patch18 # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
20python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.…
21python-3.10-embed], [python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.…
H A Dpython39.patch18 # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
20python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3…
21python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.…
/OK3568_Linux_fs/buildroot/package/libsigrokdecode/
H A D0001-configure-ac-Add-support-for-Python-3-9.patch19 # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
21python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3…
22python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.…
/OK3568_Linux_fs/buildroot/package/python-rpi-gpio/
H A D0001-fix-build-with-gcc-10.x.patch5 diff -purN python-rpi-gpio.org/source/common.c python-rpi-gpio/source/common.c
6 --- python-rpi-gpio.org/source/common.c 2019-07-21 14:41:22.000000000 +0200
7 +++ python-rpi-gpio/source/common.c 2020-08-07 09:31:33.948575964 +0200
18 diff -purN python-rpi-gpio.org/source/common.h python-rpi-gpio/source/common.h
19 --- python-rpi-gpio.org/source/common.h 2019-07-21 14:41:22.000000000 +0200
20 +++ python-rpi-gpio/source/common.h 2020-08-07 09:31:33.948575964 +0200
45 diff -purN python-rpi-gpio.org/source/constants.c python-rpi-gpio/source/constants.c
46 --- python-rpi-gpio.org/source/constants.c 2019-07-21 14:41:22.000000000 +0200
47 +++ python-rpi-gpio/source/constants.c 2020-08-07 09:32:15.522196618 +0200
56 diff -purN python-rpi-gpio.org/source/constants.h python-rpi-gpio/source/constants.h
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-Do-not-use-the-shell-version-of-python-config-that-w.patch4 Subject: [PATCH] Do not use the shell version of python-config that was
7 Revert instead to the original python version: it has our tweaks and
21 @@ -1640,12 +1640,9 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh
22 …sed -e "s,@EXENAME@,$(BINDIR)/python$(LDVERSION)$(EXE)," < $(srcdir)/Misc/python-config.in >python
24 LC_ALL=C sed -e 's,\$$(\([A-Za-z0-9_]*\)),\$$\{\1\},g' < Misc/python-config.sh >python-config
25 - @ # On Darwin, always use the python version of the script, the shell
27 - @ # in python (_osx_support.py).
29 - cp python-config.py python-config; \
31 + @ # In OpenEmbedded, always use the python version of the script, the shell
33 + cp python-config.py python-config
H A D0001-Avoid-shebang-overflow-on-python-config.py.patch4 Subject: [PATCH 1/1] Avoid shebang overflow on python-config.py
13 [1] https://github.com/python/cpython/pull/93760#pullrequestreview-1005365737
22 @@ -1638,6 +1638,8 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh
25 …sed -e "s,@EXENAME@,$(BINDIR)/python$(LDVERSION)$(EXE)," < $(srcdir)/Misc/python-config.in >python
27 + sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' python-config.py
29 LC_ALL=C sed -e 's,\$$(\([A-Za-z0-9_]*\)),\$$\{\1\},g' < Misc/python-config.sh >python-config
30 @ # In OpenEmbedded, always use the python version of the script, the shell
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine/
H A D0002-Add-python3-build-support.patch36 - python = $$qtConfFindInPath("python2$$EXE_SUFFIX")
38 + python = $$qtConfFindInPath("python$$EXE_SUFFIX")
39 isEmpty(python) {
40 - qtLog("'python2$$EXE_SUFFIX' not found in PATH. Checking for 'python$$EXE_SUFFIX'.")
41 + qtLog("'python$$EXE_SUFFIX' not found in PATH. Checking for 'python$$EXE_SUFFIX'.")
42 python = $$qtConfFindInPath("python$$EXE_SUFFIX")
44 isEmpty(python) {
48 !isPythonVersionSupported($$python) {
55 + # Make tests.python.location available in configure.json.
56 $${1}.location = $$clean_path($$python)
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/
H A Dparallel_make.patch11 diff -ruN telepathy-python-0.15.19-orig/src/Makefile.am telepathy-python-0.15.19/src/Makefile.am
12 --- telepathy-python-0.15.19-orig/src/Makefile.am 2011-03-10 08:51:49.000000000 +0800
13 +++ telepathy-python-0.15.19/src/Makefile.am 2011-03-10 08:54:45.000000000 +0800
18 -_generated/interfaces.py: $(tools_dir)/python-interfaces-generator.xsl $(wildcard $(spec_dir)/*.xm…
19 +_generated/interfaces.py: _generated/__init__.py $(tools_dir)/python-interfaces-generator.xsl $(wi…
21 $(tools_dir)/python-interfaces-generator.xsl \
24 -_generated/constants.py: $(tools_dir)/python-constants-generator.xsl $(wildcard $(spec_dir)/*.xml)
25 +_generated/constants.py: _generated/__init__.py $(tools_dir)/python-constants-generator.xsl $(wild…
27 $(tools_dir)/python-constants-generator.xsl \
30 -_generated/errors.py: $(tools_dir)/python-errors-generator.xsl $(wildcard $(spec_dir)/*.xml)
[all …]
/OK3568_Linux_fs/buildroot/package/
H A DConfig.in483 source "package/dbus-python/Config.in"
911 menu "External python modules"
912 source "package/python-aenum/Config.in"
913 source "package/python-aioblescan/Config.in"
914 source "package/python-aiocoap/Config.in"
915 source "package/python-aioconsole/Config.in"
916 source "package/python-aiodns/Config.in"
917 source "package/python-aiofiles/Config.in"
918 source "package/python-aiohttp/Config.in"
919 source "package/python-aiohttp-cors/Config.in"
[all …]
H A Dpkg-python.mk66 --executable=/usr/bin/python
69 --install-headers=/usr/include/python$(PYTHON3_VERSION_MAJOR) \
97 --install-headers=/usr/include/python$(PYTHON3_VERSION_MAJOR) \
99 --executable=/usr/bin/python \
125 --interpreter=/usr/bin/python \
130 --purelib=$(TARGET_DIR)/usr/lib/python$(PYTHON3_VERSION_MAJOR)/site-packages \
131 --headers=$(TARGET_DIR)/usr/include/python$(PYTHON3_VERSION_MAJOR) \
137 --purelib=$(STAGING_DIR)/usr/lib/python$(PYTHON3_VERSION_MAJOR)/site-packages \
138 --headers=$(STAGING_DIR)/usr/include/python$(PYTHON3_VERSION_MAJOR) \
147 --installdir=$(HOST_DIR)/lib/python$(PYTHON3_VERSION_MAJOR)/site-packages
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/libqmi/files/
H A D0001-build-use-python3-everywhere.patch8 examples/simple-tester-python/simple-tester-python | 2 +-
16 -#!/usr/bin/env python
18 # -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
21 diff --git a/examples/simple-tester-python/simple-tester-python b/examples/simple-tester-python/sim…
23 --- a/examples/simple-tester-python/simple-tester-python
24 +++ b/examples/simple-tester-python/simple-tester-python
26 -#!/usr/bin/env python
28 # -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-twisted_22.2.0.bb98 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \
99 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \
100 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/twisted-completion.zsh \
124 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/*.so \
145 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python\
146 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/timeoutqueue.py* \
147 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/filepath.py* \
148 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/dxprofile.py* \
149 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/plugin.py* \
150 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/htmlizer.py* \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A D0001-Make-ptest-run-the-python-tests-if-python-is-enabled.patch4 Subject: [PATCH] Make ptest run the python tests if python is enabled
13 python/Makefile.am | 9 +++++++++
14 python/tests/Makefile.am | 10 ++++++++++
25 - cp -r $(srcdir)/python $(DESTDIR)
28 + $(MAKE) -C python install-ptest
32 diff --git a/python/Makefile.am b/python/Makefile.am
34 --- a/python/Makefile.am
35 +++ b/python/Makefile.am
44 + -e 's|^\(tests test:\) all|\1|' Makefile >$(DESTDIR)/python/Makefile
53 diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am
[all …]
/OK3568_Linux_fs/buildroot/package/python3/
H A Dpython3.mk10 PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION)
13 PYTHON3_CPE_ID_VENDOR = python
14 PYTHON3_CPE_ID_PRODUCT = python
207 cp $(@D)/Programs/_freeze_importlib $(HOST_DIR)/bin/python-freeze-importlib
220 cp $(HOST_DIR)/bin/python-freeze-importlib $(@D)/Programs/_freeze_importlib
231 rm -f $(TARGET_DIR)/usr/bin/python$(PYTHON3_VERSION_MAJOR)-config
232 rm -f $(TARGET_DIR)/usr/bin/python$(PYTHON3_VERSION_MAJOR)m-config
235 rm -f $(TARGET_DIR)/usr/lib/python$(PYTHON3_VERSION_MAJOR)/distutils/command/wininst*.exe
236 …for i in `find $(TARGET_DIR)/usr/lib/python$(PYTHON3_VERSION_MAJOR)/config-$(PYTHON3_VERSION_MAJOR…
240 rm -rf $(TARGET_DIR)/usr/lib/python$(PYTHON3_VERSION_MAJOR)/__pycache__/
[all …]
/OK3568_Linux_fs/buildroot/package/python-mwscrape2slob/
H A DConfig.in2 bool "python-mwscrape2slob"
3 depends on !BR2_BINFMT_FLAT # python-slob -> python-pyicu -> icu
4 depends on BR2_HOST_GCC_AT_LEAST_4_9 # python-slob -> python-pyicu -> icu
5 depends on BR2_INSTALL_LIBSTDCPP # python-slob -> python-pyicu -> icu
6 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # python-slob -> python-pyicu -> icu
19 comment "python-mwscrape2slob needs a toolchain w/ C++, gcc >= 4.9, host gcc >= 4.9"
/OK3568_Linux_fs/buildroot/package/suricata/
H A D0001-python-ensure-proper-shabang-on-python-scripts.patch4 Subject: [PATCH] python: ensure proper shabang on python scripts
6 When instlling python scripts, distutils would use the python used to
11 Instead, using '/usr/bin/env python' is guaranteed to find the proper
12 python in the PATH, so we need to instruct setyup.py to use that as the
24 python/Makefile.am | 4 ++--
27 diff --git a/python/Makefile.am b/python/Makefile.am
29 --- a/python/Makefile.am
30 +++ b/python/Makefile.am
36 + $(HAVE_PYTHON) setup.py build -e "/usr/bin/env python" --build-base "$(abs_builddir)"
41 + $(HAVE_PYTHON) setup.py build -e "/usr/bin/env python" --build-base "$(abs_builddir)" \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3_3.10.9.bb2 HOMEPAGE = "http://www.python.org"
5 SECTION = "devel/python"
9 SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
19 file://0001-Do-not-use-the-shell-version-of-python-config-that-w.patch \
20 file://python-config.patch \
37 file://0001-Avoid-shebang-overflow-on-python-config.py.patch \
43 file://0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch \
49 # exclude pre-releases for both python 2.x and 3.x
51 UPSTREAM_CHECK_URI = "https://www.python.org/downloads/source/"
53 CVE_PRODUCT = "python"
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rrdtool/
H A Drrdtool_1.8.0.bb29 PACKAGECONFIG[python] = "--enable-python=yes \
30 am_cv_python_pythondir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages \
31 am_cv_python_pyexecdir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages,\
32 --disable-python,python,"
70 #python
72 PYTHON_INCLUDES="-I=/usr/include/python${PYTHON_BASEVERSION}"' \
79 #modify python sitepkg
83 sed -i -e "s:python/setup.py install:python/setup.py install \
104 PACKAGES =+ "${PN}-perl ${PN}-python"
123 DESCRIPTION:${PN}-python = \
[all …]
/OK3568_Linux_fs/buildroot/package/python-networkmanager/
H A DConfig.in2 bool "python-networkmanager"
4 depends on BR2_USE_WCHAR # dbus-python
5 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus-python
6 depends on BR2_PACKAGE_DBUS # dbus-python
10 python-networkmanager wraps NetworkManagers D-Bus interface
12 from python. All interfaces have been wrapped in classes,
13 properties are exposed as python properties and function
16 https://pypi.python.org/pypi/python-networkmanager/
/OK3568_Linux_fs/buildroot/
H A DDEVELOPERS122 F: package/python-docopt/
137 F: package/python-backports-shutil-get-terminal-size/
138 F: package/python-decorator/
139 F: package/python-ipython-genutils/
140 F: package/python-pathlib2/
141 F: package/python-pickleshare/
142 F: package/python-scandir/
143 F: package/python-simplegeneric/
144 F: package/python-systemd/
145 F: package/python-traitlets/
[all …]
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-python.txt10 [[python-package-tutorial]]
12 ==== +python-package+ tutorial
20 03: # python-foo
25 08: PYTHON_FOO_SOURCE = python-foo-$(PYTHON_FOO_VERSION).tar.xz
33 16: $(eval $(python-package))
56 Finally, on line 16, we invoke the +python-package+ macro that
60 [[python-package-reference]]
62 ==== +python-package+ reference
65 named +python-<something>+ in Buildroot. Other packages that use the
76 whole "External python modules" menu.
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gpgme/gpgme/
H A D0007-python-Add-variables-to-tests.patch4 Subject: [PATCH 7/7] python: Add variables to tests
6 * configure.ac, lang/python/Makefile.am:
7 New variable to `lang/python', set to `lang/python' if RUN_LANG_PYTHON_TESTS
16 lang/python/Makefile.am | 3 +++
28 +AC_ARG_ENABLE(lang-python-test,
29 + AC_HELP_STRING([--disable-lang-python-test], [disable Python regression test]),
35 diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
37 --- a/lang/python/Makefile.am
38 +++ b/lang/python/Makefile.am
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/
H A Dadd-missing-python-include-dir-for-cross.patch4 Subject: [PATCH] setup.py.in: add missing python include dir for cross
11 python/Makefile.am | 2 +-
12 python/setup.py.in | 3 ++-
15 diff --git a/python/Makefile.am b/python/Makefile.am
17 --- a/python/Makefile.am
18 +++ b/python/Makefile.am
28 diff --git a/python/setup.py.in b/python/setup.py.in
30 --- a/python/setup.py.in
31 +++ b/python/setup.py.in
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/
H A Dlibxml2_2.9.14.bb20 file://python-sitepackages-dir.patch \
21 file://0001-Make-ptest-run-the-python-tests-if-python-is-enabled.patch \
39 PACKAGECONFIG ??= "python \
42 PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3"
47 inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3targetconfig', '', d)}
49 …AGECONFIG', 'python', 'libgcc python3-core python3-logging python3-shell python3-stringold python…
51 RDEPENDS:${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}"
68 python populate_packages:prepend () {
75 PACKAGES += "${PN}-python"
80 FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A D0001-automake-Update-for-python.m4-to-respect-libdir.patch4 Subject: [PATCH] automake: Update for python.m4 to respect libdir
15 m4/python.m4 | 24 ++++++------------------
18 diff --git a/m4/python.m4 b/m4/python.m4
20 --- a/m4/python.m4
21 +++ b/m4/python.m4
43 + am_cv_python_pythondir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"`
51 - *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
52 + *) am_cv_python_pythondir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages
68 + am_cv_python_pyexecdir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"`
76 - *) am_cv_python_pyexecdir="\${PYTHON_EXEC_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
[all …]

12345678910>>...92