summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-06-11 16:53:31 +0000
committermiwi <miwi@FreeBSD.org>2017-06-11 16:53:31 +0000
commit62bc8c65c9a59207bb4efba212f43cd2f9c33680 (patch)
tree732e0c776d54f17aa3617581ecb0e3578e1fd82d
parentb37fe7fe49d503b568848c28e961ba725072df95 (diff)
downloadFreeBSD-ports-62bc8c65c9a59207bb4efba212f43cd2f9c33680.zip
FreeBSD-ports-62bc8c65c9a59207bb4efba212f43cd2f9c33680.tar.gz
- Update to 0.8.0
PR: 219751 Submitted by: maintainer
-rw-r--r--math/py-statsmodels/Makefile8
-rw-r--r--math/py-statsmodels/distinfo5
2 files changed, 8 insertions, 5 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile
index b3c3ce9..c52b8e47 100644
--- a/math/py-statsmodels/Makefile
+++ b/math/py-statsmodels/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= statsmodels
-PORTVERSION= 0.6.1
-PORTREVISION= 1
+PORTVERSION= 0.8.0
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,10 +23,12 @@ RUN_DEPENDS= ${PYNUMPY} \
OPTIONS_DEFINE= DOCS EXAMPLES
-USES= python
+USES= python shebangfix
USE_PYTHON= autoplist distutils concurrent
USE_GITHUB= yes
GH_TAGNAME= 8e812cd
+SHEBANG_FILES= tools/*.py statsmodels/datasets/*/data.py statsmodels/tools/print_version.py \
+ statsmodels/regression/quantile_regression.py
PORTEXAMPLES= *
PORTDOCS= README.rst README_l1.txt
@@ -36,6 +37,7 @@ post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/nonparametric/_smoothers_lowess.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/nonparametric/linbin.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/tsa/kalmanf/kalman_loglike.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/tsa/statespace/_statespace.so
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
diff --git a/math/py-statsmodels/distinfo b/math/py-statsmodels/distinfo
index ad06f55..00e808c 100644
--- a/math/py-statsmodels/distinfo
+++ b/math/py-statsmodels/distinfo
@@ -1,2 +1,3 @@
-SHA256 (statsmodels-statsmodels-0.6.1-8e812cd_GH0.tar.gz) = f4676e4fc96d6486981c9d2da4f250c554630aae40b340cb2a78c7287a0a87cb
-SIZE (statsmodels-statsmodels-0.6.1-8e812cd_GH0.tar.gz) = 7601849
+TIMESTAMP = 1496502821
+SHA256 (statsmodels-statsmodels-0.8.0-8e812cd_GH0.tar.gz) = f4676e4fc96d6486981c9d2da4f250c554630aae40b340cb2a78c7287a0a87cb
+SIZE (statsmodels-statsmodels-0.8.0-8e812cd_GH0.tar.gz) = 7601849
OpenPOWER on IntegriCloud