# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_1{0,1,2,3,4} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Full suite of filters, wrappers, etc for filtering video using VapourSynth."
HOMEPAGE="https://github.com/Jaded-Encoding-Thaumaturgy/vs-jetpack"
SRC_URI="$(pypi_sdist_url vsjetpack)"
S="${WORKDIR}/vsjetpack-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/jetpytools[${PYTHON_USEDEP}]
>=dev-python/numpy-2.0.0[${PYTHON_USEDEP}]
dev-python/rich[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
media-video/vapoursynth[${PYTHON_USEDEP},vspipe]"
distutils_enable_tests pytest