File: control

package info (click to toggle)
python-setuptools-protobuf 0.1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: python: 177; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (2)
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
Rules-Requires-Root: no
Standards-Version: 4.6.1.0
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools
Testsuite: autopkgtest-pkg-python
Source: python-setuptools-protobuf
Homepage: https://github.com/jelmer/setuptools-protobuf
Priority: optional
Section: python
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Vcs-Git: https://salsa.debian.org/python-team/packages/python-setuptools-protobuf.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-setuptools-protobuf

Package: python3-setuptools-protobuf
Depends: ${python3:Depends}, ${misc:Depends}, python3-setuptools, protobuf-compiler
Recommends: mypy-protobuf
Architecture: all
Description: Setuptools protobuf extension plugin
 Plugin for setuptools that adds support for compiling protobuf
 to Python files.
 .
 It can optionally also generate mypy interface files if
 mypy-protobuf is present.