[pyoperators] 01/03: d/control: add python 3 package

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Oct 9 18:11:59 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 007bf0abd84e81b699ce52b192a5d853653cf0ba
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Oct 9 19:08:46 2014 +0100

    d/control: add python 3 package
---
 debian/control | 37 ++++++++++++++++++++++++++++++++-----
 1 file changed, 32 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 7cce243..a5a6dfb 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,12 @@ Build-Depends:
  python-numpy,
  python-nose,
  python-numexpr,
- python-scipy
+ python-scipy,
+ python3-all-dev,
+ python3-numpy,
+ python3-nose,
+ python3-numexpr,
+ python3-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
@@ -28,8 +33,30 @@ Recommends:
  python-numexpr
 Suggests:
  python-pyfftw
-Description: Operators and solvers for high-performance computing.
- 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 
+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}
+Recommends:
+ python3-numpy,
+ python3-scipy,
+ python3-numexpr
+Suggests:
+ python3-pyfftw
+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.

-- 
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