All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] python3-boto3: uprev 1.11.7 > 1.14.7
@ 2020-06-23  8:45 Ming Liu
  2020-06-23  8:47 ` [meta-virtualization][PATCH] python3-bugsnag: uprev 3.6.0 > 3.6.1 Ming Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Ming Liu @ 2020-06-23  8:45 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Ming Liu

From: Ming Liu <ming.liu@toradex.com>

Also drop SRCNAME/SRC_URI/S, change to inherit pypi.

Signed-off-by: Ming Liu <ming.liu@toradex.com>
---
 .../python/python3-boto3_1.11.7.bb            | 22 -------------------
 .../python/python3-boto3_1.14.7.bb            | 15 +++++++++++++
 2 files changed, 15 insertions(+), 22 deletions(-)
 delete mode 100644 recipes-devtools/python/python3-boto3_1.11.7.bb
 create mode 100644 recipes-devtools/python/python3-boto3_1.14.7.bb

diff --git a/recipes-devtools/python/python3-boto3_1.11.7.bb b/recipes-devtools/python/python3-boto3_1.11.7.bb
deleted file mode 100644
index ae623cf..0000000
--- a/recipes-devtools/python/python3-boto3_1.11.7.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-HOMEPAGE = "https://github.com/boto/boto"
-SUMMARY = "Amazon Web Services API"
-DESCRIPTION = "\
-  Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \
-  which allows Python developers to write software that makes use of services like \
-  Amazon S3 and Amazon EC2. \
-  "
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://setup.py;md5=0149f3d994965905689bbefa0212efe2"
-
-SRCNAME = "boto3"
-
-SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "79936a15612b8ef762eb1274a936cea5"
-SRC_URI[sha256sum] = "5222edc5b20d5c6ab7440fc4f89f987ead05be37ff5cc5359a3b9148d9b5a51e"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools3
-
diff --git a/recipes-devtools/python/python3-boto3_1.14.7.bb b/recipes-devtools/python/python3-boto3_1.14.7.bb
new file mode 100644
index 0000000..f9e979e
--- /dev/null
+++ b/recipes-devtools/python/python3-boto3_1.14.7.bb
@@ -0,0 +1,15 @@
+HOMEPAGE = "https://github.com/boto/boto"
+SUMMARY = "Amazon Web Services API"
+DESCRIPTION = "\
+  Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \
+  which allows Python developers to write software that makes use of services like \
+  Amazon S3 and Amazon EC2. \
+  "
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
+
+SRC_URI[md5sum] = "fb8b77d4ac10a971570419dd3613196e"
+SRC_URI[sha256sum] = "4856c8cb4150b900cc7dccbdf16f542fb8c12e97b17639979e58760847f7cf35"
+
+inherit pypi setuptools3
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-26  2:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-23  8:45 [meta-virtualization][PATCH] python3-boto3: uprev 1.11.7 > 1.14.7 Ming Liu
2020-06-23  8:47 ` [meta-virtualization][PATCH] python3-bugsnag: uprev 3.6.0 > 3.6.1 Ming Liu
2020-06-23  8:48   ` [meta-virtualization][PATCH] python3-newrelic: uprev 5.4.1.134 > 5.14.1.144 Ming Liu
2020-06-23  8:48     ` [meta-virtualization][PATCH] python3-flask-cors: inherit pypi Ming Liu
2020-06-26  2:46       ` Bruce Ashfield

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.