| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ | 
| H A D | python3-manifest.json | 5 # target and native Python packages are the same, and it also needs to be executed9 # upgrading to a new Python version or adding a new package.
 22 #         "files": ["${libdir}/python${PYTHON_MAJMIN}/lib-dynload/webbrowser.py"],
 24 #         "summary": "Python Web Browser support"}
 31 #         "files": ["${libdir}/python${PYTHON_MAJMIN}/webbrowser.py"],
 33 #         "summary": "Python Web Browser support"}
 36 # If you are upgrading Python to a new version please follow the next steps:
 37 #     After each Python upgrade, the create_manifest task should be executed, because we
 38 #     don't control what changes on upstream Python, so, some module dependency
 44 #     - Upgrade both the native and target Python packages to a new version
 [all …]
 
 | 
| H A D | 0001-Avoid-shebang-overflow-on-python-config.py.patch | 4 Subject: [PATCH] Avoid shebang overflow on python-config.py13 [1] https://github.com/python/cpython/pull/93760#pullrequestreview-1005365737
 22 @@ -2578,6 +2578,8 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh
 25  	sed -e "s,@EXENAME@,$(EXENAME)," < $(srcdir)/Misc/python-config.in >python-config.py
 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  	@ # On Darwin, always use the python version of the script, the shell
 
 | 
| /openbmc/openbmc-tools/sensor_yaml_config/ | 
| H A D | sensor_map.yaml | 1 ? !!python/tuple3   - !!python/tuple [org.open_power.OCC.Status]
 5 ? !!python/tuple
 7   - !!python/tuple [org.open_power.OCC.Status]
 9 ? !!python/tuple
 11   - !!python/tuple [xyz.openbmc_project.Object.Enable]
 13 ? !!python/tuple
 15   - !!python/tuple [
 20 ? !!python/tuple
 22   - !!python/tuple [
 [all …]
 
 | 
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode/ | 
| H A D | 0001-configure.ac-add-py-3.10-support.patch | 18  # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build20 …python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.…
 21 …python-3.13-embed], [python-3.12-embed], [python-3.11-embed], [python-3.10-embed], [python-3.9-emb…
 23  	[AC_MSG_ERROR([Cannot find Python 3 development headers.])])
 
 | 
| H A D | python39.patch | 4 Subject: [PATCH] configure.ac: Add support for Python 3.9.18  # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
 20 …python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3…
 21 …python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.…
 23  	[AC_MSG_ERROR([Cannot find Python 3 development headers.])])
 
 | 
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ | 
| H A D | 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch | 4 Subject: [PATCH] qemu: Ensure pip and the python venv aren't used for meson6 Qemu wants to use a supported python version and a specific meson version
 35 @@ -969,14 +969,14 @@ python="$(command -v "$python")"
 36  echo "python determined to be '$python'"
 37  echo "python version: $($python --version)"
 39 -python="$($python -B "${source_path}/python/scripts/mkvenv.py" create pyvenv)"
 40 +python=python3
 42      error_exit "python venv creation failed"
 46  python="$python -B"
 47 -mkvenv="$python ${source_path}/python/scripts/mkvenv.py"
 
 | 
| /openbmc/qemu/tests/qemu-iotests/ | 
| H A D | 036 | 57 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 6360 $PYTHON qcow2.py "$TEST_IMG" del-header-ext 0x6803f857
 62 $PYTHON qcow2.py "$TEST_IMG" dump-header-exts
 66 printf "\x00\x3f%s" "Test feature" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
 73 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 61
 74 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 62
 75 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 63
 78 $PYTHON qcow2.py "$TEST_IMG" del-header-ext 0x6803f857
 82 printf "\x00\x3f%s" "Test feature" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
 86 $PYTHON qcow2.py "$TEST_IMG" del-header-ext 0x6803f857
 [all …]
 
 | 
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/ | 
| H A D | parallel_make.patch | 11 diff -ruN telepathy-python-0.15.19-orig/src/Makefile.am telepathy-python-0.15.19/src/Makefile.am12 --- 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 …]
 
 | 
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ | 
| H A D | python3_3.13.3.bb | 1 SUMMARY = "The Python Programming Language"2 HOMEPAGE = "http://www.python.org"
 3 DESCRIPTION = "Python is a programming language that lets you work more quickly and integrate your …
 5 SECTION = "devel/python"
 9 SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
 24            file://0001-Avoid-shebang-overflow-on-python-config.py.patch \
 41 # exclude pre-releases for both python 2.x and 3.x
 44 CVE_PRODUCT = "python cpython"
 56 S = "${WORKDIR}/Python-${PV}"
 65 ALTERNATIVE_LINK_NAME[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config"
 [all …]
 
 | 
| /openbmc/openbmc/poky/meta/files/common-licenses/ | 
| H A D | Python-2.0.1 | 1 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 24 1. This LICENSE AGREEMENT is between the Python Software Foundation
 6 otherwise using this software ("Python") in source or binary form and
 12 distribute, and otherwise use Python alone or in any derivative version,
 15 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation;
 16 All Rights Reserved" are retained in Python alone or in any derivative version
 20 or incorporates Python or any part thereof, and wants to make
 23 the changes made to Python.
 25 4. PSF is making Python available to Licensee on an "AS IS"
 29 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
 [all …]
 
 | 
| H A D | Python-2.0 | 2 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 25 1. This LICENSE AGREEMENT is between the Python Software Foundation
 7 otherwise using this software ("Python") in source or binary form and
 13 prepare derivative works, distribute, and otherwise use Python
 16 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
 17 Reserved" are retained in Python alone or in any derivative version
 21 or incorporates Python or any part thereof, and wants to make
 24 the changes made to Python.
 26 4. PSF is making Python available to Licensee on an "AS IS"
 30 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
 [all …]
 
 | 
| H A D | PSF-2.0 | 2 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 25 1. This LICENSE AGREEMENT is between the Python Software Foundation
 7 otherwise using this software ("Python") in source or binary form and
 13 prepare derivative works, distribute, and otherwise use Python
 16 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
 17 Reserved" are retained in Python alone or in any derivative version
 21 or incorporates Python or any part thereof, and wants to make
 24 the changes made to Python.
 26 4. PSF is making Python available to Licensee on an "AS IS"
 30 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
 [all …]
 
 | 
| H A D | CNRI-Python | 5 BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR OTHERWISE USING PYTHON …7 …Python 1.6, beta 1 software in source or binary form and its associated documentation, as released…
 9 …nd otherwise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs Li…
 11 …ment, Licensee may substitute the following text (omitting the quotes): "Python 1.6, beta 1, is ma…
 13 …Python 1.6b1 or any part thereof, and wants to make the derivative work available to the public as…
 15 …Python 1.6b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIE…
 17 …QUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERI…
 23 …PT" button where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee ag…
 
 | 
| H A D | CNRI-Python-GPL-Compatible | 5 BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR OTHERWISE USING PYTHON …7 …he Individual or Organization ("Licensee") accessing and otherwise using Python 1.6.1 software in …
 9 …Python 1.6.1 alone or in any derivative version, provided, however, that CNRI's License Agreement …
 11 …Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as pro…
 13 …Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIE…
 15 …RS OF PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MO…
 19 … Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorpo…
 21 …PT" button where indicated, or by copying, installing or otherwise using Python 1.6.1, Licensee ag…
 
 | 
| /openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ | 
| H A D | 0002-automake-Update-for-python.m4-to-respect-libdir.patch | 4 Subject: [PATCH 2/6] automake: Update for python.m4 to respect libdir15  m4/python.m4 | 32 ++++++--------------------------
 18 diff --git a/m4/python.m4 b/m4/python.m4
 20 --- a/m4/python.m4
 21 +++ b/m4/python.m4
 23      [am_cv_python_version=`$PYTHON -c "import sys; print ('%u.%u' % sys.version_info[[:2]])"`])
 29    dnl to know which OS platform Python thinks this is.
 35 -   am_cv_python_pythondir=`$PYTHON -c "
 47 +   am_cv_python_pythondir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"`
 55 -       *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
 [all …]
 
 | 
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ | 
| H A D | python3-schedutils_0.6.bb | 1 DESCRIPTION = "Python interface for the Linux scheduler functions etc."2 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/python/python-schedutils/python-schedutils.git/"
 3 SECTION = "devel/python"
 7 SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-schedutils/python-schedutils.git;branch=…
 
 | 
| H A D | python3-linux-procfs_0.7.3.bb | 1 DESCRIPTION = "Python classes to extract information from the Linux kernel /proc files."2 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/"
 3 SECTION = "devel/python"
 7 SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git;bra…
 
 | 
| /openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/ | 
| H A D | 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch | 4 Subject: [PATCH] Do not hardocode paths to perl/python in scripts.31 -#!@PYTHON@
 33  # -*- python; coding: utf-8 -*-
 41 -#!@PYTHON@
 51 -#!@PYTHON@
 53  # -*- python -*-
 61 -#!@PYTHON@
 63  # -*- python; coding: utf-8 -*-
 71 -#!@PYTHON@
 73  # -*- python; coding: utf-8 -*-
 [all …]
 
 | 
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/ | 
| H A D | python3-distutils-extra_2.39.bb | 1 SUMMARY = "python-distutils extension"2 DESCRIPTION = "python-distutils extension integrating gettext support, themed icons and scrollkeepe…
 3 HOMEPAGE = "https://launchpad.net/python-distutils-extra"
 4 SECTION = "devel/python"
 8 SRC_URI = "https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/python-distutils-extr…
 13 S = "${WORKDIR}/python-distutils-extra-${PV}"
 
 | 
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/ | 
| H A D | 0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch | 4 Subject: [PATCH] python-lttngust/Makefile.am: Add --install-lib to setup.py13  src/python-lttngust/Makefile.am | 2 +-
 16 diff --git a/src/python-lttngust/Makefile.am b/src/python-lttngust/Makefile.am
 18 --- a/src/python-lttngust/Makefile.am
 19 +++ b/src/python-lttngust/Makefile.am
 20 @@ -45,7 +45,7 @@ install-exec-local: build-python-bindings.stamp
 24 -	$(PYTHON) $(builddir)/setup.py install $(PY_INSTALL_OPTS) $$opts;
 25 +	$(PYTHON) $(builddir)/setup.py install $(PY_INSTALL_OPTS) $$opts --install-lib=$(pythondir);
 
 | 
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/ | 
| H A D | 0001-Use-setuptools-instead-of-distutils.patch | 6 distutils is removed from Python 3.12+:7 https://peps.python.org/pep-0632/
 13  python/Makefile.am   |  2 +-
 14  python/setup.py.in   |  6 +++---
 38 -# by default, not the Python-bundled one. To run the Python's standard library
 49 diff --git a/python/Makefile.am b/python/Makefile.am
 51 --- a/python/Makefile.am
 52 +++ b/python/Makefile.am
 62 diff --git a/python/setup.py.in b/python/setup.py.in
 64 --- a/python/setup.py.in
 [all …]
 
 | 
| /openbmc/qemu/.gitlab-ci.d/ | 
| H A D | static_checks.yml | 4   image: python:3.10-alpine18   image: python:3.10-alpine
 26 check-python-minreqs:
 29   image: $CI_REGISTRY_IMAGE/qemu/python:$QEMU_CI_CONTAINER_TAG
 31     - make -C python check-minreqs
 35     job: python-container
 37 check-python-tox:
 40   image: $CI_REGISTRY_IMAGE/qemu/python:$QEMU_CI_CONTAINER_TAG
 42     - make -C python check-tox
 48     job: python-container
 
 | 
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/ | 
| H A D | 0001-Fix-error.patch | 9  swig/python/CMakeLists.txt | 2 +-12 diff --git a/swig/python/CMakeLists.txt b/swig/python/CMakeLists.txt
 14 --- a/swig/python/CMakeLists.txt
 15 +++ b/swig/python/CMakeLists.txt
 19     COMMAND ${CMAKE_COMMAND} -E echo_append "Creating wrapper code for Python ..."
 20 -   COMMAND ${SWIG_EXECUTABLE} -python -Wall -threads -features autodoc -o ${SWIG_OUTPUT} -outdir $…
 21 +   COMMAND ${SWIG_EXECUTABLE} -python -Wall -threads -features autodoc -o ${SWIG_OUTPUT} -outdir $…
 
 | 
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ | 
| H A D | 0006-Use-python3-and-pip3-instead-of-python-and-pip.patch | 4 Subject: [PATCH 6/7] Use python3 and pip3 instead of python and pip26 -python -m mycroft.client.text $@
 48 -output=$(python -m mycroft.messagebus.send "recognizer_loop:utterance"  "{\"utterances\": [\"$data…
 58 -    python -m test.integrationtests.skills.runner .
 61 -    python -m test.integrationtests.skills.runner $@
 73 -output=$(python -m mycroft.messagebus.send "speak"  "{\"utterance\": \"$data\"}")
 83 -    if [[ $param == 'python' ]] ; then
 91      if [[ $var == '-p' || $var == '--python' ]] ; then
 92 -        param='python'
 101 -PYTHON=$(python -c "import sys;print('python{}.{}'.format(sys.version_info[0], sys.version_info[1]…
 [all …]
 
 | 
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/ | 
| H A D | rrdtool_1.9.0.bb | 31 PACKAGECONFIG[python] = "--enable-python=yes \32 am_cv_python_pythondir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages \
 33 am_cv_python_pyexecdir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages,\
 34 --disable-python,python,"
 78     #python
 80     PYTHON_INCLUDES="-I=/usr/include/python${PYTHON_BASEVERSION}"' \
 87     #modify python sitepkg
 91     sed -i -e "s:python/setup.py install:python/setup.py install \
 117 PACKAGES =+ "${PN}-perl ${PN}-python"
 136 DESCRIPTION:${PN}-python = \
 [all …]
 
 |