Date: Sun, 25 Dec 2022 09:57:51 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5c9026862cae - main - finance/py-finvizfinance: New port:Finviz Finance information downloader Message-ID: <202212250957.2BP9vpbF057414@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c9026862caed5f6397817217a2bb2163b37d8d2 commit 5c9026862caed5f6397817217a2bb2163b37d8d2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-25 06:45:18 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-25 09:57:37 +0000 finance/py-finvizfinance: New port:Finviz Finance information downloader --- finance/Makefile | 1 + finance/py-finvizfinance/Makefile | 30 ++++++++++++++++++++++++++++++ finance/py-finvizfinance/distinfo | 3 +++ finance/py-finvizfinance/pkg-descr | 6 ++++++ 4 files changed, 40 insertions(+) diff --git a/finance/Makefile b/finance/Makefile index 97334205ba90..adae2dcd2605 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -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 diff --git a/finance/py-finvizfinance/Makefile b/finance/py-finvizfinance/Makefile new file mode 100644 index 000000000000..8b71d3771b5e --- /dev/null +++ b/finance/py-finvizfinance/Makefile @@ -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> diff --git a/finance/py-finvizfinance/distinfo b/finance/py-finvizfinance/distinfo new file mode 100644 index 000000000000..38cf733352f4 --- /dev/null +++ b/finance/py-finvizfinance/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1671949843 +SHA256 (finvizfinance-0.14.4.tar.gz) = de2a14dcc0371ac936f365881303dd4d2163910b5384f3153ab99c931d3d1a15 +SIZE (finvizfinance-0.14.4.tar.gz) = 708962 diff --git a/finance/py-finvizfinance/pkg-descr b/finance/py-finvizfinance/pkg-descr new file mode 100644 index 000000000000..8d3594993ae4 --- /dev/null +++ b/finance/py-finvizfinance/pkg-descr @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212250957.2BP9vpbF057414>