Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [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 | |
| 8 | RDEPENDS:${PN} += "python3-urllib3" |
| 9 | |
Patrick Williams | 03907ee | 2022-05-01 06:28:52 -0500 | [diff] [blame^] | 10 | SRC_URI[sha256sum] = "38fd16a92b5ef94203db3ece10e03bdaa291481dd7e00e77a148aa0302267d47" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 11 | |
| 12 | PYPI_PACKAGE = "sentry-sdk" |
| 13 | |
| 14 | inherit pypi setuptools3 |