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/python-bugsnag_2.0.2.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/python-bugsnag_2.0.2.bb')
| -rw-r--r-- | recipes-devtools/python/python-bugsnag_2.0.2.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-devtools/python/python-bugsnag_2.0.2.bb b/recipes-devtools/python/python-bugsnag_2.0.2.bb deleted file mode 100644 index edf880fb..00000000 --- a/recipes-devtools/python/python-bugsnag_2.0.2.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 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=f6df6ab9f1b615a140ebb2a48f61bddc" | ||
| 12 | |||
| 13 | PR = "r0" | ||
| 14 | SRCNAME = "bugsnag" | ||
| 15 | |||
| 16 | SRC_URI = "https://pypi.python.org/packages/source/b/bugsnag/${SRCNAME}-${PV}.tar.gz" | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "e16360d86979890892cd388635f213e7" | ||
| 19 | SRC_URI[sha256sum] = "093934b3cd1d36ba2b89cfe1673b14ba59043417fe500a02dbf6de0df43ea962" | ||
| 20 | |||
| 21 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 22 | |||
| 23 | inherit setuptools | ||
| 24 | |||
| 25 | DEPENDS += "python-webob python-flask python-blinker" | ||
| 26 | |||
