summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-bugsnag_3.6.0.bb
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-06-23 10:47:25 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-25 22:46:44 -0400
commita6893e27ef71b0940e68d0d99ecf097b510a0c55 (patch)
tree16568d752cf7df6db55ff0b4850d3ad90d56143b /recipes-devtools/python/python3-bugsnag_3.6.0.bb
parent46c14c5cd873685d0a4d09f74aa9744b902376a4 (diff)
downloadmeta-virtualization-a6893e27ef71b0940e68d0d99ecf097b510a0c55.tar.gz
python3-bugsnag: uprev 3.6.0 > 3.6.1
Also drop SRCNAME/SRC_URI/S, change to inherit pypi. Signed-off-by: Ming Liu <ming.liu@toradex.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-bugsnag_3.6.0.bb')
-rw-r--r--recipes-devtools/python/python3-bugsnag_3.6.0.bb25
1 files changed, 0 insertions, 25 deletions
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 @@
1HOMEPAGE = "https://bugsnag.com/"
2SUMMARY = "Automatic error monitoring for django, flask, etc."
3DESCRIPTION = "\
4 The official Python notifier for `Bugsnag <https://bugsnag.com/>`_. \
5 Provides support for automatically capturing and sending exceptions \
6 in your Django and other Python apps to Bugsnag, to help you find \
7 and solve your bugs as fast as possible. \
8 "
9SECTION = "devel/python"
10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9577253c24027f0c6027a4fded2134fc"
12
13SRCNAME = "bugsnag"
14
15SRC_URI = "https://pypi.python.org/packages/source/b/bugsnag/${SRCNAME}-${PV}.tar.gz"
16
17SRC_URI[md5sum] = "b97e16b068b5e7fdc3e3fa9f684e56cd"
18SRC_URI[sha256sum] = "67b8c01719e92f193f8424595a94e3a527bc0f9fcb7f2bc47a20af87de81929d"
19
20S = "${WORKDIR}/${SRCNAME}-${PV}"
21
22inherit setuptools3
23
24DEPENDS += "python3-webob python3-flask python3-blinker"
25