Date: Fri, 15 Jun 2018 02:36:52 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472419 - head/math/py-pandas-datareader Message-ID: <201806150236.w5F2aqbA081706@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806150236.w5F2aqbA081706>