File: control

package info (click to toggle)
python-yenc 0.4.0-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 388 kB
  • sloc: python: 572; ansic: 429; sh: 9; makefile: 6
file content (39 lines) | stat: -rw-r--r-- 1,307 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
Source: python-yenc
Homepage: https://www.golug.it/yenc.html
Section: python
Priority: optional
Maintainer: Jeroen Ploemen <jcfp@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 python3-all-dev,
 dh-python
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/python-team/packages/python-yenc.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-yenc
Rules-Requires-Root: no

Package: python3-yenc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Suggests: python-yenc-doc
Description: yEnc encoding/decoding extension (Python 3)
 The yEnc module provides a simple API for raw encoding/decoding of
 yencoded binaries, mainly used when retrieving from or posting to
 Usenet. It is significantly faster than any pure-Python
 implementation.
 .
 This package contains the Python 3 module.

Package: python-yenc-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: python-yenc (<< 0.4.0-3)
Replaces: python-yenc (<< 0.4.0-3)
Description: yEnc encoding/decoding extension for Python (documentation)
 The yEnc module provides a simple API for raw encoding/decoding of
 yencoded binaries.
 .
 This package contains the documentation and examples for yEnc.