mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
finance/py-valinvest: New port: Value investing tool
This commit is contained in:
parent
3f0c87bcff
commit
b1d7e1fda1
@ -129,6 +129,7 @@
|
||||
SUBDIR += py-ta-lib
|
||||
SUBDIR += py-technical
|
||||
SUBDIR += py-tradingview-ta
|
||||
SUBDIR += py-valinvest
|
||||
SUBDIR += py-vatnumber
|
||||
SUBDIR += py-yfinance
|
||||
SUBDIR += py-ystockquote
|
||||
|
20
finance/py-valinvest/Makefile
Normal file
20
finance/py-valinvest/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
PORTNAME= valinvest
|
||||
DISTVERSION= 0.0.2
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Value investing tool
|
||||
WWW= https://github.com/astro30/valinvest
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2022.12.7:security/py-certifi@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
finance/py-valinvest/distinfo
Normal file
3
finance/py-valinvest/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1704052341
|
||||
SHA256 (valinvest-0.0.2.tar.gz) = 9614aaf8019e015c20ea48867ede8a6ea10e1c6410e787314066d7b2e5aeb7dc
|
||||
SIZE (valinvest-0.0.2.tar.gz) = 11978
|
5
finance/py-valinvest/pkg-descr
Normal file
5
finance/py-valinvest/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
valinvest is a value investing tool based on Warren Buffett, Joseph Piotroski
|
||||
and Benjamin Graham thoughts.
|
||||
|
||||
The Financial API used by valinvest to get financial data has been rewritten
|
||||
and now requires a API Key in order to make request.
|
Loading…
Reference in New Issue
Block a user