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 02/13] package/python-requests-unixsocket2: new package
Date: Tue, 28 Apr 2026 13:17:59 -0400 [thread overview]
Message-ID: <20260428171759.2571-1-frcomdev@gmail.com> (raw)
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
reply other threads:[~2026-04-28 17:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260428171759.2571-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.