File: control

package info (click to toggle)
pytools 2021.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 564 kB
  • sloc: python: 4,726; makefile: 36; sh: 2
file content (64 lines) | stat: -rw-r--r-- 2,267 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: pytools
Section: python
Priority: optional
Maintainer: Tomasz Rybak <serpent@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-numpy3,
 dh-sequence-sphinxdoc,
 dh-python,
 python3-all,
 python3-setuptools,
 python3-numpy,
 python3-sphinx (>= 1.0.7+dfsg) <!nodoc>,
 python3-sphinx-copybutton <!nodoc>,
 python3-decorator (>= 3.2.0),
 python3-six,
 python3-pytest
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: http://mathema.tician.de/software/pytools
Vcs-Git: https://salsa.debian.org/debian/python-pytools.git
Vcs-Browser: https://salsa.debian.org/debian/python-pytools

Package: python3-pytools
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 python3-appdirs (>= 1.4.0),
 python3-numpy,
 python3-decorator (>= 3.2.0),
 python3-six
Description: big bag of things supplementing Python 3 standard library
 Pytools is a big bag of things that are needed by packages created by
 Andreas Kloeckner. They are used by python-pycuda and python-pyopencl
 packages. They contain, amongst other:
  * A ton of small tool functions such as len_iterable, argmin, tuple
    generation, permutation generation, ASCII table pretty printing,
    GvR's mokeypatch_xxx() hack, the elusive flatten, and much more
  * A time-series logging module, pytools.log
  * Batch job submission, pytools.batchjob
  * A lexer, pytools.lex
 .
 This package contains Python 3 modules.

Package: python-pytools-doc
Section: doc
Architecture: all
Depends: ${sphinxdoc:Depends},
 ${misc:Depends}
Recommends: python3-doc,
 python-numpy-doc
Suggests: python3-pytools
Multi-Arch: foreign
Description: big bag of things supplementing Python library (documentation)
 Pytools is a big bag of things that are needed by packages created by
 Andreas Kloeckner. They are used by python-pycuda and python-pyopencl
 packages. They contain, amongst other:
  * A ton of small tool functions such as len_iterable, argmin, tuple
    generation, permutation generation, ASCII table pretty printing,
    GvR's mokeypatch_xxx() hack, the elusive flatten, and much more
  * A time-series logging module, pytools.log
  * Batch job submission, pytools.batchjob
  * A lexer, pytools.lex
 .
 This package contains HTML documentation and example scripts.