blob: a5b28d406f871994a0acfa6f03c2e29446179125 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
pkgver = 0.19.3
pkgrel = 1
url = https://sentry.io/for/python
arch = any
license = BSD
makedepends = python-setuptools
depends = python-urllib3
depends = python-certifi
optdepends = python-flask: adds support for the Flask Web Framework
optdepends = python-blinker
optdepends = python-bottle: adds support for the Bottle Web Framework
optdepends = python-falcon: adds support for the Falcon Web Framework
optdepends = python-django: adds support for the Django Web Framework
optdepends = python-sanic: adds support for the Sanic Web Framework
optdepends = python-celery: adds support for the Celery Task Queue System
optdepends = python-apache-beam: experimental BeamIntegration
optdepends = python-rq: adds support for the RQ Job Queue System
optdepends = python-aiohttp: adds support for the AIOHTTP-Server Web Framework
optdepends = python-tornado: adds support for the Tornado Web Framework
optdepends = python-sqlalchemy: captures queries from SQLAlchemy as breadcrumbs
optdepends = python-pyspark: adds support for the Python API for Apache Spark
optdepends = python-pure_eval: for richer stacktraces & additional variables
optdepends = python-executing: for richer stacktraces & better function names
optdepends = python-asttokens
optdepends = python-chalice: for the Chalice web framework for AWS Lambda
source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.19.3.tar.gz
sha256sums = fd48f627945511c140546939b4d73815be4860cd1d2b9149577d7f6563e7bd60
pkgname = python-sentry_sdk
|