Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:pip (Results 1 – 25 of 102) sorted by relevance

12345

/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-pip_25.1.1.bb2 HOMEPAGE = "https://pypi.org/project/pip"
4 LICENSE = "MIT & Apache-2.0 & MPL-2.0 & LGPL-2.1-only & BSD-3-Clause & PSF-2.0 & BSD-2-Clause"
6 … file://src/pip/_vendor/cachecontrol/LICENSE.txt;md5=6572692148079ebbbd800be4b9f36c6d \
7 file://src/pip/_vendor/certifi/LICENSE;md5=11618cb6a975948679286b1211bd573c \
8 … file://src/pip/_vendor/distlib/LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc \
9 file://src/pip/_vendor/distro/LICENSE;md5=d2794c0df5b907fdace235a619d80314 \
10 file://src/pip/_vendor/idna/LICENSE.md;md5=204c0612e40a4dd46012a78d02c80fb1 \
11 file://src/pip/_vendor/msgpack/COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751 \
12 file://src/pip/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \
13 … file://src/pip/_vendor/pkg_resources/LICENSE;md5=141643e11c48898150daa83802dbc65f \
[all …]
H A Dpython3-setuptools-scm_8.2.1.bb2 HOMEPAGE = "https://pypi.org/project/setuptools-scm/"
16 DEPENDS += "python3-packaging-native python3-typing-extensions-native"
19 python3-packaging \
20 python3-pip \
21 python3-pyparsing \
22 python3-setuptools \
23 python3-typing-extensions \
26 RDEPENDS:${PN}:append:class-target = " \
27 python3-debugger \
28 python3-json \
H A Dpython3-maturin_1.8.3.bb1 SUMMARY = "Build and publish crates with pyo3, rust-cpython, cffi bindings and rust binaries as pyt…
4 LICENSE = "MIT | Apache-2.0"
5 LIC_FILES_CHKSUM = "file://license-apache;md5=1836efb2eb779966696f473ee8540542 \
6 file://license-mit;md5=85fd3b67069cff784d98ebfc7d5c0797"
8 SRC_URI += "file://0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch;patchdir=${CARGO…
11 S = "${WORKDIR}/maturin-${PV}"
13 CFLAGS += "-ffile-prefix-map=${CARGO_HOME}=${TARGET_DBGSRC_DIR}/cargo_home"
16 python3-setuptools-rust-native \
17 python3-semantic-version-native \
18 python3-setuptools-rust \
[all …]
/openbmc/qemu/tests/lcitool/
H A Dmappings.yml16 python3:
17 OpenSUSELeap15: python311-base
19 python3-PyYAML:
22 python3-devel:
23 OpenSUSELeap15: python311-devel
25 python3-docutils:
28 python3-numpy:
31 python3-opencv:
34 python3-pillow:
37 python3-pip:
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip/
H A Dno_shebang_mangling.patch4 Subject: [PATCH] python3-pip: Don't change shebang
6 Patch pip to disable shebang mangling and also force the python executable
7 to be python3 from the environment when building anything for the target
10 Upstream-Status: Inappropriate [OE specific config]
11 ---
12 src/pip/_vendor/distlib/scripts.py | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
15 diff --git a/src/pip/_vendor/distlib/scripts.py b/src/pip/_vendor/distlib/scripts.py
17 --- a/src/pip/_vendor/distlib/scripts.py
18 +++ b/src/pip/_vendor/distlib/scripts.py
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0006-Use-python3-and-pip3-instead-of-python-and-pip.patch3 Date: Tue, 19 Mar 2019 13:38:44 -0700
4 Subject: [PATCH 6/7] Use python3 and pip3 instead of python and pip
6 Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
7 Upstream-Status: Inappropriate [embedded specific]
8 ---
9 bin/mycroft-cli-client | 2 +-
10 bin/mycroft-pip | 2 +-
11 bin/mycroft-say-to | 2 +-
12 bin/mycroft-skill-testrunner | 4 ++--
13 bin/mycroft-speak | 2 +-
[all …]
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-qemu-robot-docker.sh1 #!/bin/bash -xe
9 # PIP_MIRROR: <optional, the URL of a PIP mirror>
16 # default is openbmc/ubuntu-robot-qemu
19 set -uo pipefail
21 http_proxy=${http_proxy:-}
23 DOCKER_IMG_NAME=${1:-"openbmc/ubuntu-robot-qemu"}
24 DISTRO=${2:-"ubuntu:plucky"}
25 UBUNTU_MIRROR=${UBUNTU_MIRROR:-""}
26 PIP_MIRROR=${PIP_MIRROR:-""}
27 docker_reg=${DOCKER_REG:-"public.ecr.aws/ubuntu"}
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/
H A Dmycroft_19.8.1.bb6 LICENSE = "Apache-2.0"
10 SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master;protocol=https \
11 file://0001-Remove-python-venv.patch \
12 file://0002-dev_setup.sh-Remove-the-git-dependency.patch \
13 file://0003-dev_setup.sh-Remove-the-TERM-dependency.patch \
14 file://0004-dev_setup.sh-Ignore-missing-package-manager.patch \
15 file://0005-pip-requirements-Don-t-install-requirements-with-pip.patch \
16 file://0006-Use-python3-and-pip3-instead-of-python-and-pip.patch \
17 file://0007-mycroft.conf-Use-pocketsphinx-by-default.patch \
19 file://mycroft-setup.service \
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-xstatic-font-awesome_6.2.1.1.bb1 DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip."
2 HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome"
4 LICENSE = "Apache-2.0"
5 LIC_FILES_CHKSUM = "file://PKG-INFO;md5=f1a2fe131dcb2fc6243c26cf05ecdb36"
7 PYPI_PACKAGE = "XStatic-Font-Awesome"
13 python3-xstatic \
14 python3-pip \
H A Dpython3-twitter_4.15.0.bb5 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=9;endline=9;md5=8227180126797a0148f94f483f3e1489"
14 python3-pip \
15 python3-pysocks \
16 python3-requests \
17 python3-requests-oauthlib \
18 python3-six \
H A Dpython3-wtforms_3.2.1.bb4 LICENSE = "BSD-3-Clause"
13 python3-pip-native \
14 python3-babel-native \
18 python3-netserver \
19 python3-numbers \
20 python3-markupsafe \
H A Dpython3-execnet_2.1.1.bb4 SUMMARY = "execnet: rapid multi-Python deployment"
10 python3-pip-native \
11 python3-hatch-vcs-native \
16 inherit ptest-python-pytest pypi python_hatchling
20 RDEPENDS:${PN} += "python3-core python3-crypt python3-ctypes python3-fcntl python3-io python3-shell…
H A Dpython3-tox_4.26.0.bb1 # SPDX-License-Identifier: MIT
2 # Copyright (C) 2023 iris-GmbH infrared & intelligent sensors
15 python3-hatch-vcs-native \
19 python3-cachetools \
20 python3-chardet \
21 python3-colorama \
22 python3-filelock \
23 python3-packaging \
24 python3-platformdirs \
25 python3-pluggy \
[all …]
H A Dpython3-rlp_4.1.0.bb11 DEPENDS += "python3-pip-native"
14 python3-eth-utils \
15 python3-typing-extensions \
H A Dpython3-flask-xstatic_0.0.1.bb2 LICENSE = "BSD-2-Clause"
7 SRC_URI += "file://remove-pip-requires.patch"
9 PYPI_PACKAGE = "Flask-XStatic"
13 python3-flask \
14 python3-xstatic \
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A Dfreebsd-14.vars1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool variables freebsd-14 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
13 PIP3='/usr/local/bin/pip'
14-lib bash bison bzip2 ca_root_nss capstone4 ccache4 cmocka ctags curl cyrus-sasl dbus diffutils dt…
16 PYTHON='/usr/local/bin/python3'
/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/
H A Dubuntu_essential.sh1-get install build-essential chrpath cpio debianutils diffstat file gawk gcc git iputils-ping liba…
H A Dopensuse_essential.sh1-c++ git gzip hostname libacl1 lz4 make makeinfo patch python python-curses python-xml python3 pyt…
H A Dfedora_essential.sh1-c++ git glibc-devel glibc-langpack-en gzip hostname libacl lz4 make patch perl perl-Data-Dumper p…
H A Dalmalinux_essential.sh1 sudo dnf install -y epel-release
2 sudo yum install dnf-plugins-core
3 sudo dnf config-manager --set-enabled crb
5-c++ git glibc-devel glibc-langpack-en gzip libacl lz4 make patch perl perl-Data-Dumper perl-Text-
/openbmc/qemu/tests/vm/generated/
H A Dfreebsd.json8 "pip3": "/usr/local/bin/pip",
10 "alsa-lib",
20 "cyrus-sasl",
25 "fusefs-libs3",
32 "gtk-vnc",
34 "json-c",
38 "libjpeg-turbo",
41 "libspice-server",
55 "py311-numpy",
56 "py311-pillow",
[all …]
/openbmc/qemu/tests/docker/dockerfiles/
H A Dpython.docker10 python3 \
11 python3-pip \
12 python3-tox \
13 python3-virtualenv \
14 python3.10 \
15 python3.11 \
16 python3.12 \
17 python3.13 \
18 python3.9
20 RUN dnf install -y $PACKAGES
[all …]
/openbmc/sdbusplus/
H A DREADME.md5 1. A C++ library (libsdbusplus) for interacting with D-Bus, built on top of the
6 sd-bus library from systemd.
8 D-Bus-based applications.
12 The sdbusplus library requires sd-bus, which is contained in libsystemd.
30 `-Dtests=disabled` and `-Dexamples=disabled` respectively to `meson`.
42 The sdbusplus library builds on top of the [sd-bus] library to create a modern
43 C++ API for D-Bus. The library attempts to be as lightweight as possible,
44 usually compiling to exactly the sd-bus API calls that would have been
45 necessary, while also providing compile-time type-safety and memory leak
65 In a few, relatively succinct, C++ lines this snippet will create a D-Bus
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/
H A Dpython3-wxgtk4_4.2.2.bb1 DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit."
4 LICENSE = "LGPL-2.0-only & WXwindows & BSD-2-Clause"
7 DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \
14 SRC_URI += "file://add-back-option-build-base.patch \
15 file://wxgtk-fixup-build-scripts.patch \
16 file://not-overwrite-cflags-cxxflags.patch \
17 file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \
21 S = "${WORKDIR}/wxPython-${PV}"
27 …ort WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --
30 python3-difflib \
[all …]
/openbmc/qemu/python/
H A Dsetup.py1 #!/usr/bin/env python3
4 Copyright (c) 2020-2021 John Snow for Red Hat, Inc.
18 CLI option will invoke the deprecated bdist_egg hook. "pip install"
24 'Please use `pip install .` instead.'
33 # https://medium.com/@daveshawley/safely-using-setup-cfg-for-metadata-1babbe54c108

12345