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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: sentry-python
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
William Grzybowski <william@grzy.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
Build-Depends-Indep:
dh-sequence-python3,
dh-sequence-sphinxdoc,
python3-asttokens <!nocheck>,
python3-blinker <!nocheck>,
python3-brotli <!nocheck>,
python3-certifi <!nocheck>,
python3-doc <!nodoc>,
python3-executing <!nocheck>,
python3-flask-login <!nocheck>,
python3-gevent <!nocheck>,
python3-hypothesis <!nocheck>,
python3-jsonschema <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-forked <!nocheck>,
python3-pytest-localserver <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-responses <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-autodoc-typehints <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-typing-extensions <!nodoc>,
python3-urllib3 <!nocheck>,
python3-werkzeug <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/getsentry/sentry-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/sentry-python
Vcs-Git: https://salsa.debian.org/python-team/packages/sentry-python.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: python-sentry-sdk-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: New Python SDK for Sentry.io (Documentation)
Python client for Sentry. It provides full out-of-the-box support for
many of the popular frameworks, including Django, and Flask. Raven also
includes drop-in support for any WSGI-compatible web application.
.
This package contains the documentation.
Package: python3-sentry-sdk
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: New Python SDK for Sentry.io (Python 3)
Python client for Sentry. It provides full out-of-the-box support for
many of the popular frameworks, including Django, and Flask. Raven also
includes drop-in support for any WSGI-compatible web application.
.
This package installs the library for Python 3.
|