pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-pandas-datareader



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed Jul  5 19:17:56 UTC 2017

Added Files:
        pkgsrc/math/py-pandas-datareader: DESCR Makefile PLIST distinfo

Log Message:
Import py-pandas-datareader-0.4.0 as math/py-pandas-datareaders

Datareaders is up-to-date remote data access for pandas, works for
multiple versions of pandas.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-pandas-datareader/DESCR \
    pkgsrc/math/py-pandas-datareader/Makefile \
    pkgsrc/math/py-pandas-datareader/PLIST \
    pkgsrc/math/py-pandas-datareader/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/py-pandas-datareader/DESCR
diff -u /dev/null pkgsrc/math/py-pandas-datareader/DESCR:1.1
--- /dev/null   Wed Jul  5 19:17:56 2017
+++ pkgsrc/math/py-pandas-datareader/DESCR      Wed Jul  5 19:17:56 2017
@@ -0,0 +1,2 @@
+Datareaders is up-to-date remote data access for pandas, works for
+multiple versions of pandas.
Index: pkgsrc/math/py-pandas-datareader/Makefile
diff -u /dev/null pkgsrc/math/py-pandas-datareader/Makefile:1.1
--- /dev/null   Wed Jul  5 19:17:56 2017
+++ pkgsrc/math/py-pandas-datareader/Makefile   Wed Jul  5 19:17:56 2017
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/07/05 19:17:56 minskim Exp $
+
+DISTNAME=      pandas-datareader-0.4.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas-datareader/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://pandas.pydata.org/
+COMMENT=       Remote data access for pandas
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.3.0:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-requests-ftp-[0-9]*:../../devel/py-requests-ftp
+DEPENDS+=      ${PYPKGPREFIX}-requests-file-[0-9]*:../../devel/py-requests-file
+DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.17.0:../../math/py-pandas
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-pandas-datareader/PLIST
diff -u /dev/null pkgsrc/math/py-pandas-datareader/PLIST:1.1
--- /dev/null   Wed Jul  5 19:17:56 2017
+++ pkgsrc/math/py-pandas-datareader/PLIST      Wed Jul  5 19:17:56 2017
@@ -0,0 +1,163 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/05 19:17:56 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pandas_datareader/__init__.py
+${PYSITELIB}/pandas_datareader/__init__.pyc
+${PYSITELIB}/pandas_datareader/__init__.pyo
+${PYSITELIB}/pandas_datareader/_testing.py
+${PYSITELIB}/pandas_datareader/_testing.pyc
+${PYSITELIB}/pandas_datareader/_testing.pyo
+${PYSITELIB}/pandas_datareader/_utils.py
+${PYSITELIB}/pandas_datareader/_utils.pyc
+${PYSITELIB}/pandas_datareader/_utils.pyo
+${PYSITELIB}/pandas_datareader/base.py
+${PYSITELIB}/pandas_datareader/base.pyc
+${PYSITELIB}/pandas_datareader/base.pyo
+${PYSITELIB}/pandas_datareader/compat/__init__.py
+${PYSITELIB}/pandas_datareader/compat/__init__.pyc
+${PYSITELIB}/pandas_datareader/compat/__init__.pyo
+${PYSITELIB}/pandas_datareader/data.py
+${PYSITELIB}/pandas_datareader/data.pyc
+${PYSITELIB}/pandas_datareader/data.pyo
+${PYSITELIB}/pandas_datareader/edgar.py
+${PYSITELIB}/pandas_datareader/edgar.pyc
+${PYSITELIB}/pandas_datareader/edgar.pyo
+${PYSITELIB}/pandas_datareader/enigma.py
+${PYSITELIB}/pandas_datareader/enigma.pyc
+${PYSITELIB}/pandas_datareader/enigma.pyo
+${PYSITELIB}/pandas_datareader/eurostat.py
+${PYSITELIB}/pandas_datareader/eurostat.pyc
+${PYSITELIB}/pandas_datareader/eurostat.pyo
+${PYSITELIB}/pandas_datareader/famafrench.py
+${PYSITELIB}/pandas_datareader/famafrench.pyc
+${PYSITELIB}/pandas_datareader/famafrench.pyo
+${PYSITELIB}/pandas_datareader/fred.py
+${PYSITELIB}/pandas_datareader/fred.pyc
+${PYSITELIB}/pandas_datareader/fred.pyo
+${PYSITELIB}/pandas_datareader/google/__init__.py
+${PYSITELIB}/pandas_datareader/google/__init__.pyc
+${PYSITELIB}/pandas_datareader/google/__init__.pyo
+${PYSITELIB}/pandas_datareader/google/daily.py
+${PYSITELIB}/pandas_datareader/google/daily.pyc
+${PYSITELIB}/pandas_datareader/google/daily.pyo
+${PYSITELIB}/pandas_datareader/google/options.py
+${PYSITELIB}/pandas_datareader/google/options.pyc
+${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/io/__init__.py
+${PYSITELIB}/pandas_datareader/io/__init__.pyc
+${PYSITELIB}/pandas_datareader/io/__init__.pyo
+${PYSITELIB}/pandas_datareader/io/jsdmx.py
+${PYSITELIB}/pandas_datareader/io/jsdmx.pyc
+${PYSITELIB}/pandas_datareader/io/jsdmx.pyo
+${PYSITELIB}/pandas_datareader/io/sdmx.py
+${PYSITELIB}/pandas_datareader/io/sdmx.pyc
+${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/nasdaq_trader.py
+${PYSITELIB}/pandas_datareader/nasdaq_trader.pyc
+${PYSITELIB}/pandas_datareader/nasdaq_trader.pyo
+${PYSITELIB}/pandas_datareader/oanda.py
+${PYSITELIB}/pandas_datareader/oanda.pyc
+${PYSITELIB}/pandas_datareader/oanda.pyo
+${PYSITELIB}/pandas_datareader/oecd.py
+${PYSITELIB}/pandas_datareader/oecd.pyc
+${PYSITELIB}/pandas_datareader/oecd.pyo
+${PYSITELIB}/pandas_datareader/tests/__init__.py
+${PYSITELIB}/pandas_datareader/tests/__init__.pyc
+${PYSITELIB}/pandas_datareader/tests/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/google/__init__.py
+${PYSITELIB}/pandas_datareader/tests/google/__init__.pyc
+${PYSITELIB}/pandas_datareader/tests/google/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/google/test_google.py
+${PYSITELIB}/pandas_datareader/tests/google/test_google.pyc
+${PYSITELIB}/pandas_datareader/tests/google/test_google.pyo
+${PYSITELIB}/pandas_datareader/tests/google/test_options.py
+${PYSITELIB}/pandas_datareader/tests/google/test_options.pyc
+${PYSITELIB}/pandas_datareader/tests/google/test_options.pyo
+${PYSITELIB}/pandas_datareader/tests/io/__init__.py
+${PYSITELIB}/pandas_datareader/tests/io/__init__.pyc
+${PYSITELIB}/pandas_datareader/tests/io/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/io/test_jsdmx.py
+${PYSITELIB}/pandas_datareader/tests/io/test_jsdmx.pyc
+${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/test_base.py
+${PYSITELIB}/pandas_datareader/tests/test_base.pyc
+${PYSITELIB}/pandas_datareader/tests/test_base.pyo
+${PYSITELIB}/pandas_datareader/tests/test_data.py
+${PYSITELIB}/pandas_datareader/tests/test_data.pyc
+${PYSITELIB}/pandas_datareader/tests/test_data.pyo
+${PYSITELIB}/pandas_datareader/tests/test_edgar.py
+${PYSITELIB}/pandas_datareader/tests/test_edgar.pyc
+${PYSITELIB}/pandas_datareader/tests/test_edgar.pyo
+${PYSITELIB}/pandas_datareader/tests/test_enigma.py
+${PYSITELIB}/pandas_datareader/tests/test_enigma.pyc
+${PYSITELIB}/pandas_datareader/tests/test_enigma.pyo
+${PYSITELIB}/pandas_datareader/tests/test_eurostat.py
+${PYSITELIB}/pandas_datareader/tests/test_eurostat.pyc
+${PYSITELIB}/pandas_datareader/tests/test_eurostat.pyo
+${PYSITELIB}/pandas_datareader/tests/test_famafrench.py
+${PYSITELIB}/pandas_datareader/tests/test_famafrench.pyc
+${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_nasdaq.py
+${PYSITELIB}/pandas_datareader/tests/test_nasdaq.pyc
+${PYSITELIB}/pandas_datareader/tests/test_nasdaq.pyo
+${PYSITELIB}/pandas_datareader/tests/test_oanda.py
+${PYSITELIB}/pandas_datareader/tests/test_oanda.pyc
+${PYSITELIB}/pandas_datareader/tests/test_oanda.pyo
+${PYSITELIB}/pandas_datareader/tests/test_oecd.py
+${PYSITELIB}/pandas_datareader/tests/test_oecd.pyc
+${PYSITELIB}/pandas_datareader/tests/test_oecd.pyo
+${PYSITELIB}/pandas_datareader/tests/test_tsp.py
+${PYSITELIB}/pandas_datareader/tests/test_tsp.pyc
+${PYSITELIB}/pandas_datareader/tests/test_tsp.pyo
+${PYSITELIB}/pandas_datareader/tests/test_wb.py
+${PYSITELIB}/pandas_datareader/tests/test_wb.pyc
+${PYSITELIB}/pandas_datareader/tests/test_wb.pyo
+${PYSITELIB}/pandas_datareader/tests/yahoo/__init__.py
+${PYSITELIB}/pandas_datareader/tests/yahoo/__init__.pyc
+${PYSITELIB}/pandas_datareader/tests/yahoo/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/yahoo/test_options.py
+${PYSITELIB}/pandas_datareader/tests/yahoo/test_options.pyc
+${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/tsp.py
+${PYSITELIB}/pandas_datareader/tsp.pyc
+${PYSITELIB}/pandas_datareader/tsp.pyo
+${PYSITELIB}/pandas_datareader/wb.py
+${PYSITELIB}/pandas_datareader/wb.pyc
+${PYSITELIB}/pandas_datareader/wb.pyo
+${PYSITELIB}/pandas_datareader/yahoo/__init__.py
+${PYSITELIB}/pandas_datareader/yahoo/__init__.pyc
+${PYSITELIB}/pandas_datareader/yahoo/__init__.pyo
+${PYSITELIB}/pandas_datareader/yahoo/actions.py
+${PYSITELIB}/pandas_datareader/yahoo/actions.pyc
+${PYSITELIB}/pandas_datareader/yahoo/actions.pyo
+${PYSITELIB}/pandas_datareader/yahoo/components.py
+${PYSITELIB}/pandas_datareader/yahoo/components.pyc
+${PYSITELIB}/pandas_datareader/yahoo/components.pyo
+${PYSITELIB}/pandas_datareader/yahoo/daily.py
+${PYSITELIB}/pandas_datareader/yahoo/daily.pyc
+${PYSITELIB}/pandas_datareader/yahoo/daily.pyo
+${PYSITELIB}/pandas_datareader/yahoo/options.py
+${PYSITELIB}/pandas_datareader/yahoo/options.pyc
+${PYSITELIB}/pandas_datareader/yahoo/options.pyo
+${PYSITELIB}/pandas_datareader/yahoo/quotes.py
+${PYSITELIB}/pandas_datareader/yahoo/quotes.pyc
+${PYSITELIB}/pandas_datareader/yahoo/quotes.pyo
Index: pkgsrc/math/py-pandas-datareader/distinfo
diff -u /dev/null pkgsrc/math/py-pandas-datareader/distinfo:1.1
--- /dev/null   Wed Jul  5 19:17:56 2017
+++ pkgsrc/math/py-pandas-datareader/distinfo   Wed Jul  5 19:17:56 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/05 19:17:56 minskim Exp $
+
+SHA1 (pandas-datareader-0.4.0.tar.gz) = aae77c2c00521875adcf86764e6732316f45fdd9
+RMD160 (pandas-datareader-0.4.0.tar.gz) = a1dcf8700fa8615badf7ff688b6069014be13e93
+SHA512 (pandas-datareader-0.4.0.tar.gz) = 789249538b7954c28a3e1346306e0d932aeb69b93c0393cd9f3d05ca387931a4c810a0d9c053c0ba89a1eb7433b80f0af64ba5963880b52d6fba26ef9e3c9fb5
+Size (pandas-datareader-0.4.0.tar.gz) = 137393 bytes



Home | Main Index | Thread Index | Old Index