Skip to content

Commit

Permalink
math/py-pandas-datareader: Switch to the dev version because it conta…
Browse files Browse the repository at this point in the history
…ins an important fix

It was failing without this fix: pydata/pandas-datareader#520

Approved by:	portmgr (port compliance, infrastructure)
  • Loading branch information
yurivict committed Jun 15, 2018
1 parent b3902f3 commit 98e7bd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions math/py-pandas-datareader/Makefile
@@ -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
Expand All @@ -22,6 +23,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
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

Expand Down
6 changes: 3 additions & 3 deletions math/py-pandas-datareader/distinfo
@@ -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

0 comments on commit 98e7bd4

Please sign in to comment.