[statsmodels] 12/21: Update Python 3 build depends, add components necessary to build notebook examples
Diane Trout
diane at moszumanska.debian.org
Mon Sep 25 06:39:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
diane pushed a commit to branch detrout-python3-try2
in repository statsmodels.
commit c3c69055ff4f15222c9e45496f77544136f18178
Author: Diane Trout <diane at ghic.org>
Date: Sun Sep 24 23:11:07 2017 -0700
Update Python 3 build depends, add components necessary to build notebook examples
---
debian/changelog | 2 ++
debian/control | 33 +++++++++++++++++++++++++--------
2 files changed, 27 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d7f297f..0ed4934 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ statsmodels (0.8.0-3.1) UNRELEASED; urgency=medium
* Add python-dateutil, patsy, tk as build depends
Marking nose & tk as !nocheck
* Add Python3 support
+ * Update Python 3 build depends, add components necessary to build
+ notebook examples
-- Andreas Tille <tille at debian.org> Wed, 06 Sep 2017 17:32:07 +0200
diff --git a/debian/control b/debian/control
index e84af0a..fa3d9a6 100644
--- a/debian/control
+++ b/debian/control
@@ -17,14 +17,31 @@ Build-Depends: debhelper (>= 9),
python-tk <!nocheck>,
python-patsy,
python-cvxopt,
- dh-python
-Build-Depends-Indep:
- python-zmq,
- nodejs,
- pandoc,
- python3-numpydoc,
- python3-sphinx (>= 1.0.6),
- python3-traitlets | ipython3-notebook (>= 0.13.1)
+ dh-python,
+ cython3,
+ python3-all-dev,
+ python3-dateutil,
+ python3-cvxopt <!nocheck>,
+ python3-matplotlib,
+ python3-numpy (>= 1:1.4.0),
+ python3-nose,
+ python3-pandas,
+ python3-patsy <!nocheck>,
+ python3-scipy,
+ python3-setuptools,
+ python3-tk <!nocheck>,
+ python3-joblib,
+Build-Depends-Indep: ipython3 (>= 5~) <!nodoc> | ipython3-notebook (>= 0.13.1) <!nodoc>,
+ python3-nbconvert <!nodoc>,
+ python3-jupyter-client <!nodoc>,
+ python3-ipykernel <!nodoc>,
+ python3-numpydoc <!nodoc>,
+ python-numpy-doc <!nodoc>,
+ python-patsy-doc <!nodoc>,
+ python-pandas-doc <!nodoc>,
+ python3-doc <!nodoc>,
+ python3-sphinx (>= 1.0.6) <!nodoc>,
+ python3-traitlets <!nodoc>| ipython3-notebook (>= 0.13.1)
Standards-Version: 4.0.1
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/statsmodels.git
More information about the debian-science-commits
mailing list