git: 246b8f559d4f - main - misc/py-sagemaker-mlflow: New port: SageMaker: AWS Plugin for MLflow with SageMaker
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jun 2026 16:21:25 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=246b8f559d4fcae9e52db2604101205e66324293
commit 246b8f559d4fcae9e52db2604101205e66324293
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-29 15:40:43 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-29 16:21:15 +0000
misc/py-sagemaker-mlflow: New port: SageMaker: AWS Plugin for MLflow with SageMaker
---
misc/Makefile | 1 +
misc/py-sagemaker-mlflow/Makefile | 25 +++++++++++++++++++++++++
misc/py-sagemaker-mlflow/distinfo | 3 +++
misc/py-sagemaker-mlflow/pkg-descr | 2 ++
4 files changed, 31 insertions(+)
diff --git a/misc/Makefile b/misc/Makefile
index e6db4a468d6b..3f4d323dab1c 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -614,6 +614,7 @@
SUBDIR += py-safetensors
SUBDIR += py-sagemaker
SUBDIR += py-sagemaker-core
+ SUBDIR += py-sagemaker-mlflow
SUBDIR += py-sagemaker-mlops
SUBDIR += py-sagemaker-schema-inference-artifacts
SUBDIR += py-sagemaker-serve
diff --git a/misc/py-sagemaker-mlflow/Makefile b/misc/py-sagemaker-mlflow/Makefile
new file mode 100644
index 000000000000..0849fea089f4
--- /dev/null
+++ b/misc/py-sagemaker-mlflow/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= sagemaker-mlflow
+DISTVERSION= 0.5.0
+CATEGORIES= misc python # machine-learning
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/_}-${DISTVERSION}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= SageMaker: AWS Plugin for MLflow with SageMaker
+WWW= https://github.com/aws/sagemaker-mlflow
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.34:www/py-boto3@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mlflow-skinny>=2.8:misc/py-mlflow-skinny@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= pep517 autoplist concurrent
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-sagemaker-mlflow/distinfo b/misc/py-sagemaker-mlflow/distinfo
new file mode 100644
index 000000000000..9b3719349d1f
--- /dev/null
+++ b/misc/py-sagemaker-mlflow/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1782631060
+SHA256 (sagemaker_mlflow-0.5.0.tar.gz) = 6786b9aa738bf0ec551dc99bd44069ac39ad202fa234f99b2fc914556f1af2f2
+SIZE (sagemaker_mlflow-0.5.0.tar.gz) = 22371
diff --git a/misc/py-sagemaker-mlflow/pkg-descr b/misc/py-sagemaker-mlflow/pkg-descr
new file mode 100644
index 000000000000..c9e5d3228986
--- /dev/null
+++ b/misc/py-sagemaker-mlflow/pkg-descr
@@ -0,0 +1,2 @@
+sagemaker-mlflow is an AWS plugin for MLflow that integrates MLflow tracking
+and model registry with Amazon SageMaker.