Date: Wed, 18 Mar 2026 15:48:14 +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: 6e20bda24072 - main - misc/py-comfyui-workflow-templates-core: New port: ComfyUI: Core helpers for ComfyUI workflow templates Message-ID: <69bac93e.18e56.300c435c@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=6e20bda240723adb7e1ea269edbf480d9871d9ca commit 6e20bda240723adb7e1ea269edbf480d9871d9ca Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-03-18 04:15:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-03-18 15:48:08 +0000 misc/py-comfyui-workflow-templates-core: New port: ComfyUI: Core helpers for ComfyUI workflow templates --- misc/Makefile | 1 + misc/py-comfyui-workflow-templates-core/Makefile | 22 ++++++++++++++++++++++ misc/py-comfyui-workflow-templates-core/distinfo | 3 +++ .../files/patch-pyproject.toml | 11 +++++++++++ misc/py-comfyui-workflow-templates-core/pkg-descr | 3 +++ 5 files changed, 40 insertions(+) diff --git a/misc/Makefile b/misc/Makefile index 984520ddde68..41f9c94a3c08 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -447,6 +447,7 @@ SUBDIR += py-colorzero SUBDIR += py-comfy-aimdo SUBDIR += py-comfyui-embedded-docs + SUBDIR += py-comfyui-workflow-templates-core SUBDIR += py-cppman SUBDIR += py-crudini SUBDIR += py-csvw diff --git a/misc/py-comfyui-workflow-templates-core/Makefile b/misc/py-comfyui-workflow-templates-core/Makefile new file mode 100644 index 000000000000..8c55b56ea13e --- /dev/null +++ b/misc/py-comfyui-workflow-templates-core/Makefile @@ -0,0 +1,22 @@ +PORTNAME= comfyui-workflow-templates-core +DISTVERSION= 0.3.173 +CATEGORIES= misc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= ComfyUI: Core helpers for ComfyUI workflow templates +WWW= https://github.com/Comfy-Org/workflow_templates + +LICENSE= MIT + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-comfyui-workflow-templates-core/distinfo b/misc/py-comfyui-workflow-templates-core/distinfo new file mode 100644 index 000000000000..47ac978f1d3c --- /dev/null +++ b/misc/py-comfyui-workflow-templates-core/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1773805623 +SHA256 (comfyui_workflow_templates_core-0.3.173.tar.gz) = f43c38bdc8e37cd4760d0baf22bbc002494ae6cac17aada0a2edb446c6f8b7ef +SIZE (comfyui_workflow_templates_core-0.3.173.tar.gz) = 58344 diff --git a/misc/py-comfyui-workflow-templates-core/files/patch-pyproject.toml b/misc/py-comfyui-workflow-templates-core/files/patch-pyproject.toml new file mode 100644 index 000000000000..849610c83e4e --- /dev/null +++ b/misc/py-comfyui-workflow-templates-core/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2026-03-17 20:59:00 UTC ++++ pyproject.toml +@@ -7,7 +7,7 @@ version = "0.3.173" + description = "Core helpers for ComfyUI workflow templates" + readme = {text = "Core helpers for ComfyUI workflow templates.", content-type = "text/plain"} + requires-python = ">=3.9" +-license = "MIT" ++license = {text = "MIT"} + + [tool.setuptools.packages.find] + where = ["src"] diff --git a/misc/py-comfyui-workflow-templates-core/pkg-descr b/misc/py-comfyui-workflow-templates-core/pkg-descr new file mode 100644 index 000000000000..6adf0fc0d06a --- /dev/null +++ b/misc/py-comfyui-workflow-templates-core/pkg-descr @@ -0,0 +1,3 @@ +Core helpers for ComfyUI workflow templates. This package provides the +fundamental utilities and helper functions used by ComfyUI workflow template +modules.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69bac93e.18e56.300c435c>
