Home
last modified time | relevance | path

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

123

/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-setuptools-rust_1.10.2.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)
38 ${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py \
39 bdist_wheel --verbose --dist-dir ${PEP517_WHEEL_PATH} ${SETUPTOOLS_BUILD_ARGS} || \
40 bbfatal_log "'python3 setup.py bdist_wheel ${SETUPTOOLS_BUILD_ARGS}' execution failed."
45 # 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.3.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-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-eth-hash_0.7.0.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"
20 PYPI_PACKAGE = "eth-hash"
H A Dpython3-astroid_3.3.8.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-pyppmd_1.1.1.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-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-pychromecast_14.0.5.bb6 SRC_URI += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch"
15 python3-zeroconf (>=0.131.0) \
16 python3-protobuf (>=4.25.2) \
17 python3-casttube (>=0.2.1) \
H A Dpython3-arpeggio_2.0.2.bb15 python3-pytest-runner-native \
16 python3-wheel-native \
/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.8'"
15 @echo "make check-tox:"
18 @echo " Requires: Python 3.8 - 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/lcitool/
H A Dmappings.yml9 # Due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081535 we
10 # have to disable all packages that depend on libgl1-mesa-dri:mips64el
12 mips64el-deb:
15 mips64el-deb:
18 mips64el-deb:
20 gtk-vnc:
21 mips64el-deb:
23 mesa-libgbm:
24 mips64el-deb:
29 python3:
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/pywbem/
H A Dpython3-pywbem_1.7.2.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/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
14 MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
17 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
18 DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \
21 ca-certificates \
28 libglib2.0-dev \
29 libpixman-1-dev \
[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
20 self.tc.hasHostPackage("nativesdk-python3-maturin")
21 or self.tc.hasHostPackage("python3-maturin-native")
23 raise unittest.SkipTest("No python3-maturin package in the SDK")
26 py_major = self._run("python3 -c 'import sys; print(sys.version_info.major)'")
27 py_minor = self._run("python3 -c 'import sys; print(sys.version_info.minor)'")
29 cmd = "maturin list-python"
34 r" - CPython %s (.+)/usr/bin/python%s$" % (python_version, python_version),
41 targetdir = os.path.join(self.tc.sdk_dir, "guessing-game")
47 os.path.join(self.tc.files_dir, "maturin/guessing-game"), targetdir
[all …]

123