aboutsummaryrefslogtreecommitdiff
path: root/finance/py-thepassiveinvestor
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-12-31 23:02:08 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-12-31 23:02:35 +0000
commit301a0ee920edb850bcaf8141b446df6a0b0bccb3 (patch)
tree6fa2c2355c6d082867947e13bc158c34aa3949cc /finance/py-thepassiveinvestor
parent367a59fb1a6f3e8e03ef4390e88eb131369f50ef (diff)
downloadports-301a0ee920edb850bcaf8141b446df6a0b0bccb3.tar.gz
ports-301a0ee920edb850bcaf8141b446df6a0b0bccb3.zip
Diffstat (limited to 'finance/py-thepassiveinvestor')
-rw-r--r--finance/py-thepassiveinvestor/Makefile24
-rw-r--r--finance/py-thepassiveinvestor/distinfo3
-rw-r--r--finance/py-thepassiveinvestor/pkg-descr2
3 files changed, 29 insertions, 0 deletions
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.