File: control

package info (click to toggle)
pybindgen 0.20.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,908 kB
  • sloc: python: 15,982; cpp: 1,889; ansic: 617; makefile: 86; sh: 4
file content (37 lines) | stat: -rw-r--r-- 1,234 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
Source: pybindgen
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-setuptools-scm,
 python3-sphinx
Standards-Version: 4.4.1
Homepage: https://github.com/gjcarneiro/pybindgen
Vcs-Browser: https://salsa.debian.org/python-team/modules/pybindgen
Vcs-Git: https://salsa.debian.org/python-team/modules/pybindgen.git
Testsuite: autopkgtest-pkg-python

Package: python3-pybindgen
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-pybindgen-doc
Description: Python bindings generator (Python 3)
 This package contains a Python bindings generator. It can generate clean C or
 C++ code or self contained code.
 .
 This package installs the library for Python 3.

Package: python-pybindgen-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python bindings generator (common documentation)
 This package contains a Python bindings generator. It can generate clean C or
 C++ code or self contained code.
 .
 This is the common documentation package.