Source: pytools
Section: python
Priority: optional
Maintainer: Tomasz Rybak <tomasz.rybak@post.pl>
Build-Depends: debhelper (>= 9),
 dh-python,
 python (>= 2.5),
 python3-all (>= 3.2),
 python-setuptools,
 python3-setuptools,
 python-numpy,
 python3-numpy,
 python-decorator (>= 3.2.0),
 python3-decorator (>= 3.2.0),
 python-six,
 python3-six
Standards-Version: 3.9.6
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.2
Homepage: http://mathema.tician.de/software/pytools
Vcs-Git: git://anonscm.debian.org/collab-maint/python-pytools.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-pytools.git

Package: python-pytools
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 python-appdirs (>= 1.4.0),
 python-numpy,
 python-decorator (>= 3.2.0),
 python-six
Description: big bag of things supplementing Python 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

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.
