git: 222f3bb45a79 - main - math/py-optuna: Switch to alembic 1.4.x
Muhammad Moinur Rahman
bofh at FreeBSD.org
Thu Sep 30 19:53:13 UTC 2021
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=222f3bb45a79044dbe576353326e6a494993d2f1
commit 222f3bb45a79044dbe576353326e6a494993d2f1
Author: Muhammad Moinur Rahman <bofh at FreeBSD.org>
AuthorDate: 2021-09-30 19:50:33 +0000
Commit: Muhammad Moinur Rahman <bofh at FreeBSD.org>
CommitDate: 2021-09-30 19:52:39 +0000
math/py-optuna: Switch to alembic 1.4.x
- This is required as part of updating databases/py-alembic
PR: 258793
Approved by: nc
---
math/py-optuna/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/py-optuna/Makefile b/math/py-optuna/Makefile
index e89fea95bf7b..ac8b82b52a34 100644
--- a/math/py-optuna/Makefile
+++ b/math/py-optuna/Makefile
@@ -1,5 +1,6 @@
PORTNAME= optuna
DISTVERSION= 2.9.1
+PORTREVISION= 1
CATEGORIES= math # machine-learning
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,7 @@ COMMENT= Hyperparameter optimization framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic>0:databases/py-alembic@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic14>0:databases/py-alembic14@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cliff>0:devel/py-cliff@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cmaes>0:math/py-cmaes@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorlog>0:devel/py-colorlog@${PY_FLAVOR} \
More information about the dev-commits-ports-all
mailing list