All the mail mirrored from 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

* [meta-virtualization][PATCH] python3-bugsnag: uprev 3.6.0 > 3.6.1
@ 2020-06-23  8:47 ` Ming Liu
  2020-06-23  8:48   ` [meta-virtualization][PATCH] python3-newrelic: uprev 5.4.1.134 > 5.14.1.144 Ming Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Ming Liu @ 2020-06-23  8:47 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>
---
 ...3-bugsnag_3.6.0.bb => python3-bugsnag_3.6.1.bb} | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)
 rename recipes-devtools/python/{python3-bugsnag_3.6.0.bb => python3-bugsnag_3.6.1.bb} (55%)

diff --git a/recipes-devtools/python/python3-bugsnag_3.6.0.bb b/recipes-devtools/python/python3-bugsnag_3.6.1.bb
similarity index 55%
rename from recipes-devtools/python/python3-bugsnag_3.6.0.bb
rename to recipes-devtools/python/python3-bugsnag_3.6.1.bb
index ef704e7..3238579 100644
--- a/recipes-devtools/python/python3-bugsnag_3.6.0.bb
+++ b/recipes-devtools/python/python3-bugsnag_3.6.1.bb
@@ -8,18 +8,12 @@ DESCRIPTION = "\
   "
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9577253c24027f0c6027a4fded2134fc"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3bc101ebc0815bd849021892cd333dd4"
 
-SRCNAME = "bugsnag"
+SRC_URI[md5sum] = "93443091b052130cfe1daf7595249f9f"
+SRC_URI[sha256sum] = "8878437aa44ec485cecb255742035b3b98a6c7e7d167a943b5fbe597b2f8f7f9"
 
-SRC_URI = "https://pypi.python.org/packages/source/b/bugsnag/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "b97e16b068b5e7fdc3e3fa9f684e56cd"
-SRC_URI[sha256sum] = "67b8c01719e92f193f8424595a94e3a527bc0f9fcb7f2bc47a20af87de81929d"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools3
+inherit pypi setuptools3
 
 DEPENDS += "python3-webob python3-flask python3-blinker"
 
-- 
2.27.0


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

* [meta-virtualization][PATCH] python3-newrelic: uprev 5.4.1.134 > 5.14.1.144
@ 2020-06-23  8:48   ` Ming Liu
  2020-06-23  8:48     ` [meta-virtualization][PATCH] python3-flask-cors: inherit pypi Ming Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Ming Liu @ 2020-06-23  8:48 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>
---
 ...5.4.1.134.bb => python3-newrelic_5.14.1.144.bb} | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)
 rename recipes-devtools/python/{python3-newrelic_5.4.1.134.bb => python3-newrelic_5.14.1.144.bb} (56%)

diff --git a/recipes-devtools/python/python3-newrelic_5.4.1.134.bb b/recipes-devtools/python/python3-newrelic_5.14.1.144.bb
similarity index 56%
rename from recipes-devtools/python/python3-newrelic_5.4.1.134.bb
rename to recipes-devtools/python/python3-newrelic_5.14.1.144.bb
index 36eec67..42e87d3 100644
--- a/recipes-devtools/python/python3-newrelic_5.4.1.134.bb
+++ b/recipes-devtools/python/python3-newrelic_5.14.1.144.bb
@@ -6,18 +6,12 @@ DESCRIPTION = "\
   "
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause & MIT & Python-2.0 & BSD-2-Clause & NewRelic"
-LIC_FILES_CHKSUM = "file://newrelic/LICENSE;md5=2c3b4d48a631fe909df7a767726d4f6c"
+LIC_FILES_CHKSUM = "file://newrelic/LICENSE;md5=b4840908dbb9e62b3d8891e77187b34f"
 
-SRCNAME = "newrelic"
+SRC_URI[md5sum] = "53115aea6cbdf0e2721279c230230600"
+SRC_URI[sha256sum] = "340ebcdb0dd08bfb597c71598d6d8f746a93f7e4921f10b3616c9142c608a14d"
 
-SRC_URI = "https://pypi.python.org/packages/source/n/newrelic/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "45099c6d88dcf474267226469caa845e"
-SRC_URI[sha256sum] = "0e651f2ff48dd1fc538fc1297892cf726d1ad4fc0b2578aae6a47f10f16afb2c"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools3
+inherit pypi setuptools3
 
 FILES_${PN}-dbg += "\
   ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \
-- 
2.27.0


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

* [meta-virtualization][PATCH] python3-flask-cors: inherit pypi
@ 2020-06-23  8:48     ` Ming Liu
  2020-06-26  2:46       ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: Ming Liu @ 2020-06-23  8:48 UTC (permalink / raw
  To: meta-virtualization; +Cc: Ming Liu

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

Drop SRCNAME/SRC_URI/S, change to inherit pypi.

Signed-off-by: Ming Liu <ming.liu@toradex.com>
---
 recipes-devtools/python/python3-flask-cors_3.0.8.bb | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/recipes-devtools/python/python3-flask-cors_3.0.8.bb b/recipes-devtools/python/python3-flask-cors_3.0.8.bb
index 5d3c41f..aac7152 100644
--- a/recipes-devtools/python/python3-flask-cors_3.0.8.bb
+++ b/recipes-devtools/python/python3-flask-cors_3.0.8.bb
@@ -9,13 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce"
 
 DEPENDS += "python3-six python3-flask"
 
-SRCNAME = "Flask-Cors"
-
-SRC_URI = "https://pypi.python.org/packages/source/F/Flask-Cors/${SRCNAME}-${PV}.tar.gz"
+PYPI_PACKAGE = "Flask-Cors"
 
 SRC_URI[md5sum] = "551cc4c0305a171d28caa2b3bc838867"
 SRC_URI[sha256sum] = "72170423eb4612f0847318afff8c247b38bd516b7737adfc10d1c2cdbb382d16"
 
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools3
+inherit pypi setuptools3
-- 
2.27.0


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

* Re: [meta-virtualization][PATCH] python3-flask-cors: inherit pypi
  2020-06-23  8:48     ` [meta-virtualization][PATCH] python3-flask-cors: inherit pypi Ming Liu
@ 2020-06-26  2:46       ` Bruce Ashfield
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2020-06-26  2:46 UTC (permalink / raw
  To: Ming Liu; +Cc: meta-virtualization, Ming Liu

merged.

Bruce

In message: [meta-virtualization][PATCH] python3-flask-cors: inherit pypi
on 23/06/2020 Ming Liu wrote:

> From: Ming Liu <ming.liu@toradex.com>
> 
> Drop SRCNAME/SRC_URI/S, change to inherit pypi.
> 
> Signed-off-by: Ming Liu <ming.liu@toradex.com>
> ---
>  recipes-devtools/python/python3-flask-cors_3.0.8.bb | 8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)
> 
> diff --git a/recipes-devtools/python/python3-flask-cors_3.0.8.bb b/recipes-devtools/python/python3-flask-cors_3.0.8.bb
> index 5d3c41f..aac7152 100644
> --- a/recipes-devtools/python/python3-flask-cors_3.0.8.bb
> +++ b/recipes-devtools/python/python3-flask-cors_3.0.8.bb
> @@ -9,13 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce"
>  
>  DEPENDS += "python3-six python3-flask"
>  
> -SRCNAME = "Flask-Cors"
> -
> -SRC_URI = "https://pypi.python.org/packages/source/F/Flask-Cors/${SRCNAME}-${PV}.tar.gz"
> +PYPI_PACKAGE = "Flask-Cors"
>  
>  SRC_URI[md5sum] = "551cc4c0305a171d28caa2b3bc838867"
>  SRC_URI[sha256sum] = "72170423eb4612f0847318afff8c247b38bd516b7737adfc10d1c2cdbb382d16"
>  
> -S = "${WORKDIR}/${SRCNAME}-${PV}"
> -
> -inherit setuptools3
> +inherit pypi setuptools3
> -- 
> 2.27.0
> 

> 



^ permalink raw reply	[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.