[Blends-commit] [SCM] science branch, master, updated. 7db2a8aa76b32d64346dfc1c1f2669f719bb7edc
Andreas Tille
tille at debian.org
Mon Aug 15 19:28:33 UTC 2016
The following commit has been merged in the master branch:
commit 7db2a8aa76b32d64346dfc1c1f2669f719bb7edc
Author: Andreas Tille <tille at debian.org>
Date: Mon Aug 15 21:27:59 2016 +0200
INtroduce python3 alternatives
diff --git a/tasks/economics b/tasks/economics
index e172d25..61b4717 100644
--- a/tasks/economics
+++ b/tasks/economics
@@ -86,19 +86,19 @@ Depends: wxmaxima
Depends: ipython
-Depends: python-matplotlib
+Depends: python3-matplotlib | python-matplotlib
-Depends: python-numpy
+Depends: python3-numpy | python-numpy
-Depends: python-scipy
+Depends: python3-scipy | python-scipy
Depends: python-scitools
Depends: python-statsmodels
-Depends: python-pandas
+Depends: python3-pandas | python-pandas
-Depends: python-simpy
+Depends: python3-simpy | python-simpy
Depends: dolo
Homepage: https://github.com/albop/dolo
diff --git a/tasks/mathematics-dev b/tasks/mathematics-dev
index 6c6210e..95bfc0a 100644
--- a/tasks/mathematics-dev
+++ b/tasks/mathematics-dev
@@ -15,7 +15,7 @@ Why: FEA, mesh generator
Suggests: libtet1.4.2-dev
Why: non-free
-Depends: python-numpy
+Depends: python3-numpy | python-numpy
Depends: python3-numexpr | python-numexpr
diff --git a/tasks/numericalcomputation b/tasks/numericalcomputation
index f5f35e2..5d72423 100644
--- a/tasks/numericalcomputation
+++ b/tasks/numericalcomputation
@@ -11,7 +11,7 @@ Description: Debian Science Numerical Computation packages
Depends: octave
Why: numerical programming environment similar to Matlab
-Depends: python-matplotlib, python-scipy, ipython, python-numpy, spyder, python-guiqwt
+Depends: python3-matplotlib | python-matplotlib, python3-scipy | python-scipy, ipython, python3-numpy | python-numpy, spyder, python3-guiqwt | python-guiqwt
Why: Python based numerical programming environment similar to Matlab
Suggests: python3-bcolz
@@ -52,7 +52,7 @@ Suggests: hpcc
Depends: python-scitools
-Depends: python-deap
+Depends: python3-deap | python-deap
Depends: python3-lmfit | python-lmfit
--
Debian Science Blend
More information about the Blends-commit
mailing list