File: control

package info (click to toggle)
mypy-protobuf 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 476 kB
  • sloc: python: 1,383; sh: 114; makefile: 10
file content (32 lines) | stat: -rw-r--r-- 877 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
Source: mypy-protobuf
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Agathe Porte <debian@microjoe.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-grpc-tools,
 python3-protobuf,
 python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/dropbox/mypy-protobuf
Vcs-Browser: https://salsa.debian.org/python-team/packages/mypy-protobuf
Vcs-Git: https://salsa.debian.org/python-team/packages/mypy-protobuf.git
Rules-Requires-Root: no

Package: mypy-protobuf
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-protobuf,
Enhances:
 protobuf-compiler,
Description: Generate mypy stub files from protobuf specs
 This package provides a plugin for protoc to allow it to generate
 typing annotations for Python.