summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2018-02-02 21:16:19 +0000
committerminskim <minskim@pkgsrc.org>2018-02-02 21:16:19 +0000
commit63f6456709610eeb0877c9a6e8c1d398fc0e7ca7 (patch)
tree5194723d8958fbc22a241b15f35824f61e6d8e24
parent4b230514ea0c0af1b44967aac609c2e51ac55e6c (diff)
downloadpkgsrc-63f6456709610eeb0877c9a6e8c1d398fc0e7ca7.tar.gz
math/py-pandas-datareader: Update to 0.6.0
Notable changes: - Immediate deprecation of Yahoo!, Google Options and Quotes and EDGAR. The end points behind these APIs have radically changed and the existing readers require complete rewrites. In the case of most Yahoo! data the endpoints have been removed. PDR would like to restore these features, and pull requests are welcome. - A new connector for Tiingo was introduced. Tiingo provides historical end-of-day data for a large set of equities, ETFs and mutual funds. Free registration is required to get an API key. - A new connector for Robinhood was introduced. This provides up to 1 year of historical end-of-day data. It also provides near real-time quotes. - A new connector for Morningstar Open, High, Low, Close and Volume was introduced. - A new connector for IEX daily price data was introduced. - A new connector for IEX the majority of the IEX API was introduced. - A new data connector for stock index data provided by Stooq was introduced. - A new data connector for data provided by the Bank of Canada was introduced.
-rw-r--r--math/py-pandas-datareader/Makefile4
-rw-r--r--math/py-pandas-datareader/PLIST77
-rw-r--r--math/py-pandas-datareader/distinfo10
3 files changed, 83 insertions, 8 deletions
diff --git a/math/py-pandas-datareader/Makefile b/math/py-pandas-datareader/Makefile
index fdddfebf4a9..45055ca35d6 100644
--- a/math/py-pandas-datareader/Makefile
+++ b/math/py-pandas-datareader/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/07/27 00:11:35 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2018/02/02 21:16:19 minskim Exp $
-DISTNAME= pandas-datareader-0.5.0
+DISTNAME= pandas-datareader-0.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandas-datareader/}
diff --git a/math/py-pandas-datareader/PLIST b/math/py-pandas-datareader/PLIST
index 6812b374ba9..ed14e3eb6dd 100644
--- a/math/py-pandas-datareader/PLIST
+++ b/math/py-pandas-datareader/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/07/27 00:11:35 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/02/02 21:16:19 minskim Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -14,6 +14,12 @@ ${PYSITELIB}/pandas_datareader/_testing.pyo
${PYSITELIB}/pandas_datareader/_utils.py
${PYSITELIB}/pandas_datareader/_utils.pyc
${PYSITELIB}/pandas_datareader/_utils.pyo
+${PYSITELIB}/pandas_datareader/_version.py
+${PYSITELIB}/pandas_datareader/_version.pyc
+${PYSITELIB}/pandas_datareader/_version.pyo
+${PYSITELIB}/pandas_datareader/bankofcanada.py
+${PYSITELIB}/pandas_datareader/bankofcanada.pyc
+${PYSITELIB}/pandas_datareader/bankofcanada.pyo
${PYSITELIB}/pandas_datareader/base.py
${PYSITELIB}/pandas_datareader/base.pyc
${PYSITELIB}/pandas_datareader/base.pyo
@@ -32,6 +38,9 @@ ${PYSITELIB}/pandas_datareader/enigma.pyo
${PYSITELIB}/pandas_datareader/eurostat.py
${PYSITELIB}/pandas_datareader/eurostat.pyc
${PYSITELIB}/pandas_datareader/eurostat.pyo
+${PYSITELIB}/pandas_datareader/exceptions.py
+${PYSITELIB}/pandas_datareader/exceptions.pyc
+${PYSITELIB}/pandas_datareader/exceptions.pyo
${PYSITELIB}/pandas_datareader/famafrench.py
${PYSITELIB}/pandas_datareader/famafrench.pyc
${PYSITELIB}/pandas_datareader/famafrench.pyo
@@ -50,6 +59,27 @@ ${PYSITELIB}/pandas_datareader/google/options.pyo
${PYSITELIB}/pandas_datareader/google/quotes.py
${PYSITELIB}/pandas_datareader/google/quotes.pyc
${PYSITELIB}/pandas_datareader/google/quotes.pyo
+${PYSITELIB}/pandas_datareader/iex/__init__.py
+${PYSITELIB}/pandas_datareader/iex/__init__.pyc
+${PYSITELIB}/pandas_datareader/iex/__init__.pyo
+${PYSITELIB}/pandas_datareader/iex/daily.py
+${PYSITELIB}/pandas_datareader/iex/daily.pyc
+${PYSITELIB}/pandas_datareader/iex/daily.pyo
+${PYSITELIB}/pandas_datareader/iex/deep.py
+${PYSITELIB}/pandas_datareader/iex/deep.pyc
+${PYSITELIB}/pandas_datareader/iex/deep.pyo
+${PYSITELIB}/pandas_datareader/iex/market.py
+${PYSITELIB}/pandas_datareader/iex/market.pyc
+${PYSITELIB}/pandas_datareader/iex/market.pyo
+${PYSITELIB}/pandas_datareader/iex/ref.py
+${PYSITELIB}/pandas_datareader/iex/ref.pyc
+${PYSITELIB}/pandas_datareader/iex/ref.pyo
+${PYSITELIB}/pandas_datareader/iex/stats.py
+${PYSITELIB}/pandas_datareader/iex/stats.pyc
+${PYSITELIB}/pandas_datareader/iex/stats.pyo
+${PYSITELIB}/pandas_datareader/iex/tops.py
+${PYSITELIB}/pandas_datareader/iex/tops.pyc
+${PYSITELIB}/pandas_datareader/iex/tops.pyo
${PYSITELIB}/pandas_datareader/io/__init__.py
${PYSITELIB}/pandas_datareader/io/__init__.pyc
${PYSITELIB}/pandas_datareader/io/__init__.pyo
@@ -62,6 +92,15 @@ ${PYSITELIB}/pandas_datareader/io/sdmx.pyo
${PYSITELIB}/pandas_datareader/io/util.py
${PYSITELIB}/pandas_datareader/io/util.pyc
${PYSITELIB}/pandas_datareader/io/util.pyo
+${PYSITELIB}/pandas_datareader/moex.py
+${PYSITELIB}/pandas_datareader/moex.pyc
+${PYSITELIB}/pandas_datareader/moex.pyo
+${PYSITELIB}/pandas_datareader/mstar/__init__.py
+${PYSITELIB}/pandas_datareader/mstar/__init__.pyc
+${PYSITELIB}/pandas_datareader/mstar/__init__.pyo
+${PYSITELIB}/pandas_datareader/mstar/daily.py
+${PYSITELIB}/pandas_datareader/mstar/daily.pyc
+${PYSITELIB}/pandas_datareader/mstar/daily.pyo
${PYSITELIB}/pandas_datareader/nasdaq_trader.py
${PYSITELIB}/pandas_datareader/nasdaq_trader.pyc
${PYSITELIB}/pandas_datareader/nasdaq_trader.pyo
@@ -71,6 +110,12 @@ ${PYSITELIB}/pandas_datareader/oecd.pyo
${PYSITELIB}/pandas_datareader/quandl.py
${PYSITELIB}/pandas_datareader/quandl.pyc
${PYSITELIB}/pandas_datareader/quandl.pyo
+${PYSITELIB}/pandas_datareader/robinhood.py
+${PYSITELIB}/pandas_datareader/robinhood.pyc
+${PYSITELIB}/pandas_datareader/robinhood.pyo
+${PYSITELIB}/pandas_datareader/stooq.py
+${PYSITELIB}/pandas_datareader/stooq.pyc
+${PYSITELIB}/pandas_datareader/stooq.pyo
${PYSITELIB}/pandas_datareader/tests/__init__.py
${PYSITELIB}/pandas_datareader/tests/__init__.pyc
${PYSITELIB}/pandas_datareader/tests/__init__.pyo
@@ -92,6 +137,15 @@ ${PYSITELIB}/pandas_datareader/tests/io/test_jsdmx.pyo
${PYSITELIB}/pandas_datareader/tests/io/test_sdmx.py
${PYSITELIB}/pandas_datareader/tests/io/test_sdmx.pyc
${PYSITELIB}/pandas_datareader/tests/io/test_sdmx.pyo
+${PYSITELIB}/pandas_datareader/tests/mstar/__init__.py
+${PYSITELIB}/pandas_datareader/tests/mstar/__init__.pyc
+${PYSITELIB}/pandas_datareader/tests/mstar/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/mstar/test_daily.py
+${PYSITELIB}/pandas_datareader/tests/mstar/test_daily.pyc
+${PYSITELIB}/pandas_datareader/tests/mstar/test_daily.pyo
+${PYSITELIB}/pandas_datareader/tests/test_bankofcanada.py
+${PYSITELIB}/pandas_datareader/tests/test_bankofcanada.pyc
+${PYSITELIB}/pandas_datareader/tests/test_bankofcanada.pyo
${PYSITELIB}/pandas_datareader/tests/test_base.py
${PYSITELIB}/pandas_datareader/tests/test_base.pyc
${PYSITELIB}/pandas_datareader/tests/test_base.pyo
@@ -113,6 +167,15 @@ ${PYSITELIB}/pandas_datareader/tests/test_famafrench.pyo
${PYSITELIB}/pandas_datareader/tests/test_fred.py
${PYSITELIB}/pandas_datareader/tests/test_fred.pyc
${PYSITELIB}/pandas_datareader/tests/test_fred.pyo
+${PYSITELIB}/pandas_datareader/tests/test_iex_daily.py
+${PYSITELIB}/pandas_datareader/tests/test_iex_daily.pyc
+${PYSITELIB}/pandas_datareader/tests/test_iex_daily.pyo
+${PYSITELIB}/pandas_datareader/tests/test_iex.py
+${PYSITELIB}/pandas_datareader/tests/test_iex.pyc
+${PYSITELIB}/pandas_datareader/tests/test_iex.pyo
+${PYSITELIB}/pandas_datareader/tests/test_moex.py
+${PYSITELIB}/pandas_datareader/tests/test_moex.pyc
+${PYSITELIB}/pandas_datareader/tests/test_moex.pyo
${PYSITELIB}/pandas_datareader/tests/test_nasdaq.py
${PYSITELIB}/pandas_datareader/tests/test_nasdaq.pyc
${PYSITELIB}/pandas_datareader/tests/test_nasdaq.pyo
@@ -122,6 +185,15 @@ ${PYSITELIB}/pandas_datareader/tests/test_oecd.pyo
${PYSITELIB}/pandas_datareader/tests/test_quandl.py
${PYSITELIB}/pandas_datareader/tests/test_quandl.pyc
${PYSITELIB}/pandas_datareader/tests/test_quandl.pyo
+${PYSITELIB}/pandas_datareader/tests/test_robinhood.py
+${PYSITELIB}/pandas_datareader/tests/test_robinhood.pyc
+${PYSITELIB}/pandas_datareader/tests/test_robinhood.pyo
+${PYSITELIB}/pandas_datareader/tests/test_stooq.py
+${PYSITELIB}/pandas_datareader/tests/test_stooq.pyc
+${PYSITELIB}/pandas_datareader/tests/test_stooq.pyo
+${PYSITELIB}/pandas_datareader/tests/test_tiingo.py
+${PYSITELIB}/pandas_datareader/tests/test_tiingo.pyc
+${PYSITELIB}/pandas_datareader/tests/test_tiingo.pyo
${PYSITELIB}/pandas_datareader/tests/test_tsp.py
${PYSITELIB}/pandas_datareader/tests/test_tsp.pyc
${PYSITELIB}/pandas_datareader/tests/test_tsp.pyo
@@ -137,6 +209,9 @@ ${PYSITELIB}/pandas_datareader/tests/yahoo/test_options.pyo
${PYSITELIB}/pandas_datareader/tests/yahoo/test_yahoo.py
${PYSITELIB}/pandas_datareader/tests/yahoo/test_yahoo.pyc
${PYSITELIB}/pandas_datareader/tests/yahoo/test_yahoo.pyo
+${PYSITELIB}/pandas_datareader/tiingo.py
+${PYSITELIB}/pandas_datareader/tiingo.pyc
+${PYSITELIB}/pandas_datareader/tiingo.pyo
${PYSITELIB}/pandas_datareader/tsp.py
${PYSITELIB}/pandas_datareader/tsp.pyc
${PYSITELIB}/pandas_datareader/tsp.pyo
diff --git a/math/py-pandas-datareader/distinfo b/math/py-pandas-datareader/distinfo
index 3555ff3e64a..8c45f06fd22 100644
--- a/math/py-pandas-datareader/distinfo
+++ b/math/py-pandas-datareader/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/07/27 06:16:16 minskim Exp $
+$NetBSD: distinfo,v 1.4 2018/02/02 21:16:19 minskim Exp $
-SHA1 (pandas-datareader-0.5.0.tar.gz) = ab0cbc7eb3a3bbffeb7bc7f701aad5d5286b408b
-RMD160 (pandas-datareader-0.5.0.tar.gz) = 3fe0fabf25ba53a6ee70f1cd4823ab414e4a5d6a
-SHA512 (pandas-datareader-0.5.0.tar.gz) = 60466d0cb00bb80361ace7076e7e22cf4d29725247afd43f86adfbffcb75f745bcb5be1f5288af28428250f9c47ad8e49842d6222019df07e61232ed73ad779d
-Size (pandas-datareader-0.5.0.tar.gz) = 140895 bytes
+SHA1 (pandas-datareader-0.6.0.tar.gz) = 531ce6df878d0409f4d39dec4518120099c5f62a
+RMD160 (pandas-datareader-0.6.0.tar.gz) = 9ce5b24c7d22eeb641284d0063673bd343597cea
+SHA512 (pandas-datareader-0.6.0.tar.gz) = 2e56aa171c14ae3af22bb45f3faac2e39b86d460bb670044fe040246fff76ec7524d4d4fc19ac950d1cf0160bd41722d67e0d286b2c95ec2c8a304733f31552c
+Size (pandas-datareader-0.6.0.tar.gz) = 175013 bytes