From a6893e27ef71b0940e68d0d99ecf097b510a0c55 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 23 Jun 2020 10:47:25 +0200 Subject: python3-bugsnag: uprev 3.6.0 > 3.6.1 Also drop SRCNAME/SRC_URI/S, change to inherit pypi. Signed-off-by: Ming Liu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-bugsnag_3.6.0.bb | 25 ------------------------ recipes-devtools/python/python3-bugsnag_3.6.1.bb | 19 ++++++++++++++++++ 2 files changed, 19 insertions(+), 25 deletions(-) delete mode 100644 recipes-devtools/python/python3-bugsnag_3.6.0.bb create mode 100644 recipes-devtools/python/python3-bugsnag_3.6.1.bb (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python3-bugsnag_3.6.0.bb b/recipes-devtools/python/python3-bugsnag_3.6.0.bb deleted file mode 100644 index ef704e70..00000000 --- a/recipes-devtools/python/python3-bugsnag_3.6.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -HOMEPAGE = "https://bugsnag.com/" -SUMMARY = "Automatic error monitoring for django, flask, etc." -DESCRIPTION = "\ - The official Python notifier for `Bugsnag `_. \ - Provides support for automatically capturing and sending exceptions \ - in your Django and other Python apps to Bugsnag, to help you find \ - and solve your bugs as fast as possible. \ - " -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9577253c24027f0c6027a4fded2134fc" - -SRCNAME = "bugsnag" - -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 - -DEPENDS += "python3-webob python3-flask python3-blinker" - diff --git a/recipes-devtools/python/python3-bugsnag_3.6.1.bb b/recipes-devtools/python/python3-bugsnag_3.6.1.bb new file mode 100644 index 00000000..32385798 --- /dev/null +++ b/recipes-devtools/python/python3-bugsnag_3.6.1.bb @@ -0,0 +1,19 @@ +HOMEPAGE = "https://bugsnag.com/" +SUMMARY = "Automatic error monitoring for django, flask, etc." +DESCRIPTION = "\ + The official Python notifier for `Bugsnag `_. \ + Provides support for automatically capturing and sending exceptions \ + in your Django and other Python apps to Bugsnag, to help you find \ + and solve your bugs as fast as possible. \ + " +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3bc101ebc0815bd849021892cd333dd4" + +SRC_URI[md5sum] = "93443091b052130cfe1daf7595249f9f" +SRC_URI[sha256sum] = "8878437aa44ec485cecb255742035b3b98a6c7e7d167a943b5fbe597b2f8f7f9" + +inherit pypi setuptools3 + +DEPENDS += "python3-webob python3-flask python3-blinker" + -- cgit v1.2.3-54-g00ecf