pytools 2021.2.8-1 source package in Ubuntu
Changelog
pytools (2021.2.8-1) unstable; urgency=medium * New upstream release (Closes: #996485). * Drop remove-decorator.patch - upstream removed module. * Documentation: * Refresh documentation patch. * Include file downloaded during build as part of patch. * Split documentation built dependencies to *-Indep block. * Add explicit dependency on python3-doc and python-numpy-doc for Sphinx index. * Update Standards-Version to 4.6.0; no changes necessary. -- Tomasz Rybak <email address hidden> Sat, 16 Oct 2021 22:48:55 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | python | |
Jammy | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pytools_2021.2.8-1.dsc | 2.2 KiB | 9ff315e3b3834bd99fb75d19c7fa04e303d7b316ca507e607c3213474168afd5 |
pytools_2021.2.8.orig.tar.xz | 51.7 KiB | 4bd2b2b7fd8396e989d8e40394ade04c6bb9796a208188a0247d736b9441d654 |
pytools_2021.2.8-1.debian.tar.xz | 17.6 KiB | 43c085c20deed4e97325c588b45942595f085809f57e3efbf89b359eef635ebc |
Available diffs
- diff from 2021.1-2 to 2021.2.8-1 (22.4 KiB)
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.