All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 02/13] package/python-requests-unixsocket2: new package
@ 2026-04-28 17:17 Alexandre Ondet
  0 siblings, 0 replies; only message in thread
From: Alexandre Ondet @ 2026-04-28 17:17 UTC (permalink / raw)
  To: buildroot; +Cc: Alexandre Ondet, James Hilliard, Thomas Petazzoni

Signed-off-by: Alexandre Ondet <frcomdev@gmail.com>
---
 package/Config.in                                  |  1 +
 package/python-requests-unixsocket2/Config.in      |  7 +++++++
 .../python-requests-unixsocket2.hash               |  4 ++++
 .../python-requests-unixsocket2.mk                 | 14 ++++++++++++++
 4 files changed, 26 insertions(+)
 create mode 100644 package/python-requests-unixsocket2/Config.in
 create mode 100644 package/python-requests-unixsocket2/python-requests-unixsocket2.hash
 create mode 100644 package/python-requests-unixsocket2/python-requests-unixsocket2.mk

diff --git a/package/Config.in b/package/Config.in
index 407966b37c..1a53589155 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1378,6 +1378,7 @@ menu "External python modules"
 	source "package/python-requests/Config.in"
 	source "package/python-requests-oauthlib/Config.in"
 	source "package/python-requests-toolbelt/Config.in"
+	source "package/python-requests-unixsocket2/Config.in"
 	source "package/python-rfc3987/Config.in"
 	source "package/python-rgbmatrix/Config.in"
 	source "package/python-rich/Config.in"
diff --git a/package/python-requests-unixsocket2/Config.in b/package/python-requests-unixsocket2/Config.in
new file mode 100644
index 0000000000..b5ddfea1d1
--- /dev/null
+++ b/package/python-requests-unixsocket2/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PYTHON_REQUESTS_UNIXSOCKET2
+	bool "python-requests-unixsocket2"
+	select BR2_PACKAGE_PYTHON_REQUESTS # runtime
+	help
+	  Requests transport adapter for Unix domain sockets.
+
+	  https://pypi.org/project/requests-unixsocket2/
diff --git a/package/python-requests-unixsocket2/python-requests-unixsocket2.hash b/package/python-requests-unixsocket2/python-requests-unixsocket2.hash
new file mode 100644
index 0000000000..c574b23ac7
--- /dev/null
+++ b/package/python-requests-unixsocket2/python-requests-unixsocket2.hash
@@ -0,0 +1,4 @@
+# From https://pypi.org/pypi/requests-unixsocket2/1.0.1/json
+sha256  87953038ae42befb6efbdf504d6dda2554a0b0d13b65e42f7319793b5527a303  requests_unixsocket2-1.0.1.tar.gz
+# Locally computed sha256 checksums
+sha256  d22764244c71acf005aa6bad6fe7a9cee48dcfd84882a57b6055e2ede67a39a4  LICENSE
diff --git a/package/python-requests-unixsocket2/python-requests-unixsocket2.mk b/package/python-requests-unixsocket2/python-requests-unixsocket2.mk
new file mode 100644
index 0000000000..f37651746c
--- /dev/null
+++ b/package/python-requests-unixsocket2/python-requests-unixsocket2.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-requests-unixsocket2
+#
+################################################################################
+
+PYTHON_REQUESTS_UNIXSOCKET2_VERSION = 1.0.1
+PYTHON_REQUESTS_UNIXSOCKET2_SOURCE = requests_unixsocket2-$(PYTHON_REQUESTS_UNIXSOCKET2_VERSION).tar.gz
+PYTHON_REQUESTS_UNIXSOCKET2_SITE = https://files.pythonhosted.org/packages/source/r/requests-unixsocket2
+PYTHON_REQUESTS_UNIXSOCKET2_SETUP_TYPE = pep517
+PYTHON_REQUESTS_UNIXSOCKET2_LICENSE = ISC
+PYTHON_REQUESTS_UNIXSOCKET2_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
-- 
2.53.0.windows.2

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-28 17:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28 17:17 [Buildroot] [PATCH 02/13] package/python-requests-unixsocket2: new package Alexandre Ondet

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.