Date: Mon, 29 Jun 2026 05:55:38 +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: 033a3541583b - main - misc/py-comfyui-workflow-templates-media-assets-01: New port: Media assets bundle 01 for ComfyUI workflow templates Message-ID: <6a4208da.42b98.5bec28ad@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=033a3541583b2bccc7109167e8117dfe5a6f391a commit 033a3541583b2bccc7109167e8117dfe5a6f391a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-29 05:14:43 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-29 05:55:31 +0000 misc/py-comfyui-workflow-templates-media-assets-01: New port: Media assets bundle 01 for ComfyUI workflow templates --- misc/Makefile | 1 + .../Makefile | 22 ++++++++++++++++++++++ .../distinfo | 3 +++ .../files/patch-pyproject.toml | 15 +++++++++++++++ .../pkg-descr | 4 ++++ 5 files changed, 45 insertions(+) diff --git a/misc/Makefile b/misc/Makefile index c711206b15fe..c66a51a29b94 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -472,6 +472,7 @@ SUBDIR += py-comfyui-workflow-templates SUBDIR += py-comfyui-workflow-templates-core SUBDIR += py-comfyui-workflow-templates-media-api + SUBDIR += py-comfyui-workflow-templates-media-assets-01 SUBDIR += py-comfyui-workflow-templates-media-image SUBDIR += py-comfyui-workflow-templates-media-other SUBDIR += py-comfyui-workflow-templates-media-video diff --git a/misc/py-comfyui-workflow-templates-media-assets-01/Makefile b/misc/py-comfyui-workflow-templates-media-assets-01/Makefile new file mode 100644 index 000000000000..41eb30b80699 --- /dev/null +++ b/misc/py-comfyui-workflow-templates-media-assets-01/Makefile @@ -0,0 +1,22 @@ +PORTNAME= comfyui-workflow-templates-media-assets-01 +DISTVERSION= 0.1.0 +CATEGORIES= misc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Media assets bundle 01 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-media-assets-01/distinfo b/misc/py-comfyui-workflow-templates-media-assets-01/distinfo new file mode 100644 index 000000000000..3ee7a24f12ac --- /dev/null +++ b/misc/py-comfyui-workflow-templates-media-assets-01/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1782631989 +SHA256 (comfyui_workflow_templates_media_assets_01-0.1.0.tar.gz) = 187f6802b21d04ba0837c01f8d8dbb72545beb4a9432e35f1e5846b415b10e5f +SIZE (comfyui_workflow_templates_media_assets_01-0.1.0.tar.gz) = 1276 diff --git a/misc/py-comfyui-workflow-templates-media-assets-01/files/patch-pyproject.toml b/misc/py-comfyui-workflow-templates-media-assets-01/files/patch-pyproject.toml new file mode 100644 index 000000000000..5fd7f3192880 --- /dev/null +++ b/misc/py-comfyui-workflow-templates-media-assets-01/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:35 UTC ++++ pyproject.toml +@@ -8,7 +8,7 @@ requires-python = ">=3.9" + description = "Media assets bundle 01 for ComfyUI workflow templates" + readme = {text = "Media assets bundle 01 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-media-assets-01/pkg-descr b/misc/py-comfyui-workflow-templates-media-assets-01/pkg-descr new file mode 100644 index 000000000000..c6ea0beac89c --- /dev/null +++ b/misc/py-comfyui-workflow-templates-media-assets-01/pkg-descr @@ -0,0 +1,4 @@ +Media assets bundle 01 for ComfyUI workflow templates. + +This package ships additional media assets referenced 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?6a4208da.42b98.5bec28ad>
