Commit 38dfb18e authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

finance/py-TA-Lib: Remove duplicate in favor of finance/py-ta-lib

PR:		268751
Reported by:	asomers@
parent f6a4845f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17763,3 +17763,4 @@ x11-toolkits/gtkmathview||2023-01-30|Depends on EOLed gtk+20, not depended on in
x11-toolkits/vdk||2023-01-30|Depends on EOLed gtk+20, not depended on in the ports tree
audio/libgpod-sharp||2023-02-01|Depends on EOLed gtk+20, not depended on in the ports tree
x11/plasma5-kwayland-server|x11-wm/plasma5-kwin|2023-02-07|Reintegrated into x11-wm/plasma5-kwin
finance/py-TA-Lib|finance/py-ta-lib|2023-02-12|Remove duplicate port
+0 −1
Original line number Diff line number Diff line
@@ -97,7 +97,6 @@
    SUBDIR += pear_Payment_DTA
    SUBDIR += prestashop
    SUBDIR += py-Nasdaq-Data-Link
    SUBDIR += py-TA-Lib
    SUBDIR += py-alpha-vantage
    SUBDIR += py-backtrader
    SUBDIR += py-bitcoin

finance/py-TA-Lib/Makefile

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
PORTNAME=	TA-Lib # provides Python namespace 'talib'
DISTVERSION=	0.4.25
CATEGORIES=	finance python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Python wrapper for TA-LIB based on Cython
WWW=		https://mrjbq7.github.io/ta-lib/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYNUMPY}
LIB_DEPENDS=	libta_lib.so:devel/ta-lib
RUN_DEPENDS=	${PYNUMPY}
#TEST_DEPENDS=	misc/py-polars - fails to build, see https://github.com/rust-lang/hashbrown/issues/377

USES=		python
USE_PYTHON=	distutils cython autoplist pytest

TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
TEST_WRKSRC=	${WRKSRC}/talib

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/talib/_ta_lib${PYTHON_EXT_SUFFIX}.so

.include <bsd.port.mk>

finance/py-TA-Lib/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1672030248
SHA256 (TA-Lib-0.4.25.tar.gz) = 6c51c09fcc138367483bcce6db81329ae6851e6ca1a8ac1e50732e443d15602b
SIZE (TA-Lib-0.4.25.tar.gz) = 271960

finance/py-TA-Lib/pkg-descr

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
Python-TA-Lib is a Python wrapper for TA-LIB based on Cython instead of SWIG.

TA-Lib is widely used by trading software developers requiring to perform
technical analysis of financial market data.
* Includes 150+ indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands,
  etc.
* Candlestick pattern recognition
* Open-source API for C/C++, Java, Perl, Python and 100% Managed .NET
Loading