1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

finance/py-yfinance: Add py-yfinance 0.1.59

Ever since Yahoo! finance decommissioned their historical data API, many
programs that relied on it to stop working. yfinance aimes to solve this problem
by offering a reliable, threaded, and Pythonic way to download historical market
data from Yahoo! finance.

WWW: https://github.com/ranaroussi/yfinance
This commit is contained in:
Po-Chuan Hsieh 2021-06-15 01:32:33 +08:00
parent 9ff6a0ecc0
commit 5fe672cb88
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 36 additions and 0 deletions

View File

@ -102,6 +102,7 @@
SUBDIR += py-stripe
SUBDIR += py-ta-lib
SUBDIR += py-vatnumber
SUBDIR += py-yfinance
SUBDIR += py-ystockquote
SUBDIR += qtbitcointrader
SUBDIR += quantlib

View File

@ -0,0 +1,26 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= yfinance
PORTVERSION= 0.1.59
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Yahoo! Finance market data downloader
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.5.1:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}multitasking>=0.0.7:devel/py-multitasking@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.24,1:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1622213968
SHA256 (yfinance-0.1.59.tar.gz) = fe4dc46807eceadc6604bf51ece7297b752dc5402a38a87385094fbfc7565fa0
SIZE (yfinance-0.1.59.tar.gz) = 25783

View File

@ -0,0 +1,6 @@
Ever since Yahoo! finance decommissioned their historical data API, many
programs that relied on it to stop working. yfinance aimes to solve this problem
by offering a reliable, threaded, and Pythonic way to download historical market
data from Yahoo! finance.
WWW: https://github.com/ranaroussi/yfinance