[statsmodels] 01/01: Pure attempt to build with Python3

Andreas Tille tille at debian.org
Wed Sep 6 20:23:02 UTC 2017


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

tille pushed a commit to branch debian-python3
in repository statsmodels.

commit b90a8b9a63d274b9f6bb328b07ed40cb8cc18a76
Author: Andreas Tille <tille at debian.org>
Date:   Wed Sep 6 22:20:31 2017 +0200

    Pure attempt to build with Python3
---
 debian/changelog |  7 +++++++
 debian/control   | 31 +++++++++++++++++++++++++++++++
 debian/rules     |  2 +-
 3 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 71e6ded..668b340 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+statsmodels (0.8.0-3.1) UNRELEASED; urgency=medium
+
+  * Team upload
+  * Add Python3 support
+
+ -- Andreas Tille <tille at debian.org>  Wed, 06 Sep 2017 17:32:07 +0200
+
 statsmodels (0.8.0-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 3574c1b..b468dbc 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Build-Depends-Indep:
                pandoc,
 Standards-Version: 4.0.1
 X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
 Homepage: http://statsmodels.sourceforge.net/
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/statsmodels.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/statsmodels.git
@@ -74,3 +75,33 @@ Suggests: python-statsmodels
 Description: documentation and examples for statsmodels
  This package contains HTML documentation and example scripts for
  python-statsmodels.
+
+Package: python3-statsmodels
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+         python3-numpy,
+         python3-scipy,
+         python3-statsmodels-lib (>= ${source:Version}),
+         python3-patsy,
+         python3-pandas
+Recommends: python3-matplotlib,
+            python3-nose,
+            python3-joblib,
+            python3-cvxopt,
+Suggests: python3-statsmodels-doc,
+Provides: ${python3:Provides}
+Description: Python3 module for the estimation of statistical models
+ statsmodels Python3 module provides classes and functions for the
+ estimation of several categories of statistical models. These
+ currently include linear regression models, OLS, GLS, WLS and GLS
+ with AR(p) errors, generalized linear models for six distribution
+ families and M-estimators for robust linear models. An extensive list
+ of result statistics are available for each estimation problem.
+
+Package: python3-statsmodels-lib
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
+         python3-numpy
+Description: Python3 low-level implementations and bindings for statsmodels
+ This package contains architecture dependent extensions for
+ python3-statsmodels.
diff --git a/debian/rules b/debian/rules
index 6fb15ec..ad59f6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ export OPT+=-g -O0
 endif
 
 %:
-	dh  $@ --with python2
+	dh  $@ --with python2,python3
 
 
 cythonize:

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