meta-virtualization/recipes-devtools/python/python3-bugsnag_4.7.1.bb
Bruce Ashfield bd1a95853f devtools: update to latest
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-04-17 18:34:53 +00:00

19 lines
688 B
BlitzBasic

HOMEPAGE = "https://bugsnag.com/"
SUMMARY = "Automatic error monitoring for django, flask, etc."
DESCRIPTION = "\
The official Python notifier for `Bugsnag <https://bugsnag.com/>`_. \
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;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
SRC_URI[sha256sum] = "98408fe17d4a7f300a56535407a6448b9844d9b528c44527908868fc3646e873"
inherit pypi setuptools3
DEPENDS += "python3-webob python3-flask python3-blinker"