finance/py-finvizfinance: New port:Finviz Finance information downloader

This commit is contained in:
Yuri Victorovich 2022-12-24 22:45:18 -08:00
parent b35b54fe8c
commit 5c9026862c
4 changed files with 40 additions and 0 deletions

View file

@ -99,6 +99,7 @@
SUBDIR += py-backtrader
SUBDIR += py-bitcoin
SUBDIR += py-ebaysdk
SUBDIR += py-finvizfinance
SUBDIR += py-fundamentalanalysis
SUBDIR += py-investiny
SUBDIR += py-investpy

View file

@ -0,0 +1,30 @@
PORTNAME= finvizfinance
PORTVERSION= 0.14.4
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Finviz Finance information downloader
WWW= https://finvizfinance.readthedocs.io/en/latest/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}DateTime>0:devel/py-DateTime@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
USES= python:3.6+
USE_PYTHON= distutils autoplist pytest
NO_ARCH= yes
post-extract:
@${TOUCH} ${WRKSRC}/README_pypi.md
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1671949843
SHA256 (finvizfinance-0.14.4.tar.gz) = de2a14dcc0371ac936f365881303dd4d2163910b5384f3153ab99c931d3d1a15
SIZE (finvizfinance-0.14.4.tar.gz) = 708962

View file

@ -0,0 +1,6 @@
finvizfinance is a package which collects financial information from FinViz
website. The package provides the information of the following:
* Stock charts, fundamental & technical information, insider information and
stock news
* Forex charts and performance
* Crypto charts and performance