[Buildroot] [git commit] package/python-boto3: new package.

Yann E. MORIN yann.morin.1998 at free.fr
Tue Sep 15 20:32:31 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=f8a387e525364bae35b74d355849e6efba513692
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The AWS SDK for Python.

Signed-off-by: Raphaël Mélotte <raphael.melotte at essensium.com>
Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>
Reviewed-by: Jagan Teki <jagan at amarulasolutions.com>
Tested-by: Jagan Teki <jagan at amarulasolutions.com> # roc-rk3399-pc
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 DEVELOPERS                             |  1 +
 package/Config.in                      |  1 +
 package/python-boto3/Config.in         |  9 +++++++++
 package/python-boto3/python-boto3.hash |  5 +++++
 package/python-boto3/python-boto3.mk   | 14 ++++++++++++++
 5 files changed, 30 insertions(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index e3e1eb36ec..c5124f97ef 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2211,6 +2211,7 @@ F:	package/bitwise/
 
 N:	Raphaël Mélotte <raphael.melotte at essensium.com>
 F:	package/jbig2dec/
+F:	package/python-boto3/
 F:	package/python-botocore/
 F:	package/python-jmespath/
 F:	package/python-s3transfer/
diff --git a/package/Config.in b/package/Config.in
index 44b2a1b357..7783c26dc6 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -897,6 +897,7 @@ menu "External python modules"
 	source "package/python-beautifulsoup4/Config.in"
 	source "package/python-bitstring/Config.in"
 	source "package/python-bluezero/Config.in"
+	source "package/python-boto3/Config.in"
 	source "package/python-botocore/Config.in"
 	source "package/python-bottle/Config.in"
 	source "package/python-brotli/Config.in"
diff --git a/package/python-boto3/Config.in b/package/python-boto3/Config.in
new file mode 100644
index 0000000000..67b1420388
--- /dev/null
+++ b/package/python-boto3/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_BOTO3
+	bool "python-boto3"
+	select BR2_PACKAGE_PYTHON_BOTOCORE # runtime
+	select BR2_PACKAGE_PYTHON_JMESPATH # runtime
+	select BR2_PACKAGE_PYTHON_S3TRANSFER # runtime
+	help
+	  The AWS SDK for Python.
+
+	  https://github.com/boto/boto3
diff --git a/package/python-boto3/python-boto3.hash b/package/python-boto3/python-boto3.hash
new file mode 100644
index 0000000000..49eb9ae5c6
--- /dev/null
+++ b/package/python-boto3/python-boto3.hash
@@ -0,0 +1,5 @@
+# md5, sha256 from https://pypi.org/pypi/boto3/json
+md5	02e0d5ea4affd9c64e9166d5d3786766  boto3-1.9.210.tar.gz
+sha256	e221f6867282266e06aec2213f0ea5fdbd4eb3facbca4fcbf96886073350bc5e  boto3-1.9.210.tar.gz
+# Locally computed sha256 checksums
+sha256	0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594  LICENSE
diff --git a/package/python-boto3/python-boto3.mk b/package/python-boto3/python-boto3.mk
new file mode 100644
index 0000000000..e00cb84ad1
--- /dev/null
+++ b/package/python-boto3/python-boto3.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-boto3
+#
+################################################################################
+
+PYTHON_BOTO3_VERSION = 1.9.210
+PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
+PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/d3/ac/79093e14a5397096d1fe4a17329a8453cebed8629cbc434e2dad5fb75b65
+PYTHON_BOTO3_SETUP_TYPE = setuptools
+PYTHON_BOTO3_LICENSE = Apache-2.0
+PYTHON_BOTO3_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))


More information about the buildroot mailing list