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

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

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

only message in thread, other threads:[~2026-04-28 17:28 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:27 [Buildroot] [PATCH 13/13] package/python-azure-storage-blob: new package (12.28.0) 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.