Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "The new Python SDK for Sentry.io" |
| 2 | DESCRIPTION = "This is the next line of the Python SDK \ |
| 3 | for Sentry, intended to replace the raven package on PyPI." |
| 4 | HOMEPAGE = "https://github.com/getsentry/sentry-python" |
| 5 | LICENSE = "BSD-2-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" |
| 7 | |
William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 8 | RDEPENDS_${PN} += "python3-urllib3" |
| 9 | |
| 10 | SRC_URI[sha256sum] = "c1227d38dca315ba35182373f129c3e2722e8ed999e52584e6aca7d287870739" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 11 | |
| 12 | PYPI_PACKAGE = "sentry-sdk" |
Andrew Geissler | 32b1199 | 2021-03-31 13:37:05 -0500 | [diff] [blame] | 13 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 14 | inherit pypi setuptools3 |