diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:32:03 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:53:49 +0000 |
| commit | 52e67d4e6307a161491825bdfca01dd36b2228e1 (patch) | |
| tree | f4c2bea6dab8d9df21d41323f120aeb34bfaf96a /recipes-devtools/python/python3-bugsnag_3.6.0.bb | |
| parent | cceef93ba83497dcce2c1cdac91555d82371450a (diff) | |
| download | meta-virtualization-52e67d4e6307a161491825bdfca01dd36b2228e1.tar.gz | |
python: update support packages to python3
Updating the python support packages to python3. Some packages are
dropped in favour of variants that are in meta-python, some are
updated and update to the new python3 name for others.
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.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-bugsnag_3.6.0.bb b/recipes-devtools/python/python3-bugsnag_3.6.0.bb new file mode 100644 index 00000000..ef704e70 --- /dev/null +++ b/recipes-devtools/python/python3-bugsnag_3.6.0.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 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=9577253c24027f0c6027a4fded2134fc" | ||
| 12 | |||
| 13 | SRCNAME = "bugsnag" | ||
| 14 | |||
| 15 | SRC_URI = "https://pypi.python.org/packages/source/b/bugsnag/${SRCNAME}-${PV}.tar.gz" | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "b97e16b068b5e7fdc3e3fa9f684e56cd" | ||
| 18 | SRC_URI[sha256sum] = "67b8c01719e92f193f8424595a94e3a527bc0f9fcb7f2bc47a20af87de81929d" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 21 | |||
| 22 | inherit setuptools3 | ||
| 23 | |||
| 24 | DEPENDS += "python3-webob python3-flask python3-blinker" | ||
| 25 | |||
