Home
last modified time | relevance | path

Searched full:pip (Results 1 – 25 of 147) sorted by relevance

123456

/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-pip_25.1.1.bb2 HOMEPAGE = "https://pypi.org/project/pip"
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 \
14 … file://src/pip/_vendor/platformdirs/LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a \
[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
12 src/pip/_vendor/distlib/scripts.py | 4 +++-
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
/openbmc/openbmc-test-automation/docs/
H A Dgui_setup_reference.md45 The recommended installation method is using pip:
48 pip install --upgrade robotframework
49 pip install --upgrade robotframework-seleniumlibrary
50 pip install --upgrade xvfbwrapper
51 pip install --upgrade robotframework-xvfb
52 pip install --upgrade robotframework-angularjs
H A Dcode_standards_check.md14 $ pip install codespell
30 $ pip install –upgrade robotframework-lint
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-qemu-robot-docker.sh9 # PIP_MIRROR: <optional, the URL of a PIP mirror>
41 PIP_MIRROR_CMD="RUN mkdir -p \${HOME}/.pip && \
42 echo \"[global]\" > \${HOME}/.pip/pip.conf && \
43 echo \"index-url=${PIP_MIRROR}\" >> \${HOME}/.pip/pip.conf &&\
44 echo \"[install]\" >> \${HOME}/.pip/pip.conf &&\
45 echo \"trusted-host=${PIP_HOSTNAME}\" >> \${HOME}/.pip/pip.conf"
93 python3-pip \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0006-Use-python3-and-pip3-instead-of-python-and-pip.patch4 Subject: [PATCH 6/7] Use python3 and pip3 instead of python and pip
10 bin/mycroft-pip | 2 +-
28 diff --git a/bin/mycroft-pip b/bin/mycroft-pip
30 --- a/bin/mycroft-pip
31 +++ b/bin/mycroft-pip
35 # Install pip packages within the Mycroft venv
36 -pip $@
H A D0001-Remove-python-venv.patch7 python and pip pacakges.
28 - $opt_python -m venv "${VIRTUALENV_ROOT}/" --without-pip
29 - # Force version of pip for reproducability, but there is nothing special
32 - curl https://bootstrap.pypa.io/3.3/get-pip.py | "${VIRTUALENV_ROOT}/bin/python" - 'pip==18.0.0'
33 - # Function status depending on if pip exists
34 - [[ -x ${VIRTUALENV_ROOT}/bin/pip ]]
79 if ! pip install -r requirements.txt ; then
H A D0005-pip-requirements-Don-t-install-requirements-with-pip.patch4 Subject: [PATCH 5/7] pip requirements: Don't install requirements with pip
25 -if ! pip install -r requirements.txt ; then
33 -if ! pip install -r test-requirements.txt ; then
/openbmc/qemu/tests/lcitool/
H A Dmappings.yml37 python3-pip:
38 OpenSUSELeap15: python311-pip
69 OpenSUSELeap15: python311-pip
/openbmc/qemu/python/scripts/
H A Dmkvenv.py92 # Try to load distlib, with a fallback to pip's vendored version.
100 # Reach into pip's cookie jar. pylint and flake8 don't understand
102 from pip._vendor import distlib
103 import pip._vendor.distlib.scripts # noqa, pylint: disable=unused-import
107 # pip 25.2 does not vendor distlib.version, but it uses vendored
115 import pip._vendor.distlib.version # noqa
123 from pip._vendor import packaging
125 import pip._vendor.packaging.requirements # noqa
126 import pip._vendor.packaging.version # noqa
203 "ensurepip" is replaced if possible with just recreating pip's
[all …]
/openbmc/qemu/python/
H A DREADME.rst8 ``setup.py`` is used by ``pip`` to install this tooling to the current
22 above, pip will install in "editable" mode. This installs the package as
35 See `Installing packages using pip and virtual environments
36 <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/>`_
84 - ``setup.py`` is the setuptools installer used by pip; See above.
H A Dsetup.py18 CLI option will invoke the deprecated bdist_egg hook. "pip install"
24 'Please use `pip install .` instead.'
H A Dsetup.cfg122 [mypy-pip._vendor.distlib]
125 [mypy-pip._vendor.distlib.scripts]
128 [mypy-pip._vendor.distlib.version]
183 # on all supported python versions. To use it, "pip install tox" and
/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."
14 python3-pip \
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch4 Subject: [PATCH] qemu: Ensure pip and the python venv aren't used for meson
7 to "help" users and uses pip and creates a venv to do this. This is a nightmare
18 from the sysroot but pyc files remainm as do pieces of pip which causes
/openbmc/u-boot/tools/concurrencytest/
H A DREADME.md12 pip install concurrencytest
19 * [testtools](https://pypi.python.org/pypi/testtools) : `pip install testtools`
20 * [python-subunit](https://pypi.python.org/pypi/python-subunit) : `pip install python-subunit`
/openbmc/openpower-inventory-upload/
H A D.gitignore34 pip-log.txt
35 pip-delete-this-directory.txt
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A Dfreebsd-14.vars13 PIP3='/usr/local/bin/pip'
14 …rses nettle ninja opencv pixman pkgconf png py311-numpy py311-pillow py311-pip py311-pyyaml py311-…
/openbmc/qemu/tests/vm/generated/
H A Dfreebsd.json8 "pip3": "/usr/local/bin/pip",
57 "py311-pip",
/openbmc/openbmc/meta-security/
H A D.gitlab-ci.yml5 - wget https://bootstrap.pypa.io/get-pip.py
6 - python3 get-pip.py
7 - python3 -m pip install kas
/openbmc/qemu/tests/
H A DMakefile.include94 quiet-venv-pip = $(quiet-@)$(call quiet-command-run, \
95 $(PYTHON) -m pip -q --disable-pip-version-check $1, \
99 $(call quiet-venv-pip,install -e "$(SRC_PATH)/python/")
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/
H A Dmycroft_19.8.1.bb15 file://0005-pip-requirements-Don-t-install-requirements-with-pip.patch \
16 file://0006-Use-python3-and-pip3-instead-of-python-and-pip.patch \
/openbmc/pyphosphor/
H A D.gitignore56 pip-log.txt
57 pip-delete-this-directory.txt
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dbuild-appliance-image_15.0.0.bb10 tzdata python3-pip perl-misc"
22 DEPENDS = "zip-native python3-pip-native"
104 mkdir -p ${IMAGE_ROOTFS}/home/builder/.cache/pip
121 # For pip usage above
/openbmc/openbmc/poky/documentation/toaster-manual/
H A Dstart.rst21 $ sudo apt install python3-pip
32 ``pip``, install-compatible format.

123456