Source: linop
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-nose,
               python-numpy,
               python-scipy,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-nose,
               python3-numpy,
               python3-scipy,
               python3-setuptools
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/science-team/linop
Vcs-Git: https://salsa.debian.org/science-team/linop.git
Homepage: http://pythonhosted.org/linop/

Package: python-linop
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         python-numpy
Suggests: python-linop-doc
Description: Linear mathematical operators in Python (Python 2)
 Linop provides a standalone set of classes to abstract the creation and 
 management of linear operators, to be used as a common basis for the 
 development of advanced mathematical frameworks.
 .
 This is the Python 2 version of the package.

Package: python3-linop
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-numpy
Suggests: python-linop-doc
Description: Linear mathematical operators in Python (Python 3)
 Linop provides a standalone set of classes to abstract the creation and 
 management of linear operators, to be used as a common basis for the 
 development of advanced mathematical frameworks.
 .
 This is the Python 3 version of the package.

Package: python-linop-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
         libjs-mathjax
Description: Linear mathematical operators in Python (documentation)
 Linop provides a standalone set of classes to abstract the creation and 
 management of linear operators, to be used as a common basis for the 
 development of advanced mathematical frameworks.
 .
 This is the common documentation of the package.
