diff --git a/finance/py-yfinance/Makefile b/finance/py-yfinance/Makefile index a70782c4bb6a..d9365365191a 100644 --- a/finance/py-yfinance/Makefile +++ b/finance/py-yfinance/Makefile @@ -1,33 +1,33 @@ PORTNAME= yfinance PORTVERSION= 0.2.57 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Yahoo! Finance market data downloader WWW= https://ranaroussi.github.io/yfinance/ \ https://github.com/ranaroussi/yfinance LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.11.1:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}frozendict>=2.3.4:devel/py-frozendict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}multitasking>=0.0.7:devel/py-multitasking@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.5,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=1.3.0,1:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}peewee>=3.15.0:databases/py-peewee@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}peewee>=3.16.2:databases/py-peewee@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=2.0.0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2022.5,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.31:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/finance/py-yfinance/files/patch-setup.py b/finance/py-yfinance/files/patch-setup.py deleted file mode 100644 index ffc53038a65e..000000000000 --- a/finance/py-yfinance/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2025-02-15 18:20:54 UTC -+++ setup.py -@@ -62,7 +62,7 @@ setup( - install_requires=['pandas>=1.3.0', 'numpy>=1.16.5', - 'requests>=2.31', 'multitasking>=0.0.7', - 'platformdirs>=2.0.0', 'pytz>=2022.5', -- 'frozendict>=2.3.4', 'peewee>=3.16.2', -+ 'frozendict>=2.3.4', 'peewee>=3.15.0', - 'beautifulsoup4>=4.11.1'], - extras_require={ - 'nospam': ['requests_cache>=1.0', 'requests_ratelimiter>=0.3.1'],