Date: Mon, 29 Jun 2026 05:55:45 +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: 209a90bc0b1b - main - misc/py-comfyui-workflow-templates-json: New port: Workflow template JSON definitions for ComfyUI Message-ID: <6a4208e1.40afe.781d82a0@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=209a90bc0b1b4ce37612308ce30fc158bf8947cb commit 209a90bc0b1b4ce37612308ce30fc158bf8947cb Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-29 05:18:26 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-29 05:55:32 +0000 misc/py-comfyui-workflow-templates-json: New port: Workflow template JSON definitions for ComfyUI --- misc/Makefile | 1 + misc/py-comfyui-workflow-templates-json/Makefile | 22 ++++++++++++++++++++++ misc/py-comfyui-workflow-templates-json/distinfo | 3 +++ .../files/patch-pyproject.toml | 15 +++++++++++++++ misc/py-comfyui-workflow-templates-json/pkg-descr | 4 ++++ 5 files changed, 45 insertions(+) diff --git a/misc/Makefile b/misc/Makefile index c66a51a29b94..ab503df64675 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -471,6 +471,7 @@ SUBDIR += py-comfyui-frontend-package SUBDIR += py-comfyui-workflow-templates SUBDIR += py-comfyui-workflow-templates-core + SUBDIR += py-comfyui-workflow-templates-json SUBDIR += py-comfyui-workflow-templates-media-api SUBDIR += py-comfyui-workflow-templates-media-assets-01 SUBDIR += py-comfyui-workflow-templates-media-image diff --git a/misc/py-comfyui-workflow-templates-json/Makefile b/misc/py-comfyui-workflow-templates-json/Makefile new file mode 100644 index 000000000000..b866fb2eda79 --- /dev/null +++ b/misc/py-comfyui-workflow-templates-json/Makefile @@ -0,0 +1,22 @@ +PORTNAME= comfyui-workflow-templates-json +DISTVERSION= 0.1.0 +CATEGORIES= misc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Workflow template JSON definitions for ComfyUI +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-json/distinfo b/misc/py-comfyui-workflow-templates-json/distinfo new file mode 100644 index 000000000000..b5dbb3aaf58b --- /dev/null +++ b/misc/py-comfyui-workflow-templates-json/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1782631989 +SHA256 (comfyui_workflow_templates_json-0.1.0.tar.gz) = c99d3a0e5ce097ae2e5e19709bc19575964dbec9243b09b8db7babcb7f9e387f +SIZE (comfyui_workflow_templates_json-0.1.0.tar.gz) = 2113522 diff --git a/misc/py-comfyui-workflow-templates-json/files/patch-pyproject.toml b/misc/py-comfyui-workflow-templates-json/files/patch-pyproject.toml new file mode 100644 index 000000000000..9b096032a235 --- /dev/null +++ b/misc/py-comfyui-workflow-templates-json/files/patch-pyproject.toml @@ -0,0 +1,15 @@ +-- Fix the project.license field so it conforms to PEP 621. +-- The upstream sdist uses the bare string "MIT", which modern setuptools +-- rejects as ambiguous (it must be {text = "MIT"} or {file = "..."}). +-- This is needed for the PEP 517 build to succeed on FreeBSD. +--- pyproject.toml.orig 2026-06-28 07:36:30 UTC ++++ pyproject.toml +@@ -8,7 +8,7 @@ requires-python = ">=3.9" + description = "Workflow template JSON definitions for ComfyUI" + readme = {text = "Workflow template JSON definitions for ComfyUI.", 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-json/pkg-descr b/misc/py-comfyui-workflow-templates-json/pkg-descr new file mode 100644 index 000000000000..e14104c27b7c --- /dev/null +++ b/misc/py-comfyui-workflow-templates-json/pkg-descr @@ -0,0 +1,4 @@ +Workflow template JSON definitions for ComfyUI. + +This package ships the JSON workflow definitions used by the +ComfyUI workflow templates system.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4208e1.40afe.781d82a0>
