26 lines
825 B
Makefile
26 lines
825 B
Makefile
PORTNAME= openbb-charting
|
|
DISTVERSION= 3.0.0
|
|
CATEGORIES= finance python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= OpenBB: Charting extension for OpenBB
|
|
WWW= https://github.com/OpenBB-finance/OpenBB
|
|
|
|
LICENSE= AGPLv3
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openbb-core>=1.6.10:finance/py-openbb-core@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pandas-ta-openbb>=0.4.24:finance/py-pandas-ta-openbb@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}plotly>0:graphics/py-plotly@${PY_FLAVOR}
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pywry>0:www/py-pywry@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|