Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2018 23:59:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470078 - head/math/py-statsmodels
Message-ID:  <201805152359.w4FNxilw083418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue May 15 23:59:43 2018
New Revision: 470078
URL: https://svnweb.freebsd.org/changeset/ports/470078

Log:
  Update to 0.9.0
  
  Changes:	https://github.com/statsmodels/statsmodels/releases
  		https://github.com/statsmodels/statsmodels/commits/master

Modified:
  head/math/py-statsmodels/Makefile
  head/math/py-statsmodels/distinfo

Modified: head/math/py-statsmodels/Makefile
==============================================================================
--- head/math/py-statsmodels/Makefile	Tue May 15 23:59:38 2018	(r470077)
+++ head/math/py-statsmodels/Makefile	Tue May 15 23:59:43 2018	(r470078)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	statsmodels
-PORTVERSION=	0.8.0
-PORTREVISION=	2
+PORTVERSION=	0.9.0
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +13,9 @@ COMMENT=	Complement to SciPy for statistical computati
 LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}pandas>=0.12:math/py-pandas@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}patsy>=0.2.1:math/py-patsy@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pandas>=0.14:math/py-pandas@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=	DOCS EXAMPLES

Modified: head/math/py-statsmodels/distinfo
==============================================================================
--- head/math/py-statsmodels/distinfo	Tue May 15 23:59:38 2018	(r470077)
+++ head/math/py-statsmodels/distinfo	Tue May 15 23:59:43 2018	(r470078)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519521127
-SHA256 (statsmodels-0.8.0.tar.gz) = 26431ab706fbae896db7870a0892743bfbb9f5c83231644692166a31d2d86048
-SIZE (statsmodels-0.8.0.tar.gz) = 9464851
+TIMESTAMP = 1526403624
+SHA256 (statsmodels-0.9.0.tar.gz) = 6461f93a842c649922c2c9a9bc9d9c4834110b89de8c4af196a791ab8f42ba3b
+SIZE (statsmodels-0.9.0.tar.gz) = 12658359



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805152359.w4FNxilw083418>