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 11/13] package/python-azure-core: new package (1.39.0)
Date: Tue, 28 Apr 2026 13:27:32 -0400 [thread overview]
Message-ID: <20260428172732.2815-1-frcomdev@gmail.com> (raw)
Signed-off-by: Alexandre Ondet <frcomdev@gmail.com>
---
package/Config.in | 1 +
package/python-azure-core/Config.in | 11 +++++++++++
package/python-azure-core/python-azure-core.hash | 3 +++
package/python-azure-core/python-azure-core.mk | 12 ++++++++++++
4 files changed, 27 insertions(+)
create mode 100644 package/python-azure-core/Config.in
create mode 100644 package/python-azure-core/python-azure-core.hash
create mode 100644 package/python-azure-core/python-azure-core.mk
diff --git a/package/Config.in b/package/Config.in
index 6513ffc4bb..e41224d086 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1012,6 +1012,7 @@ menu "External python modules"
source "package/python-autocommand/Config.in"
source "package/python-automat/Config.in"
source "package/python-avro/Config.in"
+ source "package/python-azure-core/Config.in"
source "package/python-babel/Config.in"
source "package/python-backcall/Config.in"
source "package/python-base58/Config.in"
diff --git a/package/python-azure-core/Config.in b/package/python-azure-core/Config.in
new file mode 100644
index 0000000000..0312962381
--- /dev/null
+++ b/package/python-azure-core/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_PYTHON_AZURE_CORE
+ bool "python-azure-core"
+ select BR2_PACKAGE_PYTHON_PIP
+ select BR2_PACKAGE_PYTHON_REQUESTS
+ select BR2_PACKAGE_PYTHON_SIX
+ select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS
+ help
+ Microsoft Azure Core library for Python.
+
+ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core
+
diff --git a/package/python-azure-core/python-azure-core.hash b/package/python-azure-core/python-azure-core.hash
new file mode 100644
index 0000000000..1d82d567b6
--- /dev/null
+++ b/package/python-azure-core/python-azure-core.hash
@@ -0,0 +1,3 @@
+# From https://pypi.org/pypi/azure-core/json
+sha256 8a90a562998dd44ce84597590fff6249701b98c0e8797c95fcdd695b54c35d74 azure_core-1.39.0.tar.gz
+sha256 7c77a44a8acd9b41fdc209864a8016b3d430b5d0e09309818d5b7444336df744 LICENSE
diff --git a/package/python-azure-core/python-azure-core.mk b/package/python-azure-core/python-azure-core.mk
new file mode 100644
index 0000000000..b821e367d8
--- /dev/null
+++ b/package/python-azure-core/python-azure-core.mk
@@ -0,0 +1,12 @@
+PYTHON_AZURE_CORE_VERSION = 1.39.0
+PYTHON_AZURE_CORE_SOURCE = azure_core-$(PYTHON_AZURE_CORE_VERSION).tar.gz
+PYTHON_AZURE_CORE_SITE = https://files.pythonhosted.org/packages/34/83/bbde3faa84ddcb8eb0eca4b3ffb3221252281db4ce351300fe248c5c70b1
+PYTHON_AZURE_CORE_SETUP_TYPE = setuptools
+PYTHON_AZURE_CORE_LICENSE = MIT
+PYTHON_AZURE_CORE_LICENSE_FILES = LICENSE
+
+# Buildroot dependencies
+PYTHON_AZURE_CORE_DEPENDENCIES = python-requests python-six python-typing-extensions
+
+$(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:27 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=20260428172732.2815-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox