Source: python-arrayfire
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),
               dh-python,
               libarrayfire-unified3 (>= 3.3.0+dfsg1-1~),
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-arrayfire.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-arrayfire.git
Homepage: http://arrayfire.com/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-arrayfire
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         libarrayfire-unified3 (>= 3.3.0+dfsg1-1~)
Suggests: python-arrayfire-doc
Description: Python wrappers for the ArrayFire library (Python 2)
 ArrayFire is a high performance software library for parallel computing
 with an easy-to-use API. Its array based function set makes parallel
 programming simple.
 .
 ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
 platform independent and highly portable.
 .
 A few lines of code in ArrayFire can replace dozens of lines of parallel
 computing code, saving you valuable time and lowering development costs.
 .
 This package provides wrappers to ArrayFire for the Python 2 interpreter.

Package: python3-arrayfire
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         libarrayfire-unified3 (>= 3.3.0+dfsg1-1~)
Suggests: python-arrayfire-doc
Description: Python wrappers for the ArrayFire library (Python 3)
 ArrayFire is a high performance software library for parallel computing
 with an easy-to-use API. Its array based function set makes parallel
 programming simple.
 .
 ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
 platform independent and highly portable.
 .
 A few lines of code in ArrayFire can replace dozens of lines of parallel
 computing code, saving you valuable time and lowering development costs.
 .
 This package provides wrappers to ArrayFire for the Python 3 interpreter.

Package: python-arrayfire-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: examples for the ArrayFire Python wrappers
 ArrayFire is a high performance software library for parallel computing
 with an easy-to-use API. Its array based function set makes parallel
 programming simple.
 .
 ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
 platform independent and highly portable.
 .
 A few lines of code in ArrayFire can replace dozens of lines of parallel
 computing code, saving you valuable time and lowering development costs.
 .
 This package provides examples for the ArrayFire Python wrappers.
