All of lore.kernel.org
 help / color / mirror / Atom feed
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 13/13] package/python-azure-storage-blob: new package (12.28.0)
Date: Tue, 28 Apr 2026 13:27:55 -0400	[thread overview]
Message-ID: <20260428172755.2865-1-frcomdev@gmail.com> (raw)

Signed-off-by: Alexandre Ondet <frcomdev@gmail.com>
---
 package/python-azure-storage-blob/Config.in        | 10 ++++++++++
 .../python-azure-storage-blob.hash                 |  3 +++
 .../python-azure-storage-blob.mk                   | 14 ++++++++++++++
 3 files changed, 27 insertions(+)
 create mode 100644 package/python-azure-storage-blob/Config.in
 create mode 100644 package/python-azure-storage-blob/python-azure-storage-blob.hash
 create mode 100644 package/python-azure-storage-blob/python-azure-storage-blob.mk

diff --git a/package/python-azure-storage-blob/Config.in b/package/python-azure-storage-blob/Config.in
new file mode 100644
index 0000000000..660b8c2b92
--- /dev/null
+++ b/package/python-azure-storage-blob/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_PYTHON_AZURE_STORAGE_BLOB
+    bool "python-azure-storage-blob"
+    select BR2_PACKAGE_PYTHON_AZURE_CORE
+    select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
+    select BR2_PACKAGE_PYTHON_ISODATE
+    select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS
+    help
+      Python library for Azure Blob Storage.
+
+      https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob
\ No newline at end of file
diff --git a/package/python-azure-storage-blob/python-azure-storage-blob.hash b/package/python-azure-storage-blob/python-azure-storage-blob.hash
new file mode 100644
index 0000000000..5acc53afea
--- /dev/null
+++ b/package/python-azure-storage-blob/python-azure-storage-blob.hash
@@ -0,0 +1,3 @@
+# From https://pypi.org/pypi/azure-storage-blob/json
+sha256  e7d98ea108258d29aa0efbfd591b2e2075fa1722a2fae8699f0b3c9de11eff41  azure_storage_blob-12.28.0.tar.gz
+sha256  fd532481d828e13a0b13ccb598e02338a3617740675a862ee6bdc1541b68e93d  LICENSE
\ No newline at end of file
diff --git a/package/python-azure-storage-blob/python-azure-storage-blob.mk b/package/python-azure-storage-blob/python-azure-storage-blob.mk
new file mode 100644
index 0000000000..3b6424261a
--- /dev/null
+++ b/package/python-azure-storage-blob/python-azure-storage-blob.mk
@@ -0,0 +1,14 @@
+PYTHON_AZURE_STORAGE_BLOB_VERSION = 12.28.0
+PYTHON_AZURE_STORAGE_BLOB_SOURCE = azure_storage_blob-$(PYTHON_AZURE_STORAGE_BLOB_VERSION).tar.gz
+PYTHON_AZURE_STORAGE_BLOB_SITE = https://files.pythonhosted.org/packages/71/24/072ba8e27b0e2d8fec401e9969b429d4f5fc4c8d4f0f05f4661e11f7234a
+PYTHON_AZURE_STORAGE_BLOB_SETUP_TYPE = setuptools
+PYTHON_AZURE_STORAGE_BLOB_LICENSE = MIT
+PYTHON_AZURE_STORAGE_BLOB_LICENSE_FILES = LICENSE
+
+PYTHON_AZURE_STORAGE_BLOB_DEPENDENCIES = \
+    python-azure-core \
+    python-cryptography \
+    python-isodate \
+    python-typing-extensions
+
+$(eval $(python-package))
\ No newline at end of file
-- 
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:28 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=20260428172755.2865-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.