gpo.zugaina.org

Search Portage & Overlays:

dev-python/comfyui-workflow-templates-media-video

ComfyUI workflow templates for video media

Screenshots

  • comfyui-workflow-templates-media-video-0.3.101
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.101
    ~amd64 ~arm64
    python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 python_single_target_python3_15

    View      Download      Browse     License: MIT   
    Overlay: stuff
  • comfyui-workflow-templates-media-video-0.3.100
    ~amd64 ~arm64
    python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 python_single_target_python3_15

    View      Download      Browse     License: MIT   
    Overlay: stuff
  • comfyui-workflow-templates-media-video-0.3.100
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.98
    ~amd64 ~arm64
    python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 python_single_target_python3_15

    View      Download      Browse     License: MIT   
    Overlay: stuff
  • comfyui-workflow-templates-media-video-0.3.98
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.91
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.85-r1
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.85
    ~amd64
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.81
    ~amd64
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.80
    ~amd64
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.79
    ~amd64
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.78
    ~amd64
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.77
    ~amd64
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.72-r1
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.72
    ~amd64
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.71
    ~amd64
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.67
    ~amd64
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: bennypowers
  • comfyui-workflow-templates-media-video-0.3.56
    ~amd64
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: bennypowers

ChangeLog

commit 2103a47da95c2f66251e9ba4314c06496898519d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Aug 14 16:52:29 2026 +0200

dev-python/comfyui-workflow-templates-media-video: enforce setuptools floor

The exact 0.3.101 pyproject requires setuptools 61 or newer. Declare the upstream
build floor explicitly instead of accepting any backend version.

commit d26e488d095396a8343a1053601f18f59982a8df
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Jul 27 10:04:12 2026 +0200

*/*: drop dead Python targets from PYTHON_COMPAT

139 ebuilds across 65 packages still listed python3_10, python3_11 or
python3_13t. None of the three is a supported implementation any more:
gentoo's python-utils-r1 sets _PYTHON_ALL_IMPLS to python3_ plus
python3_t, and everything older falls into the branch commented
"implementations deprecated prior to EAPI 9 are fatal".

Inert today, which is why nothing caught it. Targets outside
_PYTHON_ALL_IMPLS are silently dropped rather than rejected, so they
never became USE flags and never produced a dependency atom -- an ebuild
declaring python3_ was only ever offering 12, 13 and 14.

Two reasons to clean them up anyway. The eclass branch they land in
dies for any EAPI other than 7 or 8, so all 139 are waiting to break on
the first EAPI 9 bump. And pkgcheck's OldPythonCompat is a git-scoped
check that only inspects ebuilds touched in a commit range, so it never
reports these on a full-tree scan and would instead fire on whichever
unrelated commit next touches one of them.

No revbump, because nothing observable changes. Verified on a sample
spanning every transformation shape that the python USE flags portage
offers are byte-identical before and after, and that a pkgcheck run
over all 65 packages returns a set-identical list of findings.

The eight python2_7 ebuilds are deliberately untouched: that target is
also absent from _PYTHON_ALL_IMPLS, but they reach it through the
_PYTHON_ALLOW_PY27 hatch in the overlay's forked python-utils-r1_py2.

commit 81de6bb594d179cc86f14c25966ebec3a9715127
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jul 1 09:34:01 2026 +0200

dev-python/comfyui-workflow-templates-media-video: add 0.3.101

commit 1b898f8dc6207b9bae78032cf6970531bc36b8d2
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Jun 28 15:18:44 2026 +0200

dev-python/comfyui-workflow-templates-media-video: drop 0.3.92, 0.3.97

commit 0db43d37981815f72fa97a4440e40691af43bcb3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Jun 28 14:08:13 2026 +0200

dev-python/comfyui-workflow-templates-media-video: add 0.3.100

commit 3498b97aefd5013b6e61107df7cabee7a7a6dff7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 25 16:46:58 2026 +0200

dev-python/comfyui-workflow-templates-media-video: add 0.3.98

commit c6e97c042aef42719d666808b3cdcc6b29fa67a4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 23 23:03:26 2026 +0200

dev-python/comfyui-workflow-templates-media-video: enable py3.15

Pure-data package; upstream requires-python is >=3.9, so python3.15 is in range. Widen PYTHON_COMPAT on both kept versions to clear the PythonCompatUpdate notice.

commit 4faf8610796abdcae5bb316b0972f75716ce2342
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 23 22:36:06 2026 +0200

dev-python/comfyui-workflow-templates-media-video: drop 0.3.91

commit f8c80a89231ed2260aa72cc8ea313d9ceaeedbfd
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 23 22:33:41 2026 +0200

dev-python/comfyui-workflow-templates-media-video: add 0.3.97

commit 93df0690450edb3e7bd265fd859b55f574ba2167
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Jun 20 15:49:13 2026 +0200

dev-python/comfyui-workflow-templates-media-video: Keyword 0.3.91 for ~arm64

commit c0a9868150a8a7a3266021670968ccbd5ce6c502
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 19:56:15 2026 +0200

dev-python/comfyui-workflow-templates-media-video: Keyword 0.3.92 for ~arm64

Pure-Python (PEP517), architecture-independent.

commit 00fd5f779ba2da9a411cb322d2b22e055a66d40d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 10:48:11 2026 +0200

dev-python/comfyui-workflow-templates-media-video: add 0.3.92

commit b338bfaaad88f2606e2d224af87deeda1a0b3716
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Jun 14 20:21:40 2026 +0200

dev-python/comfyui-workflow-templates-media-video: add 0.3.91

Video example workflow templates for ComfyUI (media-gfx/comfyui, 0.24.x). Pure-data setuptools sdist, no runtime deps. DISTUTILS_SINGLE_IMPL: only the single-impl ComfyUI/torch stack consumes it, so per-PYTHON_TARGET builds would needlessly duplicate the bundled assets.