[python-xarray] 04/12: Add optional dependencies to the build

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Apr 15 20:52:03 UTC 2017


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

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

commit a188f7ae98b2374cd2ab57fbb4d450ebdf2717f4
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat Apr 15 13:03:02 2017 +0100

    Add optional dependencies to the build
    
    - Added bottleneck, dask, distributed, h5netcdf, h5py, matplotlib,
      netcdf4, pydap, scipy, seaborn, toolz to the list of b-deps and
      suggested i-deps
    - Test without distributed and pydap since they are known to fail
      upstream
    
    Gbp-Dch: full
---
 debian/control | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c060a4c..1c0d34c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,21 @@ Build-Depends: debhelper (>= 10),
                dh-python,
                dpkg-dev (>= 1.17.14),
                python3-all,
+               python3-bottleneck <!nocheck>,
+               python3-dask <!nocheck>,
+#               python3-distributed <!nocheck>,
+               python3-h5netcdf <!nocheck>,
+               python3-h5py <!nocheck>,
+               python3-matplotlib <!nocheck>,
+               python3-netcdf4 <!nocheck>,
                python3-numpy <!nocheck>,
                python3-pandas (>= 0.15.0) <!nocheck>,
+#               python3-pydap <!nocheck>,
                python3-pytest (>= 2.7.1) <!nocheck>,
-               python3-setuptools
+               python3-setuptools,
+               python3-scipy <!nocheck>,
+               python3-seaborn <!nocheck>,
+               python3-toolz <!nocheck>
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/python-xarray.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-xarray.git
@@ -21,6 +32,17 @@ Package: python3-xarray
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends}
+Suggests: python3-bottleneck,
+          python3-dask,
+          python3-distributed,
+          python3-h5netcdf,
+          python3-h5py,
+          python3-matplotlib,
+          python3-netcdf4,
+          python3-pydap,
+          python3-scipy,
+          python3-seaborn,
+          python3-toolz
 Description: N-D labeled arrays and datasets in Python 3
  xarray (formerly xray) is an open source project and Python package that aims
  to bring the labeled data power of pandas to the physical sciences, by

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



More information about the debian-science-commits mailing list