Source: pyoperators
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
               cython,
               cython3,
               dh-python,
               python-all-dev,
               python-nose,
               python-numexpr,
               python-numpy,
               python-scipy,
               python-setuptools,
               python3-all-dev,
               python3-nose,
               python3-numexpr,
               python3-numpy,
               python3-scipy,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pyoperators.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pyoperators.git
Homepage: http://pchanial.github.io/pyoperators/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

Package: python-pyoperators
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
         python-numexpr
Suggests: python-mpi4py,
          python-pyfftw,
          python-pywt
Description: Operators and solvers for high-performance computing (Python 2)
 The PyOperators package defines operators and solvers for high-performance
 computing. These operators are multi-dimensional functions with optimised
 and controlled memory management. If linear, they behave like matrices with
 a sparse storage footprint.
 .
 This package provides the Python 2 version of the library.

Package: python3-pyoperators
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         python3-numexpr
Suggests: python3-mpi4py,
          python3-pyfftw,
          python3-pywt
Description: Operators and solvers for high-performance computing (Python 3)
 The PyOperators package defines operators and solvers for high-performance
 computing. These operators are multi-dimensional functions with optimised
 and controlled memory management. If linear, they behave like matrices with
 a sparse storage footprint.
 .
 This package provides the Python 3 version of the library.
