Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142939924
D14468.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D14468.diff
View Options
Index: head/finance/Makefile
===================================================================
--- head/finance/Makefile
+++ head/finance/Makefile
@@ -96,6 +96,7 @@
SUBDIR += py-bitcoin
SUBDIR += py-python-obelisk
SUBDIR += py-stripe
+ SUBDIR += py-ta-lib
SUBDIR += py-vatnumber
SUBDIR += py-ystockquote
SUBDIR += qhacc
Index: head/finance/py-ta-lib/Makefile
===================================================================
--- head/finance/py-ta-lib/Makefile
+++ head/finance/py-ta-lib/Makefile
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME= ta-lib
+DISTVERSIONPREFIX= TA_Lib-
+DISTVERSION= 0.4.16
+CATEGORIES= finance python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= m.tsatsenko@gmail.com
+COMMENT= Python wrapper for ta-lib (tools for market analysis)
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYNUMPY}
+LIB_DEPENDS= libta_lib.so:devel/ta-lib
+RUN_DEPENDS= ${PYNUMPY}
+
+MAKE_ENV= TA_INCLUDE_PATH="${LOCALBASE}/include"
+
+USES= python
+USE_GITHUB= yes
+GH_ACCOUNT= mrjbq7
+USE_PYTHON= distutils cython autoplist
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/talib/_ta_lib.so
+
+.include <bsd.port.mk>
Index: head/finance/py-ta-lib/distinfo
===================================================================
--- head/finance/py-ta-lib/distinfo
+++ head/finance/py-ta-lib/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1519271769
+SHA256 (mrjbq7-ta-lib-TA_Lib-0.4.16_GH0.tar.gz) = 1aeda4c421214640e9cf115085cb31e84d316f289f8cf5d47410a5cb4406636f
+SIZE (mrjbq7-ta-lib-TA_Lib-0.4.16_GH0.tar.gz) = 822860
Index: head/finance/py-ta-lib/pkg-descr
===================================================================
--- head/finance/py-ta-lib/pkg-descr
+++ head/finance/py-ta-lib/pkg-descr
@@ -0,0 +1,6 @@
+py-ta-lib is a Python wrapper for TA-LIB (a marketing analysis library)
+based on Cython.
+
+It is intended to perform marketing analysis in Python programs.
+
+WWW: https://mrjbq7.github.io/ta-lib/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 25, 8:24 PM (6 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27966423
Default Alt Text
D14468.diff (1 KB)
Attached To
Mode
D14468: New port: finance/py-ta-lib: Python wrapper for ta-lib (tools for market analysis)
Attached
Detach File
Event Timeline
Log In to Comment