debian-python-sentry/debian/control

64 lines
2.2 KiB
Plaintext

Source: sentry-python
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <team+python-modules@tracker.debian.org>
Uploaders: William Grzybowski <william@grzy.org>
Build-Depends: debhelper,
dh-python,
python3-all,
python3-blinker,
python3-certifi,
python3-eventlet,
python3-gevent,
python3-setuptools,
python3-flask-login,
python3-hypothesis,
python3-pytest,
python3-pytest-localserver,
python3-pytest-xdist,
python3-urllib3,
python3-werkzeug,
python-all,
python-blinker,
python-certifi,
python-eventlet,
python-gevent,
python-setuptools,
python-hypothesis,
python-pytest,
python-pytest-localserver,
python-pytest-xdist,
python-urllib3,
python-werkzeug
Standards-Version: 4.4.0
Homepage: https://github.com/getsentry/sentry-python
Vcs-Browser: https://salsa.debian.org/python-team/modules/sentry-python
Vcs-Git: https://salsa.debian.org/python-team/modules/sentry-python.git
Testsuite: autopkgtest-pkg-python
Package: python3-sentry-sdk
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-certifi,
python3-urllib3
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.
Package: python-sentry-sdk
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python-certifi,
python-urllib3
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.