[pyoperators] 02/03: d/control: more build-depends and depends

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 24 08:16:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository pyoperators.

commit db30ef0edab44910f8008509dce23d77851e74ae
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Sep 24 09:15:27 2014 +0100

    d/control: more build-depends and depends
---
 debian/control | 53 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 28 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index 6bd6479..7cce243 100644
--- a/debian/control
+++ b/debian/control
@@ -1,32 +1,35 @@
 Source: pyoperators
-Maintainer: Ghislain Antony Vaillant <ghisvail at gmail.com>
 Section: python
 Priority: optional
-Build-Depends: python-all-dev (>= 2.6.6-3), debhelper (>= 9)
-Standards-Version: 3.9.1
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ghislain Vaillant <ghisvail at gmail.com>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all-dev (>= 2.6.6-3),
+ python-numpy,
+ python-nose,
+ python-numexpr,
+ python-scipy
+Standards-Version: 3.9.5
+Homepage: http://pchanial.github.io/pyoperators/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pyoperators.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/pyoperators.git
 
 Package: python-pyoperators
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Recommends:
+ python-numpy,
+ python-scipy,
+ python-numexpr
+Suggests:
+ python-pyfftw
 Description: Operators and solvers for high-performance computing.
- ===========
- PyOperators
- ===========
- .
- 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.
- .
- Getting started
- ===============
- .
- To define an operator, one needs to define a direct function
- which will replace the usual matrix-vector operation:
- .
- >>> def f(x, out):
- ...     out[...] = 2 * x
- .
- Then, you can instantiate an ``Operator``:
- .
- >>> A = pyoperators.Operator(direct=f, flags='symmetric')
- .
- An alternative way to define an operator is to define a subclass:
-
+ 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyoperators.git



More information about the debian-science-commits mailing list