From: Alexandre Ondet <frcomdev@gmail.com>
To: buildroot@buildroot.org
Cc: Alexandre Ondet <frcomdev@gmail.com>,
James Hilliard <james.hilliard1@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 10/13] package/python-pytest-runner: new package
Date: Tue, 28 Apr 2026 13:27:07 -0400 [thread overview]
Message-ID: <20260428172707.2790-1-frcomdev@gmail.com> (raw)
Signed-off-by: Alexandre Ondet <frcomdev@gmail.com>
---
package/Config.in | 1 +
package/python-pytest-runner/Config.in | 7 +++++++
.../python-pytest-runner/python-pytest-runner.hash | 3 +++
.../python-pytest-runner/python-pytest-runner.mk | 14 ++++++++++++++
4 files changed, 25 insertions(+)
create mode 100644 package/python-pytest-runner/Config.in
create mode 100644 package/python-pytest-runner/python-pytest-runner.hash
create mode 100644 package/python-pytest-runner/python-pytest-runner.mk
diff --git a/package/Config.in b/package/Config.in
index 3c89a2a480..6513ffc4bb 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1367,6 +1367,7 @@ menu "External python modules"
source "package/python-pytablewriter/Config.in"
source "package/python-pytest/Config.in"
source "package/python-pytest-asyncio/Config.in"
+ source "package/python-pytest-runner/Config.in"
source "package/python-pytrie/Config.in"
source "package/python-pytz/Config.in"
source "package/python-pyudev/Config.in"
diff --git a/package/python-pytest-runner/Config.in b/package/python-pytest-runner/Config.in
new file mode 100644
index 0000000000..0a14e35c5d
--- /dev/null
+++ b/package/python-pytest-runner/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PYTHON_PYTEST_RUNNER
+ bool "python-pytest-runner"
+ help
+ Setuptools plugin used when upstream packages rely on pytest-runner for
+ their setup or test entry points.
+
+ https://pypi.org/project/pytest-runner/
\ No newline at end of file
diff --git a/package/python-pytest-runner/python-pytest-runner.hash b/package/python-pytest-runner/python-pytest-runner.hash
new file mode 100644
index 0000000000..4bbcf9a9f4
--- /dev/null
+++ b/package/python-pytest-runner/python-pytest-runner.hash
@@ -0,0 +1,3 @@
+# From https://pypi.org/pypi/pytest-runner/6.0.1/json
+sha256 70d4739585a7008f37bf4933c013fdb327b8878a5a69fcbb3316c88882f0f49b pytest-runner-6.0.1.tar.gz
+sha256 db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8 LICENSE
\ No newline at end of file
diff --git a/package/python-pytest-runner/python-pytest-runner.mk b/package/python-pytest-runner/python-pytest-runner.mk
new file mode 100644
index 0000000000..82b3c8628f
--- /dev/null
+++ b/package/python-pytest-runner/python-pytest-runner.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-pytest-runner
+#
+################################################################################
+
+PYTHON_PYTEST_RUNNER_VERSION = 6.0.1
+PYTHON_PYTEST_RUNNER_SOURCE = pytest-runner-$(PYTHON_PYTEST_RUNNER_VERSION).tar.gz
+PYTHON_PYTEST_RUNNER_SITE = https://files.pythonhosted.org/packages/source/p/pytest-runner
+PYTHON_PYTEST_RUNNER_SETUP_TYPE = setuptools
+PYTHON_PYTEST_RUNNER_LICENSE = MIT
+PYTHON_PYTEST_RUNNER_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
\ No newline at end of file
--
2.53.0.windows.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2026-04-28 17:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-28 17:27 Alexandre Ondet [this message]
2026-05-30 21:25 ` [Buildroot] [PATCH 10/13] package/python-pytest-runner: new package Marcus Hoffmann via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260428172707.2790-1-frcomdev@gmail.com \
--to=frcomdev@gmail.com \
--cc=buildroot@buildroot.org \
--cc=james.hilliard1@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.