dev-python/comfy-angle-bin - 0.1.1 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/comfy-angle-bin-0.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/comfy-angle-bin-0.1.1

Or alternatively:

emerge --autounmask-write -a =dev-python/comfy-angle-bin-0.1.1

Package Information

Description:
Redistributable ANGLE libraries for ComfyUI
Homepage:
https://github.com/Comfy-Org/comfy-angle https://pypi.org/project/comfy-angle/
License:
BSD MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.1 8 -* ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=no
DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1

MY_WHEEL="comfy_angle-${PV}-py3-none-manylinux_2_28_x86_64.whl"

DESCRIPTION="Redistributable ANGLE libraries for ComfyUI"
HOMEPAGE="
	https://github.com/Comfy-Org/comfy-angle
	https://pypi.org/project/comfy-angle/
"
SRC_URI="https://files.pythonhosted.org/packages/af/f4/5ddd0416e9619233b20e2a34c47d2359d4ac6b17a17f8bf59e0bfe5b93c3/${MY_WHEEL}"
S=${WORKDIR}

LICENSE="BSD MIT"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="strip"

BDEPEND="dev-python/installer[${PYTHON_SINGLE_USEDEP}]"

QA_PREBUILT="usr/lib/python3.*/site-packages/comfy_angle/libs/*"

src_unpack() {
	:
}

src_install() {
	${EPYTHON} -m installer --destdir="${D}" "${DISTDIR}/${MY_WHEEL}" || die
	python_optimize
}

Inherited Eclasses

Dependencies

BDEPEND

dev-python/installer[]

Manifest for 0.1.1

Type File Size Source URLs
DIST comfy_angle-0.1.1-py3-none-manylinux_2_28_x86_64.whl 5136221 bytes https://files.pythonhosted.org/packages/af/f4/5ddd0416e9619233b20e2a34c47d2359d4ac6b17a17f8bf59e0bfe5b93c3/comfy_angle-0.1.1-py3-none-manylinux_2_28_x86_64.whl