From owner-svn-ports-head@freebsd.org Tue May 15 23:59:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFA16EDDD90; Tue, 15 May 2018 23:59:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0A4D6A8A2; Tue, 15 May 2018 23:59:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78D4B12857; Tue, 15 May 2018 23:59:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FNxi4J083419; Tue, 15 May 2018 23:59:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNxilw083418; Tue, 15 May 2018 23:59:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNxilw083418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470078 - head/math/py-statsmodels X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-statsmodels X-SVN-Commit-Revision: 470078 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:45 -0000 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