aboutsummaryrefslogtreecommitdiff
path: root/finance/freqtrade
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 14:47:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 14:47:51 +0000
commit84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 (patch)
treec88dd9c12f884760d1cb3a3acb7d6ff1d7e365ad /finance/freqtrade
parent43757efeb94c5864c62a1d58a6ea51aea66cdd9c (diff)
downloadports-84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742.tar.gz
ports-84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742.zip
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517 - Bump PORTREVISION of dependent ports for dependency change - While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for *_DEPENDS
Diffstat (limited to 'finance/freqtrade')
-rw-r--r--finance/freqtrade/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/freqtrade/Makefile b/finance/freqtrade/Makefile
index 21c142d4a22e..68af040a9e03 100644
--- a/finance/freqtrade/Makefile
+++ b/finance/freqtrade/Makefile
@@ -1,5 +1,6 @@
PORTNAME= freqtrade
DISTVERSION= 2023.12
+PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= PYPI
@@ -20,7 +21,7 @@ PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>=2.0.6:databases/py-sqlalchemy20
${PYTHON_PKGNAMEPREFIX}ccxt>=4.0.0:finance/py-ccxt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fastapi>0:www/py-fastapi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpx>=0.24.1:www/py-httpx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}janus>0:devel/py-janus@${PY_FLAVOR} \