Date: Tue, 07 Apr 2026 09:58:22 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 92e871bb2bd3 - main - misc/py-model-hosting-container-standards: New port: Standardized model hosting container implementations Message-ID: <69d4d53e.46453.169b41ba@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=92e871bb2bd3fef05c98d7f4bad82ebba28d797f commit 92e871bb2bd3fef05c98d7f4bad82ebba28d797f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-07 04:42:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-07 09:58:08 +0000 misc/py-model-hosting-container-standards: New port: Standardized model hosting container implementations --- misc/Makefile | 1 + misc/py-model-hosting-container-standards/Makefile | 28 ++++++++++++++++++++++ misc/py-model-hosting-container-standards/distinfo | 3 +++ .../py-model-hosting-container-standards/pkg-descr | 3 +++ 4 files changed, 35 insertions(+) diff --git a/misc/Makefile b/misc/Makefile index 5e5cfa76e815..5527f4bbbd2b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -531,6 +531,7 @@ SUBDIR += py-mmdet SUBDIR += py-mmengine SUBDIR += py-mmsegmentation + SUBDIR += py-model-hosting-container-standards SUBDIR += py-molequeue SUBDIR += py-napari SUBDIR += py-napari-svg diff --git a/misc/py-model-hosting-container-standards/Makefile b/misc/py-model-hosting-container-standards/Makefile new file mode 100644 index 000000000000..33d19cc137ca --- /dev/null +++ b/misc/py-model-hosting-container-standards/Makefile @@ -0,0 +1,28 @@ +PORTNAME= model-hosting-container-standards +DISTVERSION= 0.1.14 +CATEGORIES= misc python # machine-learning +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Standardized model hosting container implementations +WWW= https://github.com/aws/model-hosting-container-standards + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastapi>0:www/py-fastapi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jmespath>0:devel/py-jmespath@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>0:devel/py-pydantic2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}starlette>=0.49.1:www/py-starlette@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}supervisor>=4.2.0:sysutils/py-supervisor@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-model-hosting-container-standards/distinfo b/misc/py-model-hosting-container-standards/distinfo new file mode 100644 index 000000000000..2ef497a2bb1f --- /dev/null +++ b/misc/py-model-hosting-container-standards/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1775500352 +SHA256 (model_hosting_container_standards-0.1.14.tar.gz) = b6cf4c46d88ce6acd6e543a578bb88ffd55d1179a7c09c22e61ae1d8a567c564 +SIZE (model_hosting_container_standards-0.1.14.tar.gz) = 90386 diff --git a/misc/py-model-hosting-container-standards/pkg-descr b/misc/py-model-hosting-container-standards/pkg-descr new file mode 100644 index 000000000000..8715eea0bf55 --- /dev/null +++ b/misc/py-model-hosting-container-standards/pkg-descr @@ -0,0 +1,3 @@ +model-hosting-container-standards provides standards and utilities for +hosting machine learning models in containers. It includes FastAPI-based +server definitions and container lifecycle management utilities.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d4d53e.46453.169b41ba>
