File: control

package info (click to toggle)
xmodem 0.4.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: python: 1,066; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 902 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
Source: xmodem
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bastian Germann <bastiangermann@fishpost.de>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools,
 python3-all, python3-pytest, lrzsz
Standards-Version: 4.5.0
Homepage: https://github.com/tehmaze/xmodem
Vcs-Browser: https://salsa.debian.org/python-team/packages/xmodem
Vcs-Git: https://salsa.debian.org/python-team/packages/xmodem.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-xmodem
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: xmodem file transfer protocol library (Python 3)
 This is a Python implementation of XMODEM, XMODEM1K and XMODMCRC.
 These are old serial file transfer protocols which are still in
 rare use for embedded systems.
 .
 This package installs the library for Python 3.