All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexis Lothoré via buildroot" <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: "James Hilliard" <james.hilliard1@gmail.com>,
	"Alexis Lothoré" <alexis.lothore@bootlin.com>,
	"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 0/2] package/python-scp: new package
Date: Fri, 17 Oct 2025 09:42:45 +0200	[thread overview]
Message-ID: <20251017-python-scp-v1-0-b45644fa9afb@bootlin.com> (raw)

Hello,
this small series adds support for the small python-scp package, which
comes on top of the paramiko python package to ease download/upload of
files thanks to SCP protocol.

- Patch 1 brings the new package. It is mostly based on ./utils/scanpypi
  scp -o package
- Patch 2 brings a small test ensuring that python-scp is properly
  installed and is usable

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
---
Alexis Lothoré (2):
      package/python-scp: new package
      support/testing: add runtime tests for python-scp

 DEVELOPERS                                         |  3 +++
 package/Config.in                                  |  1 +
 package/python-scp/Config.in                       |  7 +++++++
 package/python-scp/python-scp.hash                 |  5 +++++
 package/python-scp/python-scp.mk                   | 14 +++++++++++++
 support/testing/tests/package/sample_python_scp.py | 10 +++++++++
 support/testing/tests/package/test_python_scp.py   | 24 ++++++++++++++++++++++
 7 files changed, 64 insertions(+)
---
base-commit: 0c2a0a44f00e2ab9b41a2bc3bf019e17ef37c471
change-id: 20250924-python-scp-12cf67ae9b0e

Best regards,
-- 
Alexis Lothoré, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2025-10-17  7:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-17  7:42 Alexis Lothoré via buildroot [this message]
2025-10-17  7:42 ` [Buildroot] [PATCH 1/2] package/python-scp: new package Alexis Lothoré via buildroot
2025-10-18 14:42   ` Julien Olivain via buildroot
2025-10-19  8:40     ` Alexis Lothoré via buildroot
2025-10-17  7:42 ` [Buildroot] [PATCH 2/2] support/testing: add runtime tests for python-scp Alexis Lothoré 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=20251017-python-scp-v1-0-b45644fa9afb@bootlin.com \
    --to=buildroot@buildroot.org \
    --cc=alexis.lothore@bootlin.com \
    --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.