git: 3837b2f23e21 - main - finance/py-pandas-ta-openbb: New port: Fork of pandas-ta for use with NumPy 2 and OpenBB
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jul 2026 04:35:03 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3837b2f23e2109d94206038b574aac67ef47f934
commit 3837b2f23e2109d94206038b574aac67ef47f934
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-01 16:35:26 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-02 04:34:56 +0000
finance/py-pandas-ta-openbb: New port: Fork of pandas-ta for use with NumPy 2 and OpenBB
---
finance/Makefile | 1 +
finance/py-pandas-ta-openbb/Makefile | 26 ++++++++++++++++++++++++++
finance/py-pandas-ta-openbb/distinfo | 3 +++
finance/py-pandas-ta-openbb/pkg-descr | 7 +++++++
4 files changed, 37 insertions(+)
diff --git a/finance/Makefile b/finance/Makefile
index 69c38f57524a..0965910e4695 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -127,6 +127,7 @@
SUBDIR += py-ofxparse
SUBDIR += py-pandas-market-calendars
SUBDIR += py-pandas-ta
+ SUBDIR += py-pandas-ta-openbb
SUBDIR += py-pycoin
SUBDIR += py-pycoingecko
SUBDIR += py-pythclient
diff --git a/finance/py-pandas-ta-openbb/Makefile b/finance/py-pandas-ta-openbb/Makefile
new file mode 100644
index 000000000000..fb316bee2585
--- /dev/null
+++ b/finance/py-pandas-ta-openbb/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= pandas-ta-openbb
+DISTVERSION= 0.4.24
+CATEGORIES= finance python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Fork of pandas-ta for use with NumPy 2 and OpenBB
+WWW= https://github.com/deeleeramone/pandas-ta
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.4:math/py-numpy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pandas>=2.2.0:math/py-pandas@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scipy>=1.15.3:science/py-scipy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.14.0:math/py-statsmodels@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/finance/py-pandas-ta-openbb/distinfo b/finance/py-pandas-ta-openbb/distinfo
new file mode 100644
index 000000000000..b472949122d3
--- /dev/null
+++ b/finance/py-pandas-ta-openbb/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1782922312
+SHA256 (pandas_ta_openbb-0.4.24.tar.gz) = 69ff98beccbbe0ab238371af25a5c0be9f123aa474888cef74892441c353da1b
+SIZE (pandas_ta_openbb-0.4.24.tar.gz) = 135689
diff --git a/finance/py-pandas-ta-openbb/pkg-descr b/finance/py-pandas-ta-openbb/pkg-descr
new file mode 100644
index 000000000000..69cb86fe84fa
--- /dev/null
+++ b/finance/py-pandas-ta-openbb/pkg-descr
@@ -0,0 +1,7 @@
+Pandas TA OpenBB is a fork of the Pandas Technical Analysis (pandas-ta)
+library, maintained for compatibility with NumPy 2 and the OpenBB
+ecosystem. It leverages the Pandas package with more than 130 technical
+indicators and utility functions, including commonly used indicators such
+as Simple Moving Average (sma), Moving Average Convergence Divergence
+(macd), Bollinger Bands (bbands), On-Balance Volume (obv), Relative
+Strength Index (rsi), and many more.