File: control

package info (click to toggle)
python-grpclib 0.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 484 kB
  • sloc: python: 3,370; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,245 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
Source: python-grpclib
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Priority: optional
Standards-Version: 4.7.2
Section: python
Homepage: https://github.com/vmagamedov/grpclib
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-h2,
 python3-multidict,
 python3-setuptools,
Vcs-Git: https://salsa.debian.org/python-team/packages/python-grpclib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-grpclib
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no

Package: python3-grpclib
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Pure-Python gRPC implementation for asyncio (Python library)
 Provides a Pure-Python gRPC implementation for asyncio.
 .
 This package contains the Python library.

Package: protoc-grpclib
Section: devel
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Pure-Python gRPC implementation for asyncio (command-line tools)
 Provides a Pure-Python gRPC implementation for asyncio.
 .
 This package contains the command-line tools
 protoc-gen-grpclib_python and protoc-gen-python_grpc.