aboutsummaryrefslogtreecommitdiff
path: root/finance/py-pandas-ta
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-02-13 06:36:04 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-02-13 06:39:14 +0000
commit38dfb18e110b7b4b9646228592d23ba899755f44 (patch)
tree29fc2c7b5991ba5c47798ee5fd20926ac0466863 /finance/py-pandas-ta
parentf6a4845f37eb2c01c2749dd5f9780a7f4db00d43 (diff)
downloadports-38dfb18e110b7b4b9646228592d23ba899755f44.tar.gz
ports-38dfb18e110b7b4b9646228592d23ba899755f44.zip
finance/py-TA-Lib: Remove duplicate in favor of finance/py-ta-lib
PR: 268751 Reported by: asomers@
Diffstat (limited to 'finance/py-pandas-ta')
-rw-r--r--finance/py-pandas-ta/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/py-pandas-ta/Makefile b/finance/py-pandas-ta/Makefile
index f8b602e3d64c..508202daef68 100644
--- a/finance/py-pandas-ta/Makefile
+++ b/finance/py-pandas-ta/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pandas-ta
DISTVERSION= 0.3.14
+PORTREVISION= 1
CATEGORIES= finance python
#MASTER_SITES= PYPI # no tests
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,7 @@ PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.16.0:devel/py-six@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TA-Lib>0:finance/py-TA-Lib@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ta-lib>0:finance/py-ta-lib@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist pytest # 1 test fails, see https://github.com/twopirllc/pandas-ta/issues/631