All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] package/python-scp: new package
@ 2025-10-17  7:42 Alexis Lothoré via buildroot
  2025-10-17  7:42 ` [Buildroot] [PATCH 1/2] " 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
  0 siblings, 2 replies; 5+ messages in thread
From: Alexis Lothoré via buildroot @ 2025-10-17  7:42 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Alexis Lothoré, Thomas Petazzoni

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-19  8:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17  7:42 [Buildroot] [PATCH 0/2] package/python-scp: new package Alexis Lothoré via buildroot
2025-10-17  7:42 ` [Buildroot] [PATCH 1/2] " 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

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.