Home
last modified time | relevance | path

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

12

/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-setuptools-rust_1.11.0.bb2 DESCRIPTION = "setuptools-rust is a plugin for setuptools to build Rust \
3 Python extensions implemented with PyO3 or rust-cpython.\
6 HOMEPAGE = "https://github.com/PyO3/setuptools-rust"
7 BUGTRACKER = "https://github.com/PyO3/setuptools-rust/issues"
19 DEPENDS += "python3-setuptools-scm-native python3-wheel-native"
22 python3-json \
23 python3-semantic-version \
24 python3-setuptools \
25 python3-setuptools-scm \
26 python3-shell \
[all …]
H A Dpython3-installer_0.7.0.bb2 DESCRIPTION = "A low-level library for installing a Python package from a wheel distribution."
10 file://0001-src-installer-utils.py-sort-entries-before-writing-o.patch"
17 DEPENDS:remove:class-native = "python3-build-native python3-installer-native"
20 python3-compile \
21 python3-compression \
22 python3-netclient \
25 INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
27 do_compile:class-native () {
31 do_install:prepend:class-native() {
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpython_pep517.bbclass4 # SPDX-License-Identifier: MIT
7 # Common infrastructure for Python packages that use PEP-517 compliant packaging.
8 # https://www.python.org/dev/peps/pep-0517/
10 # This class will build a wheel in do_compile, and use pypa/installer to install
13 DEPENDS:append = " python3-build-native python3-installer-native"
25 PEP517_INSTALL_PYTHON = "python3"
26 PEP517_INSTALL_PYTHON:class-native = "nativepython3"
29 INSTALL_WHEEL_COMPILE_BYTECODE ?= "--compile-bytecode=0"
40 …nativepython3 -m build --no-isolation --wheel --outdir ${PEP517_WHEEL_PATH} ${PEP517_SOURCE_PATH} …
45 COUNT=$(find ${PEP517_WHEEL_PATH} -name '*.whl' -maxdepth 1 | wc -l)
[all …]
H A Dpython_setuptools_build_meta.bbclass4 # SPDX-License-Identifier: MIT
7 inherit setuptools3-base python_pep517
9 DEPENDS += "python3-setuptools-native python3-wheel-native"
H A Dpython_flit_core.bbclass4 # SPDX-License-Identifier: MIT
7 inherit python_pep517 python3native python3-dir setuptools3-base
9 DEPENDS += "python3-flit-core-native"
13 nativepython3 -m flit_core.wheel --outdir ${PEP517_WHEEL_PATH} .
H A Dsetuptools3.bbclass4 # SPDX-License-Identifier: MIT
7 inherit setuptools3-base python_pep517
9 DEPENDS += "python3-setuptools-native python3-wheel-native"
20 match = re.match(r"build-backend\s*=\s*\W([\w.]+)\W", line)
24 if "pep517-backend" not in (d.getVar("INSANE_SKIP") or "").split():
25 oe.qa.handle_error("pep517-backend", msg, d)
37 ${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py \
38 bdist_wheel --verbose --dist-dir ${PEP517_WHEEL_PATH} ${SETUPTOOLS_BUILD_ARGS} || \
39 bbfatal_log "'python3 setup.py bdist_wheel ${SETUPTOOLS_BUILD_ARGS}' execution failed."
44 # This could be removed in the future but some recipes in meta-oe still use it
[all …]
H A Dpython_mesonpy.bbclass4 # SPDX-License-Identifier: MIT
7 inherit meson setuptools3-base python3targetconfig python_pep517
17 # ERROR: Got argument buildtype as both -Dbuildtype and --buildtype. Pick one.
18 MESONOPTS:remove = "--buildtype ${MESON_BUILDTYPE}"
22 DEPENDS += "python3-wheel-native python3-meson-python-native"
31 varlist.append("-Csetup-args=" + elem)
34 PEP517_BUILD_OPTS = "-Cbuilddir='${B}' ${@mesonpy_get_args(d)}"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-py7zr_0.22.0.bb1 SUMMARY = "Pure Python 7-zip library"
3 LICENSE = "LGPL-2.1-or-later"
12 python3-setuptools-scm-native \
13 python3-toml-native \
14 python3-wheel-native \
18 python3-pycryptodomex \
19 python3-multivolumefile \
20 python3-pybcj \
21 python3-inflate64 \
22 python3-pyppmd \
[all …]
H A Dpython3-pybcj_1.0.6.bb3 LICENSE = "LGPL-2.1-or-later"
11 #PROVIDES = "python3-pybcj"
14 python3-setuptools-scm-native \
15 python3-toml-native \
16 python3-wheel-native \
20 python3-email \
21 python3-importlib-metadata \
22 python3-core \
23 python3-compression \
H A Dpython3-scikit-build_0.18.1.bb5 DEPENDS = "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native"
15 python3-distro \
16 python3-packaging \
17 python3-setuptools \
18 python3-typing-extensions \
19 python3-wheel \
H A Dpython3-multivolumefile_0.2.3.bb3 LICENSE = "LGPL-2.1-or-later"
12 python3-setuptools-scm-native \
13 python3-toml-native \
14 python3-wheel-native \
18 python3-io \
19 python3-core \
20 python3-mmap \
H A Dpython3-pyppmd_1.2.0.bb3 LICENSE = "LGPL-2.1-or-later"
12 python3-setuptools-scm-native \
13 python3-toml-native \
14 python3-wheel-native \
18 python3-email \
19 python3-importlib-metadata \
H A Dpython3-dnspython_2.7.0.bb11 file://run-ptest \
14 RDEPENDS:${PN}-ptest += " \
15 python3-pytest \
16 python3-unittest-automake-output \
20 install -d ${D}${PTEST_PATH}/tests
21 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
25 python3-wheel-native \
26 python3-setuptools-scm-native \
30 python3-crypt \
31 python3-io \
[all …]
H A Dpython3-nmap_1.9.1.bb1 DESCRIPTION = "python-nmap is a python library which helps in using nmap port scanner"
4 LICENSE = "GPL-3.0-only"
7 DEPENDS += "python3-wheel-native"
9 PYPI_PACKAGE = "python3-nmap"
16 python3-requests \
17 python3-simplejson \
H A Dpython3-astroid_3.3.10.bb4 LICENSE = "LGPL-2.1-only"
12 python3-pytest-runner-native \
13 python3-wheel-native \
16 PACKAGES =+ "${PN}-tests"
18 FILES:${PN}-tests += " \
23 RDEPENDS:${PN}:class-target += "\
24 python3-lazy-object-proxy \
25 python3-logging \
26 python3-six \
27 python3-wrapt \
[all …]
H A Dpython3-eth-hash_0.7.1.bb1 SUMMARY = "eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3"
2 HOMEPAGE = "https://github.com/ethereum/eth-hash"
11python3-build python3-bumpversion python3-ipython python3-pre-commit python3-pytest python3-pytest
12 PACKAGECONFIG[docs] = ",,,python3-sphinx python3-sphinx_rtd_theme python3-towncrier"
13 PACKAGECONFIG[pycryptodome] = ",,,python3-pycryptodome"
14 PACKAGECONFIG[pysha3python-version-smaller-3-dot-9] = ",,,python3-pysha3"
15 PACKAGECONFIG[pysha3python-version-bigger--equals-3-dot-9] = ",,,python3-safe-pysha3"
16 PACKAGECONFIG[test] = ",,,python3-pytest python3-pytest-xdist"
18 RDEPENDS:${PN} += "python3-core python3-logging python3-pycryptodome"
H A Dpython3-arpeggio_2.0.2.bb15 python3-pytest-runner-native \
16 python3-wheel-native \
/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/meta-openembedded/meta-python/recipes-extended/pywbem/
H A Dpython3-pywbem_1.7.3.bb4 HTTP using the WBEM CIM-XML protocol. It is based on the idea that a good \
16 LICENSE = "LGPL-2.1-only"
21 inherit pypi setuptools3 update-alternatives
24 python3-ply-native \
25 python3-pyyaml-native \
26 python3-six-native \
27 python3-wheel-native \
31 python3-datetime \
32 python3-io \
33 python3-logging \
[all …]
/openbmc/qemu/python/
H A DMakefile1 QEMU_VENV_DIR=.dev-venv
2 QEMU_MINVENV_DIR=.min-venv
9 @echo "make check-minreqs:"
13 @echo " Hint (Fedora): 'sudo dnf install python3.9'"
15 @echo "make check-tox:"
18 @echo " Requires: Python 3.9 - 3.11, and tox."
19 @echo " Hint (Fedora): 'sudo dnf install python3-tox python3.11'"
23 @echo "make check-dev:"
24 @echo " Run tests in a venv against your default python3 version."
37 @echo "make min-venv"
[all …]
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-tricore-cross.docker2 # Docker TriCore cross-compiler target
8 # Copyright (c) 2018 Philippe Mathieu-Daudé
10 # SPDX-License-Identifier: GPL-2.0-or-later
12 FROM docker.io/library/debian:11-slim
15 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
16 DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \
19 ca-certificates \
26 libglib2.0-dev \
27 libpixman-1-dev \
30 ninja-build \
[all …]
H A Ddebian-legacy-test-cross.docker1 # Docker legacy cross-compiler target (tests and minimal qemu)
6 # libc6.1-dev-alpha-cross: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054412
7 # sh4-linux-user: binaries don't run with bookworm compiler
9 # As we are targeting check-tcg here we only need minimal qemu
12 FROM docker.io/library/debian:11-slim
14 # Duplicate deb line as deb-src
15 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
18 apt-get update && \
19 apt-get install -y eatmydata && \
20 eatmydata apt-get dist-upgrade -y && \
[all …]
H A Ddebian-loongarch-cross.docker2 # Docker cross-compiler target
5 # https://github.com/loongson/build-tools/releases
7 FROM docker.io/library/debian:11-slim
9 # Duplicate deb line as deb-src
10 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
13 apt-get update && \
14 apt-get install -y eatmydata && \
15 eatmydata apt-get dist-upgrade -y && \
16 apt build-dep -yy qemu
18 RUN apt-get update && \
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dmaturin.py4 # SPDX-License-Identifier: MIT
19 self.ensure_host_package("python3-maturin")
22 …out = self._run(r"""python3 -c 'import sys; print(f"{sys.executable}\n{sys.version_info.major}.{sy…
25 output = self._run("maturin list-python")
27 # - CPython 3.13 at /usr/bin/python3
35 self.ensure_host_package("python3-maturin")
38 self.tc.hasHostPackage("packagegroup-rust-cross-canadian-%s" % machine)
41 "Testing 'maturin develop' requires Rust cross-canadian in the SDK"
50 targetdir = os.path.join(self.tc.sdk_dir, "guessing-game")
56 os.path.join(self.tc.files_dir, "maturin/guessing-game"), targetdir
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dmaturin.py4 # SPDX-License-Identifier: MIT
16 @OEHasPackage(['python3-maturin'])
18 status, output = self.target.run("maturin list-python")
20 _, py_major = self.target.run("python3 -c 'import sys; print(sys.version_info.major)'")
21 _, py_minor = self.target.run("python3 -c 'import sys; print(sys.version_info.minor)'")
24 … " - CPython %s at /usr/bin/python%s" % (python_version, python_version))
31 src = os.path.join(cls.tc.files_dir, "maturin/guessing-game")
36 cls.tc.target.run('rm -rf %s' % '/tmp/guessing-game/target')
39 @OEHasPackage(['python3-maturin'])
47 targetdir = os.path.join("/tmp", "guessing-game")
[all …]

12