mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user