media-video/subliminal: enable py3.12, restrict tests

Restrict tests for now as there's a lot of movement upstream on a new
release (they fail for py3.10 now).

Closes: https://bugs.gentoo.org/929677
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-06-02 05:08:47 +01:00
parent e6442cdb17
commit a6b9fe3fd3
2 changed files with 10 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE='xml(+)'
inherit distutils-r1
@@ -25,6 +25,10 @@ SRC_URI+=" test? ( https://downloads.sourceforge.net/matroska/test_files/matrosk
LICENSE="MIT"
SLOT="0"
# The cassettes have bitrotted a bit as of 2024-06-01 but there's
# a lot of movement upstream on the 'develop' branch towards a new release.
RESTRICT="test"
BDEPEND="
test? (
app-arch/unzip

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE='xml(+)'
inherit distutils-r1
@@ -25,6 +25,10 @@ SRC_URI+=" test? ( https://downloads.sourceforge.net/matroska/test_files/matrosk
LICENSE="MIT"
SLOT="0"
# The cassettes have bitrotted a bit as of 2024-06-01 but there's
# a lot of movement upstream on the 'develop' branch towards a new release.
RESTRICT="test"
BDEPEND="
test? (
app-arch/unzip