git: 0a2a9d74d280 - main - misc/py-comfyui-workflow-templates-media-api: New port: ComfyUI: Media bundle containing API-driven workflow assets
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Mar 2026 15:48:16 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0a2a9d74d280401f75831c4db39d05123a057ba2
commit 0a2a9d74d280401f75831c4db39d05123a057ba2
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-18 04:22:03 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-18 15:48:08 +0000
misc/py-comfyui-workflow-templates-media-api: New port: ComfyUI: Media bundle containing API-driven workflow assets
---
misc/Makefile | 1 +
.../Makefile | 22 ++++++++++++++++++++++
.../distinfo | 3 +++
.../files/patch-pyproject.toml | 11 +++++++++++
.../pkg-descr | 3 +++
5 files changed, 40 insertions(+)
diff --git a/misc/Makefile b/misc/Makefile
index 41f9c94a3c08..7e123ce6be2a 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -448,6 +448,7 @@
SUBDIR += py-comfy-aimdo
SUBDIR += py-comfyui-embedded-docs
SUBDIR += py-comfyui-workflow-templates-core
+ SUBDIR += py-comfyui-workflow-templates-media-api
SUBDIR += py-cppman
SUBDIR += py-crudini
SUBDIR += py-csvw
diff --git a/misc/py-comfyui-workflow-templates-media-api/Makefile b/misc/py-comfyui-workflow-templates-media-api/Makefile
new file mode 100644
index 000000000000..7800694af6fb
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-api/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= comfyui-workflow-templates-media-api
+DISTVERSION= 0.3.64
+CATEGORIES= misc python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= ComfyUI: Media bundle containing API-driven workflow assets
+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= autoplist pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-comfyui-workflow-templates-media-api/distinfo b/misc/py-comfyui-workflow-templates-media-api/distinfo
new file mode 100644
index 000000000000..e5ed5a8a5b7b
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-api/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1773805635
+SHA256 (comfyui_workflow_templates_media_api-0.3.64.tar.gz) = 1f62029450be6fe38d74f645d43bd68f06cbc8c1792a03658425d5bd994723fd
+SIZE (comfyui_workflow_templates_media_api-0.3.64.tar.gz) = 80790226
diff --git a/misc/py-comfyui-workflow-templates-media-api/files/patch-pyproject.toml b/misc/py-comfyui-workflow-templates-media-api/files/patch-pyproject.toml
new file mode 100644
index 000000000000..cd493d526c7e
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-api/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2026-03-17 21:00:00 UTC
++++ pyproject.toml
+@@ -7,7 +7,7 @@ version = "0.3.64"
+ description = "Media bundle containing API-driven workflow assets"
+ readme = {text = "Media bundle containing API-driven workflow assets 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-media-api/pkg-descr b/misc/py-comfyui-workflow-templates-media-api/pkg-descr
new file mode 100644
index 000000000000..3e1d202e9f4b
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-api/pkg-descr
@@ -0,0 +1,3 @@
+Media bundle containing API-driven workflow assets for ComfyUI. This package
+provides workflow templates that interface with various APIs and external
+services.