From owner-svn-ports-all@freebsd.org Fri Jun 15 02:36:53 2018 Return-Path: Delivered-To: svn-ports-all@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 B569110096A0; Fri, 15 Jun 2018 02:36:53 +0000 (UTC) (envelope-from yuri@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 6484D72393; Fri, 15 Jun 2018 02:36:53 +0000 (UTC) (envelope-from yuri@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 42E5811646; Fri, 15 Jun 2018 02:36:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5F2ar7R081708; Fri, 15 Jun 2018 02:36:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5F2aqbA081706; Fri, 15 Jun 2018 02:36:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806150236.w5F2aqbA081706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 15 Jun 2018 02:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472419 - head/math/py-pandas-datareader X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-pandas-datareader X-SVN-Commit-Revision: 472419 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 02:36:53 -0000 Author: yuri Date: Fri Jun 15 02:36:52 2018 New Revision: 472419 URL: https://svnweb.freebsd.org/changeset/ports/472419 Log: math/py-pandas-datareader: Switch to the dev version because it contains an important fix It was failing without this fix: https://github.com/pydata/pandas-datareader/pull/520 Approved by: portmgr (port compliance, infrastructure) Modified: head/math/py-pandas-datareader/Makefile head/math/py-pandas-datareader/distinfo Modified: head/math/py-pandas-datareader/Makefile ============================================================================== --- head/math/py-pandas-datareader/Makefile Thu Jun 14 23:48:29 2018 (r472418) +++ head/math/py-pandas-datareader/Makefile Fri Jun 15 02:36:52 2018 (r472419) @@ -1,10 +1,11 @@ # $FreeBSD$ PORTNAME= pandas-datareader -DISTVERSION= 0.6.0 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.0-30 # dev version because of this fix: https://github.com/pydata/pandas-datareader/pull/520 +DISTVERSIONSUFFIX= -g3c17058 CATEGORIES= math finance python -MASTER_SITES= CHEESESHOP +#MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= FreeBSD@Shaneware.biz @@ -22,6 +23,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lx TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python +USE_GITHUB= yes # github only for the dev version +GH_ACCOUNT= pydata USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/math/py-pandas-datareader/distinfo ============================================================================== --- head/math/py-pandas-datareader/distinfo Thu Jun 14 23:48:29 2018 (r472418) +++ head/math/py-pandas-datareader/distinfo Fri Jun 15 02:36:52 2018 (r472419) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519808941 -SHA256 (pandas-datareader-0.6.0.tar.gz) = 47681336a3f6e6953b024bd73f8bb005f36e8df831ccce336e9fc601c587e3db -SIZE (pandas-datareader-0.6.0.tar.gz) = 175013 +TIMESTAMP = 1529029463 +SHA256 (pydata-pandas-datareader-v0.6.0-30-g3c17058_GH0.tar.gz) = 0f1609e1c537d5a36ccad93ece61bee62b3fffefce3f41d90374e0779fbed787 +SIZE (pydata-pandas-datareader-v0.6.0-30-g3c17058_GH0.tar.gz) = 344102