File: control

package info (click to toggle)
python-elastic-transport 9.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 640 kB
  • sloc: python: 6,590; makefile: 18
file content (67 lines) | stat: -rw-r--r-- 2,128 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
65
66
67
Source: python-elastic-transport
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 furo <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-certifi,
 python3-doc,
 python-requests-doc,
 python3-urllib3,
 python3-aiohttp <!nocheck>,
 python3-httpcore <!nocheck>,
 python3-httpx <!nocheck>,
 python3-orjson <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-httpbin <!nocheck>,
 python3-pytest-httpserver <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-requests <!nocheck>,
 python3-respx <!nocheck>,
 python3-setuptools <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-autodoc-typehints <!nodoc>,
 python3-trustme <!nocheck>,
# python3-opentelemetry-jdk <!nocheck>,
# python3-opentelemetry-api <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/elastic/elastic-transport-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-elastic-transport
Vcs-Git: https://salsa.debian.org/python-team/packages/python-elastic-transport.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-elastic-transport
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python3:Recommends},
Suggests:
 python-elastic-transport-doc,
 ${python3:Suggests},
Description: Transport utilities shared by the Elastic client libraries
 This library was lifted from elasticsearch-py and then transformed
 to be used across all Elastic services rather than only Elasticsearch.

Package: python-elastic-transport-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Transport utilities shared by the Elastic client libraries (Documentation)
 This library was lifted from elasticsearch-py and then transformed
 to be used across all Elastic services rather than only Elasticsearch.
 .
 This package installs the documentation for the library.