diff options
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/py-thepassiveinvestor/Makefile | 24 | ||||
-rw-r--r-- | finance/py-thepassiveinvestor/distinfo | 3 | ||||
-rw-r--r-- | finance/py-thepassiveinvestor/pkg-descr | 2 |
4 files changed, 30 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 3dfa7e5f605e..bd2b7c359d8c 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -129,6 +129,7 @@ SUBDIR += py-stripe SUBDIR += py-ta-lib SUBDIR += py-technical + SUBDIR += py-thepassiveinvestor SUBDIR += py-tradingview-ta SUBDIR += py-valinvest SUBDIR += py-vatnumber diff --git a/finance/py-thepassiveinvestor/Makefile b/finance/py-thepassiveinvestor/Makefile new file mode 100644 index 000000000000..b123749c0849 --- /dev/null +++ b/finance/py-thepassiveinvestor/Makefile @@ -0,0 +1,24 @@ +PORTNAME= thepassiveinvestor +DISTVERSION= 1.2.1 +CATEGORIES= finance python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Passive Investing for the Average Joe +WWW= https://github.com/JerBouma/ThePassiveInvestor + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl>0:textproc/py-openpyxl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=1.5.3:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26.14:net/py-urllib3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yahooquery>=2.3.1:finance/py-yahooquery@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/finance/py-thepassiveinvestor/distinfo b/finance/py-thepassiveinvestor/distinfo new file mode 100644 index 000000000000..013420786b01 --- /dev/null +++ b/finance/py-thepassiveinvestor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704053447 +SHA256 (thepassiveinvestor-1.2.1.tar.gz) = a2e488c8ade9836eb5b44cb965adbd77d2858eecbde620fd8a5dff34d334e728 +SIZE (thepassiveinvestor-1.2.1.tar.gz) = 17252 diff --git a/finance/py-thepassiveinvestor/pkg-descr b/finance/py-thepassiveinvestor/pkg-descr new file mode 100644 index 000000000000..f00471556bb3 --- /dev/null +++ b/finance/py-thepassiveinvestor/pkg-descr @@ -0,0 +1,2 @@ +ThePassiveInvestor is a Python module that helps unsophisticated individual +investors to make informed decisions about investing. |