File: control

package info (click to toggle)
sentry-python 1.9.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,868 kB
  • sloc: python: 21,439; sh: 190; makefile: 120; xml: 2
file content (64 lines) | stat: -rw-r--r-- 1,831 bytes parent folder | download
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
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),
 python3-all,
Build-Depends-Indep:
 dh-python,
 python3-asttokens,
 python3-blinker,
 python3-certifi,
 python3-doc,
 python3-executing,
 python3-flask-login,
 python3-gevent,
 python3-hypothesis,
 python3-jsonschema,
 python3-pytest,
 python3-pytest-forked,
 python3-pytest-localserver,
 python3-pytest-xdist,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-autodoc-typehints,
 python3-sphinx-rtd-theme,
 python3-typing-extensions,
 python3-urllib3,
 python3-werkzeug,
Standards-Version: 4.6.1
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

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:
 python3-certifi,
 python3-urllib3,
 ${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.