git: 26f18620a2b2 - main - math/py-optuna: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jun 2024 15:24:26 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=26f18620a2b27c6d44725248c340b60664c6be8c commit 26f18620a2b27c6d44725248c340b60664c6be8c Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-11 15:23:45 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-11 15:24:20 +0000 math/py-optuna: Remove expired port 2024-06-04 math/py-optuna: Depends on expired databases/py-sqlalchemy12 --- MOVED | 1 + math/Makefile | 1 - math/py-optuna/Makefile | 34 ---------------------------------- math/py-optuna/distinfo | 3 --- math/py-optuna/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 43 deletions(-) diff --git a/MOVED b/MOVED index 6258de817d47..1a81e4fd6765 100644 --- a/MOVED +++ b/MOVED @@ -3278,3 +3278,4 @@ sysutils/rtsx-kmod||2024-06-08|Present in base since FreeBSD 13 devel/rubygem-gettext_i18n_rails111|devel/rubygem-gettext_i18n_rails|2024-06-09|Obsolete use devel/rubygem-gettext_i18n_rails instead databases/rubygem-redis-clustering50|databases/rubygem-redis-clustering|2024-06-09|Obsolete use databases/rubygem-redis-clustering instead databases/rubygem-redis50|databases/rubygem-redis|2024-06-09|Obsolete use databases/rubygem-redis instead +math/py-optuna||2024-06-11|Has expired: Depends on expired databases/py-sqlalchemy12 diff --git a/math/Makefile b/math/Makefile index 128639ea786a..5fa0ff553788 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1007,7 +1007,6 @@ SUBDIR += py-numpy-stl SUBDIR += py-openTSNE SUBDIR += py-opt-einsum - SUBDIR += py-optuna SUBDIR += py-or-tools SUBDIR += py-osqp SUBDIR += py-pandas diff --git a/math/py-optuna/Makefile b/math/py-optuna/Makefile deleted file mode 100644 index e900f0d74dc7..000000000000 --- a/math/py-optuna/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= optuna -DISTVERSION= 2.10.1 -PORTREVISION= 1 -CATEGORIES= math # machine-learning -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= nc@FreeBSD.org -COMMENT= Hyperparameter optimization framework -WWW= https://optuna.org/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired databases/py-sqlalchemy12 -EXPIRATION_DATE=2024-06-04 - -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} \ - ${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-joblib@${PY_FLAVOR} \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>0:databases/py-sqlalchemy12@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/math/py-optuna/distinfo b/math/py-optuna/distinfo deleted file mode 100644 index 8e2acf6a3d10..000000000000 --- a/math/py-optuna/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1659118277 -SHA256 (optuna-2.10.1.tar.gz) = 8a12009b57757c1070b3bff2261c24824d6430c22926dd1e2ace33b3deff555f -SIZE (optuna-2.10.1.tar.gz) = 224093 diff --git a/math/py-optuna/pkg-descr b/math/py-optuna/pkg-descr deleted file mode 100644 index 18109e9e3913..000000000000 --- a/math/py-optuna/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Optuna is an automatic hyperparameter optimization software framework, -particularly designed for machine learning. It features an imperative, -define-by-run style user API. Thanks to our define-by-run API, the code -written with Optuna enjoys high modularity, and the user of Optuna can -dynamically construct the search spaces for the hyperparameters.