diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-06-28 04:04:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-06-28 04:04:36 +0800 |
commit | 785e07e5642cc0495188e86c9271bdbe05d75829 (patch) | |
tree | 6df4f372f630d14677443fa9407a18315651dd98 /math/py-statsmodels | |
parent | 5a788bd963551ab027841cb9315c9d1e4799601e (diff) | |
download | freebsd-ports-gnome-785e07e5642cc0495188e86c9271bdbe05d75829.tar.gz freebsd-ports-gnome-785e07e5642cc0495188e86c9271bdbe05d75829.tar.zst freebsd-ports-gnome-785e07e5642cc0495188e86c9271bdbe05d75829.zip |
Update to 0.10.0
Changes: https://github.com/statsmodels/statsmodels/releases
Diffstat (limited to 'math/py-statsmodels')
-rw-r--r-- | math/py-statsmodels/Makefile | 7 | ||||
-rw-r--r-- | math/py-statsmodels/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index 45d2bd7d9c6e..39fc9fe12fe0 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= statsmodels -PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTVERSION= 0.10.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +14,9 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0.14:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=0.19:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scipy>=0.18:science/py-scipy@${PY_FLAVOR} OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/math/py-statsmodels/distinfo b/math/py-statsmodels/distinfo index 0c6ac0755cb4..1ae4277d2126 100644 --- a/math/py-statsmodels/distinfo +++ b/math/py-statsmodels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526403624 -SHA256 (statsmodels-0.9.0.tar.gz) = 6461f93a842c649922c2c9a9bc9d9c4834110b89de8c4af196a791ab8f42ba3b -SIZE (statsmodels-0.9.0.tar.gz) = 12658359 +TIMESTAMP = 1561659089 +SHA256 (statsmodels-0.10.0.tar.gz) = 65f321640e21134fc18b312fb2f3edcfbd23ddc36831a06e2445f9f2d7c01aba +SIZE (statsmodels-0.10.0.tar.gz) = 14046782 |