From 301a0ee920edb850bcaf8141b446df6a0b0bccb3 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 31 Dec 2023 15:02:08 -0800 Subject: finance/py-thepassiveinvestor: New port: Passive Investing for the Average Joe --- finance/py-thepassiveinvestor/Makefile | 24 ++++++++++++++++++++++++ finance/py-thepassiveinvestor/distinfo | 3 +++ finance/py-thepassiveinvestor/pkg-descr | 2 ++ 3 files changed, 29 insertions(+) create mode 100644 finance/py-thepassiveinvestor/Makefile create mode 100644 finance/py-thepassiveinvestor/distinfo create mode 100644 finance/py-thepassiveinvestor/pkg-descr (limited to 'finance/py-thepassiveinvestor') 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 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. -- cgit v1.2.3