dev-python/yt-dlp-ejs: enable py3.15

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-05-10 12:13:22 -04:00
parent 8042519534
commit 930e807ffb

View File

@@ -5,15 +5,11 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYPI_VERIFY_REPO=https://github.com/yt-dlp/ejs
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
PYTHON_COMPAT=( pypy3_11 python3_{11..15} )
inherit distutils-r1 pypi
DESCRIPTION="External JavaScript for yt-dlp supporting many runtimes"
HOMEPAGE="
https://github.com/yt-dlp/ejs/
https://pypi.org/project/yt-dlp-ejs/
"
HOMEPAGE="https://github.com/yt-dlp/ejs/"
# wheel for .js files, github's assets also has them but uncompressed
SRC_URI+=" $(pypi_wheel_url --unpack)"