pytools 2022.1.14-2 source package in Ubuntu

Changelog

pytools (2022.1.14-2) unstable; urgency=medium

  * Remove python-numpy-doc Build-Dependency; it is not built anymore
    from NumPy sources (Closes: #1028683).

 -- Tomasz Rybak <email address hidden>  Mon, 16 Jan 2023 20:23:37 +0100

Upload details

Uploaded by:
Tomasz Rybak
Uploaded to:
Sid
Original maintainer:
Tomasz Rybak
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytools_2022.1.14-2.dsc 2.3 KiB 6faffb9f1cd608df14b1d65644c05a5815852ddb91ebe156a08c225af4fee8a3
pytools_2022.1.14.orig.tar.xz 59.7 KiB 22ef0fb4c9974a0ada88f7ee464b7770f085d0c80da730698ff5eb1b758591d1
pytools_2022.1.14-2.debian.tar.xz 18.1 KiB bc03a4cbff05093877848360e8b5794776f1c188b5730de93ec83d3bf7e0badc

Available diffs

No changes file available.

Binary packages built by this source

python-pytools-doc: 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.

python3-pytools: 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.