Date: Sun, 31 Dec 2023 23:02:46 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: 301a0ee920ed - main - finance/py-thepassiveinvestor: New port: Passive Investing for the Average Joe Message-ID: <202312312302.3BVN2ki6014031@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=301a0ee920edb850bcaf8141b446df6a0b0bccb3 commit 301a0ee920edb850bcaf8141b446df6a0b0bccb3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-12-31 23:02:08 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-12-31 23:02:35 +0000 finance/py-thepassiveinvestor: New port: Passive Investing for the Average Joe --- finance/Makefile | 1 + finance/py-thepassiveinvestor/Makefile | 24 ++++++++++++++++++++++++ finance/py-thepassiveinvestor/distinfo | 3 +++ finance/py-thepassiveinvestor/pkg-descr | 2 ++ 4 files changed, 30 insertions(+) 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312312302.3BVN2ki6014031>