pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-statsmodels py-statsmodels: update to 0.9.0nb2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fbb81f35981
branches:  trunk
changeset: 340224:3fbb81f35981
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 27 09:00:38 2019 +0000

description:
py-statsmodels: update to 0.9.0nb2.

Remove some .so files from the PLIST that are not built for me
nor in mef's 9.0 bulk build.

diffstat:

 math/py-statsmodels/Makefile |   5 +++--
 math/py-statsmodels/PLIST    |  14 +-------------
 2 files changed, 4 insertions(+), 15 deletions(-)

diffs (56 lines):

diff -r 7fff5235461a -r 3fbb81f35981 math/py-statsmodels/Makefile
--- a/math/py-statsmodels/Makefile      Fri Sep 27 07:14:02 2019 +0000
+++ b/math/py-statsmodels/Makefile      Fri Sep 27 09:00:38 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/06/17 05:29:43 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/09/27 09:00:38 wiz Exp $
 
 DISTNAME=      statsmodels-0.9.0
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/statsmodels/}
@@ -17,6 +17,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-matplotlib, py-scipy
+USE_LANGUAGES=                 c
 
 SUBST_CLASSES+=                scipy
 SUBST_STAGE.scipy=     pre-configure
diff -r 7fff5235461a -r 3fbb81f35981 math/py-statsmodels/PLIST
--- a/math/py-statsmodels/PLIST Fri Sep 27 07:14:02 2019 +0000
+++ b/math/py-statsmodels/PLIST Fri Sep 27 09:00:38 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/07/05 13:09:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/09/27 09:00:38 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -2003,25 +2003,13 @@
 ${PYSITELIB}/statsmodels/tsa/statespace/_filters/__init__.py
 ${PYSITELIB}/statsmodels/tsa/statespace/_filters/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/_filters/__init__.pyo
-${PYSITELIB}/statsmodels/tsa/statespace/_filters/_conventional.so
-${PYSITELIB}/statsmodels/tsa/statespace/_filters/_inversions.so
-${PYSITELIB}/statsmodels/tsa/statespace/_filters/_univariate.so
-${PYSITELIB}/statsmodels/tsa/statespace/_kalman_filter.so
-${PYSITELIB}/statsmodels/tsa/statespace/_kalman_smoother.so
 ${PYSITELIB}/statsmodels/tsa/statespace/_pykalman_smoother.py
 ${PYSITELIB}/statsmodels/tsa/statespace/_pykalman_smoother.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/_pykalman_smoother.pyo
-${PYSITELIB}/statsmodels/tsa/statespace/_representation.so
-${PYSITELIB}/statsmodels/tsa/statespace/_simulation_smoother.so
 ${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/__init__.py
 ${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/__init__.pyo
-${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_alternative.so
-${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_classical.so
-${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_conventional.so
-${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_univariate.so
 ${PYSITELIB}/statsmodels/tsa/statespace/_statespace.so
-${PYSITELIB}/statsmodels/tsa/statespace/_tools.so
 ${PYSITELIB}/statsmodels/tsa/statespace/api.py
 ${PYSITELIB}/statsmodels/tsa/statespace/api.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/api.pyo



Home | Main Index | Thread Index | Old Index