pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-statsmodels



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep 27 09:00:38 UTC 2019

Modified Files:
        pkgsrc/math/py-statsmodels: Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-statsmodels/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-statsmodels/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-statsmodels/Makefile
diff -u pkgsrc/math/py-statsmodels/Makefile:1.4 pkgsrc/math/py-statsmodels/Makefile:1.5
--- pkgsrc/math/py-statsmodels/Makefile:1.4     Mon Jun 17 05:29:43 2019
+++ pkgsrc/math/py-statsmodels/Makefile Fri Sep 27 09:00:38 2019
@@ -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}-patsy>=0.3.0:..
 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

Index: pkgsrc/math/py-statsmodels/PLIST
diff -u pkgsrc/math/py-statsmodels/PLIST:1.3 pkgsrc/math/py-statsmodels/PLIST:1.4
--- pkgsrc/math/py-statsmodels/PLIST:1.3        Thu Jul  5 13:09:11 2018
+++ pkgsrc/math/py-statsmodels/PLIST    Fri Sep 27 09:00:38 2019
@@ -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/
 ${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