pytools 2019.1.1-1 source package in Ubuntu

Changelog

pytools (2019.1.1-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.4.1; no changes necessary.
  * Use debhelper-compat versioned dependency instead of d/compat
    to mark debhelper compatibility level.
  * Update d/copyright; use debmake suggestion and change name of MIT
    to Expat licence, removing ambiguity.
  * Change d/watch to use upstream git repository.
  * Add upstream GPG key.
  * Do not Suggest python-pytools in doc package, preparing for #938289.
  * Fix dependency in doc package to use sptinxdoc:Depends.

 -- Tomasz Rybak <email address hidden>  Sun, 03 Nov 2019 18:21:36 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytools_2019.1.1-1.dsc 2.2 KiB d62ff55f71763322d05df0d01f1ded9fd333f9767c1aa9592eb5cac47b510e33
pytools_2019.1.1.orig.tar.xz 48.2 KiB 667b2f8448bd7b6af8ff031ee7456f4db42d54306003a074670a5d544e2a4c17
pytools_2019.1.1-1.debian.tar.xz 17.2 KiB b87bda5e3e0e790d3d2b4a1bde16dd546937d0ef5b0e10f5dee96907e934b301

Available diffs

No changes file available.

Binary packages built by this source

python-pytools: No summary available for python-pytools in ubuntu focal.

No description available for python-pytools in ubuntu focal.

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.