File: control

package info (click to toggle)
python-fastbencode 0.3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 228 kB
  • sloc: python: 478; makefile: 12
file content (31 lines) | stat: -rw-r--r-- 1,260 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
Rules-Requires-Root: no
Standards-Version: 4.5.1
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               cargo:native,
               cython3,
               librust-pyo3+default-dev (<< 0.27-~~),
               librust-pyo3+default-dev (>= 0.25-~~),
               librust-pyo3+extension-module-dev (<< 0.27-~~),
               librust-pyo3+extension-module-dev (>= 0.25-~~),
               libstd-rust-dev,
               python3-all-dev,
               python3-setuptools,
               python3-setuptools-rust,
               rustc:native
Testsuite: autopkgtest-pkg-python
Source: python-fastbencode
Priority: optional
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Vcs-Git: https://salsa.debian.org/python-team/packages/python-fastbencode.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fastbencode
Homepage: https://github.com/breezy-team/fastbencode

Package: python3-fastbencode
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Architecture: any
Description: Fast bencode implementation
 Fast Python implementation of the bencode serialization
 mechanism used by the BitTorrent protocol and others.