diff options
Diffstat (limited to 'recipes-devtools/python/python3-bugsnag_3.6.1.bb')
| -rw-r--r-- | recipes-devtools/python/python3-bugsnag_3.6.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ | |||
| 1 | HOMEPAGE = "https://bugsnag.com/" | ||
| 2 | SUMMARY = "Automatic error monitoring for django, flask, etc." | ||
| 3 | DESCRIPTION = "\ | ||
| 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 | " | ||
| 9 | SECTION = "devel/python" | ||
| 10 | LICENSE = "MIT" | ||
| 11 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3bc101ebc0815bd849021892cd333dd4" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "93443091b052130cfe1daf7595249f9f" | ||
| 14 | SRC_URI[sha256sum] = "8878437aa44ec485cecb255742035b3b98a6c7e7d167a943b5fbe597b2f8f7f9" | ||
| 15 | |||
| 16 | inherit pypi setuptools3 | ||
| 17 | |||
| 18 | DEPENDS += "python3-webob python3-flask python3-blinker" | ||
| 19 | |||
