File: control

package info (click to toggle)
fpyutils 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 236 kB
  • sloc: python: 741; makefile: 51
file content (42 lines) | stat: -rw-r--r-- 1,171 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
40
41
42
Source: fpyutils
Section: net
Priority: optional
Maintainer: Sakirnth Nagarasa <sakirnth@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python-ilorest-doc,
 python3-all,
 python3-setuptools,
 python3-sphinx,
 python3-wheel,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/frnmst/fpyutils
Vcs-Browser: https://salsa.debian.org/saki/fpyutils
Vcs-Git: https://salsa.debian.org/saki/fpyutils.git

Package: python-fpyutils-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: collection of useful non-standard Python functions (docs)
 A collection of useful non-standard Python functions which aim to be
 simple to use, highly readable but not efficient.
 .
 This package provides the documentation for fpyutils.

Package: python3-fpyutils
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-fpyutils-doc,
Description: collection of useful non-standard Python functions (Python 3)
 A collection of useful non-standard Python functions which aim to be
 simple to use, highly readable but not efficient.
 .
 This package contains the Python 3.x module.