pytools 2023.1.1-1 source package in Ubuntu

Changelog

pytools (2023.1.1-1) unstable; urgency=medium

  * New upstream release.
    * Refresh patches.
  * Add python-pytest-doc to build dependencies, for documentation links.

 -- Tomasz Rybak <email address hidden>  Mon, 04 Dec 2023 21:03:40 +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
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytools_2023.1.1-1.dsc 2.3 KiB 9c25eb804ecb6b5a7ea70e4c53c2bc3169c1a1804f233672a9ae0c4b3fc32cac
pytools_2023.1.1.orig.tar.xz 60.5 KiB 8e3106e2afaf5fe612114aa4fce0caa877805beb5f1f5ba248f18efefb4be014
pytools_2023.1.1-1.debian.tar.xz 18.1 KiB 29fd586cbcf445c4ec69c2c6ed0a938211151aba60d5ffc889fe2051d8af26ad

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.