Skip to content

Commit

Permalink
finance/py-thepassiveinvestor: New port: Passive Investing for the Av…
Browse files Browse the repository at this point in the history
…erage Joe
  • Loading branch information
yurivict committed Dec 31, 2023
1 parent 367a59f commit 301a0ee
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions finance/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 24 additions & 0 deletions finance/py-thepassiveinvestor/Makefile
Original file line number Diff line number Diff line change
@@ -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>
3 changes: 3 additions & 0 deletions finance/py-thepassiveinvestor/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1704053447
SHA256 (thepassiveinvestor-1.2.1.tar.gz) = a2e488c8ade9836eb5b44cb965adbd77d2858eecbde620fd8a5dff34d334e728
SIZE (thepassiveinvestor-1.2.1.tar.gz) = 17252
2 changes: 2 additions & 0 deletions finance/py-thepassiveinvestor/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ThePassiveInvestor is a Python module that helps unsophisticated individual
investors to make informed decisions about investing.

0 comments on commit 301a0ee

Please sign in to comment.