Home
last modified time | relevance | path

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

123456789

/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-setuptools-rust_1.10.2.bb1 SUMMARY = "Setuptools Rust extension plugin"
2 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 \
[all …]
H A Dpython3-setuptools_75.6.0.bb2 HOMEPAGE = "https://pypi.org/project/setuptools"
9 CVE_PRODUCT = "python3-setuptools python:setuptools"
11 SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch"
14 file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
18 DEPENDS += "python3"
21 python3-compile \
22 python3-compression \
23 python3-ctypes \
24 python3-email \
25 python3-html \
[all …]
H A Dpython3-setuptools-scm_8.1.0.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.1.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"
10 S = "${WORKDIR}/maturin-${PV}"
12 CFLAGS += "-fdebug-prefix-map=${CARGO_HOME}=${TARGET_DBGSRC_DIR}/cargo_home"
15 python3-setuptools-rust-native \
16 python3-semantic-version-native \
17 python3-setuptools-rust \
20 require ${BPN}-crates.inc
[all …]
H A Dpython3-cython_3.0.11.bb4 It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
5 and the messy, low-level world of C."
7 LICENSE = "Apache-2.0"
10 SRC_URI += "file://0001-Output-import-relative-paths-in-generated-C-code.-GH.patch"
16 DEPENDS:remove = "python3-cython-native"
25 RDEPENDS:${PN}:class-target += "\
26 python3-misc \
27 python3-netserver \
28 python3-pkgutil \
29 python3-pyparsing \
[all …]
H A Dpython3-spdx-tools_0.8.3.bb2 HOMEPAGE = "https://github.com/spdx/tools-python"
4 LICENSE = "Apache-2.0"
13 DEPENDS += "python3-setuptools-scm-native"
15 # Dependency required for pyspdxtools : python3-click
16 # Dependencies required for conversion to spdx3 : python3-semantic-version, python3-ply
18 python3-core \
19 python3-beartype \
20 python3-click \
21 python3-datetime \
22 python3-json \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/
H A D0001-Use-setuptools-instead-of-distutils.patch2 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
4 Subject: [PATCH] Use setuptools instead of distutils
7 https://peps.python.org/pep-0632/
9 Upstream-Status: Backport [https://github.com/libpwquality/libpwquality/commit/7b5e0f0097faebdcc6a8…
10 Signed-off-by: Alexander Kanavin <alex@linutronix.de>
11 ---
12 libpwquality.spec.in | 11 ++---------
13 python/Makefile.am | 2 +-
14 python/setup.py.in | 6 +++---
15 3 files changed, 6 insertions(+), 13 deletions(-)
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsetuptools3_legacy.bbclass4 # SPDX-License-Identifier: MIT
7 # This class is for packages which use the deprecated setuptools behaviour,
9 # This behaviour is deprecated in setuptools[1] and won't work in the future, so
12 # installing init scripts) should use a fully-featured build system such as Meson.
14 # [1] https://setuptools.pypa.io/en/latest/history.html#id142
17 inherit setuptools3-base
22 SETUPTOOLS_INSTALL_ARGS ?= "--root=${D} \
23 --prefix=${prefix} \
24 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
25 --install-data=${datadir}"
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pint_0.24.4.bb6 LICENSE = "BSD-3-Clause"
9 inherit pypi ptest-python-pytest python_setuptools_build_meta
13 DEPENDS += "python3-setuptools-scm-native"
20 python3-setuptools \
21 python3-packaging \
22 python3-platformdirs \
24 # python3-misc for timeit.py
25 RDEPENDS:${PN}-ptest += " \
26 python3-appdirs \
27 python3-attrs \
[all …]
H A Dpython3-pytest-runner_6.0.1.bb2 HOMEPAGE = "https://pypi.org/project/pytest-runner/"
11 python3-setuptools-scm-native"
13 RDEPENDS:${PN} = "python3-setuptools python3-debugger python3-json python3-io"
H A Dpython3-humanize_4.11.0.bb13 python3-setuptools-scm-native \
14 python3-hatch-vcs-native \
18 python3-datetime \
19 python3-setuptools \
H A Dpython3-pytest-helpers-namespace_2021.12.29.bb2 HOMEPAGE = "https://github.com/saltstack/pytest-helpers-namespace"
4 LICENSE = "Apache-2.0"
11 DEPENDS += "python3-setuptools-scm-native python3-setuptools-declarative-requirements-native"
14 python3-pytest \
H A Dpython3-gpiod_2.2.3.bb3 LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0"
8 SRC_URI += "file://run-ptest"
16 python3-setuptools-native \
20 python3-datetime \
21 python3-profile \
23 RDEPENDS:${PN}-ptest += " \
24 libgpiod-gpiosim \
25 python3-setuptools \
36 install -d ${D}${PTEST_PATH}/gpiod-test/gpiosim
37 install -d ${D}${PTEST_PATH}/gpiod-test/procname
[all …]
H A Dpython3-cppy_1.3.0.bb3 LICENSE = "BSD-3-Clause"
8 RDEPENDS:${PN} += "python3-setuptools"
12 SRC_URI += " file://0001-Fix-build-error-as-following.patch \
15 DEPENDS += "python3-setuptools-scm-native"
H A Dpython3-setuptools-declarative-requirements_1.3.0.bb1 SUMMARY = "File support for setuptools declarative setup.cfg"
2 HOMEPAGE = "https://pypi.org/project/setuptools-declarative-requirements/"
3 LICENSE = "Apache-2.0"
10 DEPENDS += "python3-setuptools-scm-native"
H A Dpython3-ipython_8.31.0.bb3 LICENSE = "BSD-3-Clause"
9 python3-setuptools \
10 python3-jedi \
11 python3-decorator \
12 python3-pickleshare \
13 python3-traitlets \
14 python3-prompt-toolkit \
15 python3-pygments \
16 python3-backcall \
17 python3-pydoc \
[all …]
H A Dpython3-qface_2.0.11.bb10 python3-jinja2 \
11 python3-click \
12 python3-pyyaml \
13 python3-pytest \
14 python3-six \
15 python3-path \
16 python3-antlr4-runtime \
17 python3-watchdog \
18 python3-markupsafe \
19 python3-setuptools \
H A Dpython3-can_4.4.2.bb2 HOMEPAGE = "https://github.com/hardbyte/python-can"
4 LICENSE = "LGPL-3.0-only"
15 python3-aenum \
16 python3-asyncio \
17 python3-codecs \
18 python3-compression \
19 python3-ctypes \
20 python3-fcntl \
21 python3-json \
22 python3-logging \
[all …]
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 …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pbr/
H A D0001-change-shebang-to-python3.patch4 Subject: [PATCH] change shebang to python3
6 Upstream-Status: Pending
8 Signed-off-by: Changqing Li <changqing.li@windriver.com>
9 ---
10 pbr/tests/test_integration.py | 2 +-
11 pbr/tests/test_packaging.py | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
14 diff --git a/pbr/tests/test_integration.py b/pbr/tests/test_integration.py
16 --- a/pbr/tests/test_integration.py
18 @@ -171,7 +171,7 @@ class TestInstallWithoutPbr(base.BaseTestCase):
[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-oe/recipes-devtools/sip/
H A Dsip_6.9.1.bb7 LICENSE = "GPL-2.0-or-later"
16 DEPENDS += "python3-setuptools-scm-native"
19 python3-core \
20 python3-packaging \
21 python3-logging \
22 python3-tomllib \
23 python3-setuptools \
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py1 # Recipe creation tool - create build system handler for python
5 # SPDX-License-Identifier: GPL-2.0-only
11 import setuptools.command.build_py
38 base_pkgdeps = ['python3-core']
39 excluded_pkgdeps = ['python3-dbg']
40 # os.path is provided by python3-core
42 # Assumes that the host python3 builtin_module_names is sane for target too
53 'License :: OSI Approved :: BSD License': 'BSD-3-Clause',
54 'License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)': 'BSL-1.0',
55 … :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)': 'CECILL-2.1',
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/
H A Dlibpwquality_1.4.5.bb5 LICENSE = "GPL-2.0-or-later"
8 DEPENDS = "cracklib python3-setuptools-native"
11 file://0001-Use-setuptools-instead-of-distutils.patch \
12 file://0002-Makefile.am-respect-PYTHONSITEDIR.patch \
18 inherit autotools-brokensep gettext setuptools3-base
21 cp ${STAGING_DATADIR_NATIVE}/gettext/ABOUT-NLS ${AUTOTOOLS_AUXDIR}/
28 EXTRA_OECONF += "--with-python-rev=${PYTHON_BASEVERSION} \
29 --with-python-binary=${STAGING_BINDIR_NATIVE}/python3-native/python3 \
30 --with-pythonsitedir=${PYTHON_SITEPACKAGES_DIR} \
31 --libdir=${libdir} \
[all …]
/openbmc/qemu/python/
H A Dsetup.py1 #!/usr/bin/env python3
4 Copyright (c) 2020-2021 John Snow for Red Hat, Inc.
7 import setuptools
8 from setuptools.command import bdist_egg
33 # https://medium.com/@daveshawley/safely-using-setup-cfg-for-metadata-1babbe54c108
34 pkg_resources.require('setuptools>=39.2')
36 setuptools.setup(cmdclass={'bdist_egg': bdist_egg_guard})

123456789