dev-python/ffmpeg-progress-yield - 1.1.2 (thegreatmcpain)

Search

Package Information

Description:
Run an ffmpeg command with progress
Homepage:
https://github.com/slhck/ffmpeg-progress-yield
License:
MIT

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_13 python3_14 )

DISTUTILS_USE_PEP517="uv-build"

inherit distutils-r1 pypi

DESCRIPTION="Run an ffmpeg command with progress"

HOMEPAGE="https://github.com/slhck/ffmpeg-progress-yield"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"

RDEPEND="
	>=dev-python/tqdm-4.38.0[${PYTHON_USEDEP}]
"

Dependencies

RDEPEND

	>=dev-python/tqdm-4.38.0[${PYTHON_USEDEP}]