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:   adam
Date:           Mon Sep  7 16:26:12 UTC 2026

Modified Files:
        pkgsrc/math/py-pandas-datareader: Makefile PLIST distinfo
Added Files:
        pkgsrc/math/py-pandas-datareader/patches: patch-pyproject.toml
Removed Files:
        pkgsrc/math/py-pandas-datareader/patches: patch-versioneer.py

Log Message:
py-pandas-datareader: updated to 0.11.1

v0.11.0 (June 2026)

Highlights include:

- Restored import and runtime compatibility with pandas 3 by removing the
  dependency on pandas internal decorator APIs.
- Vendored ``deprecate_kwarg`` to remove dependency on the private
  ``pandas.util._decorators`` module.
- Fixed default date sanitization on pandas 3, where ``to_datetime(None)``
  now yields ``NaT`` instead of preserving ``None``.
- Added a new high-level ``pandas_datareader.macro`` API providing unified
  access to FRED, Eurostat, and OECD macro datasets via ``read_macro``,
  ``search_macro_datasets``, and ``describe_macro_dataset``.
- Narrowed the default public API surface to focus on macro and widely-used
  data sources; securities-related readers that relied on defunct or broken
  upstream APIs have been removed.
- Added import smoke coverage and explicit pandas 3 CI lanes.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/py-pandas-datareader/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-pandas-datareader/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-pandas-datareader/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/math/py-pandas-datareader/patches/patch-pyproject.toml
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/math/py-pandas-datareader/patches/patch-versioneer.py

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

Modified files:

Index: pkgsrc/math/py-pandas-datareader/Makefile
diff -u pkgsrc/math/py-pandas-datareader/Makefile:1.24 pkgsrc/math/py-pandas-datareader/Makefile:1.25
--- pkgsrc/math/py-pandas-datareader/Makefile:1.24      Sun Jun 28 15:41:29 2026
+++ pkgsrc/math/py-pandas-datareader/Makefile   Mon Sep  7 16:26:12 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2026/06/28 15:41:29 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2026/09/07 16:26:12 adam Exp $
 
-DISTNAME=      pandas-datareader-0.10.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+DISTNAME=      pandas_datareader-0.11.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas-datareader/}
 
@@ -11,10 +10,11 @@ HOMEPAGE=   https://github.com/pydata/pand
 COMMENT=       Remote data access for pandas
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
-DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.23:../../math/py-pandas
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-lxml>=0:../../textproc/py-lxml
+DEPENDS+=      ${PYPKGPREFIX}-pandas>=2.1.4:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.19.0:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 311
 

Index: pkgsrc/math/py-pandas-datareader/PLIST
diff -u pkgsrc/math/py-pandas-datareader/PLIST:1.8 pkgsrc/math/py-pandas-datareader/PLIST:1.9
--- pkgsrc/math/py-pandas-datareader/PLIST:1.8  Tue Apr 15 16:31:38 2025
+++ pkgsrc/math/py-pandas-datareader/PLIST      Mon Sep  7 16:26:12 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/04/15 16:31:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2026/09/07 16:26:12 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -7,6 +7,9 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
 ${PYSITELIB}/pandas_datareader/__init__.py
 ${PYSITELIB}/pandas_datareader/__init__.pyc
 ${PYSITELIB}/pandas_datareader/__init__.pyo
+${PYSITELIB}/pandas_datareader/_decorators.py
+${PYSITELIB}/pandas_datareader/_decorators.pyc
+${PYSITELIB}/pandas_datareader/_decorators.pyo
 ${PYSITELIB}/pandas_datareader/_testing.py
 ${PYSITELIB}/pandas_datareader/_testing.pyc
 ${PYSITELIB}/pandas_datareader/_testing.pyo
@@ -16,21 +19,6 @@ ${PYSITELIB}/pandas_datareader/_utils.py
 ${PYSITELIB}/pandas_datareader/_version.py
 ${PYSITELIB}/pandas_datareader/_version.pyc
 ${PYSITELIB}/pandas_datareader/_version.pyo
-${PYSITELIB}/pandas_datareader/av/__init__.py
-${PYSITELIB}/pandas_datareader/av/__init__.pyc
-${PYSITELIB}/pandas_datareader/av/__init__.pyo
-${PYSITELIB}/pandas_datareader/av/forex.py
-${PYSITELIB}/pandas_datareader/av/forex.pyc
-${PYSITELIB}/pandas_datareader/av/forex.pyo
-${PYSITELIB}/pandas_datareader/av/quotes.py
-${PYSITELIB}/pandas_datareader/av/quotes.pyc
-${PYSITELIB}/pandas_datareader/av/quotes.pyo
-${PYSITELIB}/pandas_datareader/av/sector.py
-${PYSITELIB}/pandas_datareader/av/sector.pyc
-${PYSITELIB}/pandas_datareader/av/sector.pyo
-${PYSITELIB}/pandas_datareader/av/time_series.py
-${PYSITELIB}/pandas_datareader/av/time_series.pyc
-${PYSITELIB}/pandas_datareader/av/time_series.pyo
 ${PYSITELIB}/pandas_datareader/bankofcanada.py
 ${PYSITELIB}/pandas_datareader/bankofcanada.pyc
 ${PYSITELIB}/pandas_datareader/bankofcanada.pyo
@@ -49,9 +37,6 @@ ${PYSITELIB}/pandas_datareader/data.pyo
 ${PYSITELIB}/pandas_datareader/econdb.py
 ${PYSITELIB}/pandas_datareader/econdb.pyc
 ${PYSITELIB}/pandas_datareader/econdb.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
@@ -64,27 +49,6 @@ ${PYSITELIB}/pandas_datareader/famafrenc
 ${PYSITELIB}/pandas_datareader/fred.py
 ${PYSITELIB}/pandas_datareader/fred.pyc
 ${PYSITELIB}/pandas_datareader/fred.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
@@ -97,51 +61,62 @@ ${PYSITELIB}/pandas_datareader/io/sdmx.p
 ${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/nasdaq_trader.py
-${PYSITELIB}/pandas_datareader/nasdaq_trader.pyc
-${PYSITELIB}/pandas_datareader/nasdaq_trader.pyo
-${PYSITELIB}/pandas_datareader/naver.py
-${PYSITELIB}/pandas_datareader/naver.pyc
-${PYSITELIB}/pandas_datareader/naver.pyo
+${PYSITELIB}/pandas_datareader/macro/__init__.py
+${PYSITELIB}/pandas_datareader/macro/__init__.pyc
+${PYSITELIB}/pandas_datareader/macro/__init__.pyo
+${PYSITELIB}/pandas_datareader/macro/api.py
+${PYSITELIB}/pandas_datareader/macro/api.pyc
+${PYSITELIB}/pandas_datareader/macro/api.pyo
+${PYSITELIB}/pandas_datareader/macro/base.py
+${PYSITELIB}/pandas_datareader/macro/base.pyc
+${PYSITELIB}/pandas_datareader/macro/base.pyo
+${PYSITELIB}/pandas_datareader/macro/eurostat.py
+${PYSITELIB}/pandas_datareader/macro/eurostat.pyc
+${PYSITELIB}/pandas_datareader/macro/eurostat.pyo
+${PYSITELIB}/pandas_datareader/macro/oecd.py
+${PYSITELIB}/pandas_datareader/macro/oecd.pyc
+${PYSITELIB}/pandas_datareader/macro/oecd.pyo
+${PYSITELIB}/pandas_datareader/macro/result.py
+${PYSITELIB}/pandas_datareader/macro/result.pyc
+${PYSITELIB}/pandas_datareader/macro/result.pyo
 ${PYSITELIB}/pandas_datareader/oecd.py
 ${PYSITELIB}/pandas_datareader/oecd.pyc
 ${PYSITELIB}/pandas_datareader/oecd.pyo
-${PYSITELIB}/pandas_datareader/quandl.py
-${PYSITELIB}/pandas_datareader/quandl.pyc
-${PYSITELIB}/pandas_datareader/quandl.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
-${PYSITELIB}/pandas_datareader/tests/av/__init__.py
-${PYSITELIB}/pandas_datareader/tests/av/__init__.pyc
-${PYSITELIB}/pandas_datareader/tests/av/__init__.pyo
-${PYSITELIB}/pandas_datareader/tests/av/test_av_forex.py
-${PYSITELIB}/pandas_datareader/tests/av/test_av_forex.pyc
-${PYSITELIB}/pandas_datareader/tests/av/test_av_forex.pyo
-${PYSITELIB}/pandas_datareader/tests/av/test_av_quotes.py
-${PYSITELIB}/pandas_datareader/tests/av/test_av_quotes.pyc
-${PYSITELIB}/pandas_datareader/tests/av/test_av_quotes.pyo
-${PYSITELIB}/pandas_datareader/tests/av/test_av_sector.py
-${PYSITELIB}/pandas_datareader/tests/av/test_av_sector.pyc
-${PYSITELIB}/pandas_datareader/tests/av/test_av_sector.pyo
-${PYSITELIB}/pandas_datareader/tests/av/test_av_time_series.py
-${PYSITELIB}/pandas_datareader/tests/av/test_av_time_series.pyc
-${PYSITELIB}/pandas_datareader/tests/av/test_av_time_series.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/data/jsdmx/__init__.py
+${PYSITELIB}/pandas_datareader/tests/io/data/jsdmx/__init__.pyc
+${PYSITELIB}/pandas_datareader/tests/io/data/jsdmx/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/io/data/jsdmx/land_use.json
+${PYSITELIB}/pandas_datareader/tests/io/data/jsdmx/oecd1.json
+${PYSITELIB}/pandas_datareader/tests/io/data/jsdmx/tourism.json
+${PYSITELIB}/pandas_datareader/tests/io/data/sdmx/DSD_cdh_e_fos.xml
+${PYSITELIB}/pandas_datareader/tests/io/data/sdmx/__init__.py
+${PYSITELIB}/pandas_datareader/tests/io/data/sdmx/__init__.pyc
+${PYSITELIB}/pandas_datareader/tests/io/data/sdmx/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/io/data/sdmx/cdh_e_fos.xml
 ${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/macro/__init__.py
+${PYSITELIB}/pandas_datareader/tests/macro/__init__.pyc
+${PYSITELIB}/pandas_datareader/tests/macro/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/macro/test_api.py
+${PYSITELIB}/pandas_datareader/tests/macro/test_api.pyc
+${PYSITELIB}/pandas_datareader/tests/macro/test_api.pyo
+${PYSITELIB}/pandas_datareader/tests/macro/test_eurostat.py
+${PYSITELIB}/pandas_datareader/tests/macro/test_eurostat.pyc
+${PYSITELIB}/pandas_datareader/tests/macro/test_eurostat.pyo
+${PYSITELIB}/pandas_datareader/tests/macro/test_oecd.py
+${PYSITELIB}/pandas_datareader/tests/macro/test_oecd.pyc
+${PYSITELIB}/pandas_datareader/tests/macro/test_oecd.pyo
 ${PYSITELIB}/pandas_datareader/tests/test_bankofcanada.py
 ${PYSITELIB}/pandas_datareader/tests/test_bankofcanada.pyc
 ${PYSITELIB}/pandas_datareader/tests/test_bankofcanada.pyo
@@ -151,96 +126,38 @@ ${PYSITELIB}/pandas_datareader/tests/tes
 ${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_deprecate_kwarg.py
+${PYSITELIB}/pandas_datareader/tests/test_deprecate_kwarg.pyc
+${PYSITELIB}/pandas_datareader/tests/test_deprecate_kwarg.pyo
 ${PYSITELIB}/pandas_datareader/tests/test_econdb.py
 ${PYSITELIB}/pandas_datareader/tests/test_econdb.pyc
 ${PYSITELIB}/pandas_datareader/tests/test_econdb.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_eurostat_reader.py
+${PYSITELIB}/pandas_datareader/tests/test_eurostat_reader.pyc
+${PYSITELIB}/pandas_datareader/tests/test_eurostat_reader.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_iex.py
-${PYSITELIB}/pandas_datareader/tests/test_iex.pyc
-${PYSITELIB}/pandas_datareader/tests/test_iex.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_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
-${PYSITELIB}/pandas_datareader/tests/test_naver.py
-${PYSITELIB}/pandas_datareader/tests/test_naver.pyc
-${PYSITELIB}/pandas_datareader/tests/test_naver.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_quandl.py
-${PYSITELIB}/pandas_datareader/tests/test_quandl.pyc
-${PYSITELIB}/pandas_datareader/tests/test_quandl.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
 ${PYSITELIB}/pandas_datareader/tests/test_utils.py
 ${PYSITELIB}/pandas_datareader/tests/test_utils.pyc
 ${PYSITELIB}/pandas_datareader/tests/test_utils.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/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
+${PYSITELIB}/pandas_datareader/tests/yahoo/data/__init__.py
+${PYSITELIB}/pandas_datareader/tests/yahoo/data/__init__.pyc
+${PYSITELIB}/pandas_datareader/tests/yahoo/data/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/yahoo/data/yahoo_options1.json
+${PYSITELIB}/pandas_datareader/tests/yahoo/data/yahoo_options2.json
 ${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/fx.py
-${PYSITELIB}/pandas_datareader/yahoo/fx.pyc
-${PYSITELIB}/pandas_datareader/yahoo/fx.pyo
-${PYSITELIB}/pandas_datareader/yahoo/headers.py
-${PYSITELIB}/pandas_datareader/yahoo/headers.pyc
-${PYSITELIB}/pandas_datareader/yahoo/headers.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 pkgsrc/math/py-pandas-datareader/distinfo:1.10 pkgsrc/math/py-pandas-datareader/distinfo:1.11
--- pkgsrc/math/py-pandas-datareader/distinfo:1.10      Sun Nov  5 23:25:31 2023
+++ pkgsrc/math/py-pandas-datareader/distinfo   Mon Sep  7 16:26:12 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2023/11/05 23:25:31 wiz Exp $
+$NetBSD: distinfo,v 1.11 2026/09/07 16:26:12 adam Exp $
 
-BLAKE2s (pandas-datareader-0.10.0.tar.gz) = 04b469568d3f278286a4b4a0441ab30bd2143d7c159fb294d7f3010e10cd9c57
-SHA512 (pandas-datareader-0.10.0.tar.gz) = 00c8e1f2d2b7de1eabf7cf06a2e6dedbc4158558a6a3276535b4f1284ea2df7dae4e6bbfb37c92328f27c2446a5d3d9d979b219bff28ac2f7e07f952ef837924
-Size (pandas-datareader-0.10.0.tar.gz) = 95477 bytes
-SHA1 (patch-versioneer.py) = 2d6a130d98e663549c8d452f5fced0b928c8930d
+BLAKE2s (pandas_datareader-0.11.1.tar.gz) = 57955db067aced2e5d00dcccb570446c144bf655e821c50636dc9b720da63f6e
+SHA512 (pandas_datareader-0.11.1.tar.gz) = e60dd139994cb9c7f9f468e69e0afc30428f04477cd2fd94377a3982831594a1d4991e0674fb6dff12ef006a00e40b9ee1c97700199c0256f1ee7df5ad63a93f
+Size (pandas_datareader-0.11.1.tar.gz) = 206210 bytes
+SHA1 (patch-pyproject.toml) = 4f422f085949f95ffd3135c78d23ede456fc8e30

Added files:

Index: pkgsrc/math/py-pandas-datareader/patches/patch-pyproject.toml
diff -u /dev/null pkgsrc/math/py-pandas-datareader/patches/patch-pyproject.toml:1.1
--- /dev/null   Mon Sep  7 16:26:12 2026
+++ pkgsrc/math/py-pandas-datareader/patches/patch-pyproject.toml       Mon Sep  7 16:26:12 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-pyproject.toml,v 1.1 2026/09/07 16:26:12 adam Exp $
+
+Install only the package itself.
+
+--- pyproject.toml.orig        2026-09-07 16:22:12.617176593 +0000
++++ pyproject.toml
+@@ -35,7 +35,7 @@ Repository = "https://github.com/pydata/
+ 
+ 
+ [tool.setuptools]
+-package-dir = {"" = "."}
++package-dir = {"pandas_datareader" = "pandas_datareader"}
+ 
+ [tool.setuptools.dynamic]
+ dependencies = {file = ["requirements.txt"]}



Home | Main Index | Thread Index | Old Index