From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2714E1581D3 for ; Sun, 2 Jun 2024 04:09:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F7502BC015; Sun, 2 Jun 2024 04:09:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2ACDB2BC015 for ; Sun, 2 Jun 2024 04:09:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C641335C36 for ; Sun, 2 Jun 2024 04:09:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3B5719F3 for ; Sun, 2 Jun 2024 04:09:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717301327.a6b9fe3fd3ea366cb3abe2ffedbde40f45eef68f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/subliminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/subliminal/subliminal-2.1.0-r2.ebuild media-video/subliminal/subliminal-9999.ebuild X-VCS-Directories: media-video/subliminal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6b9fe3fd3ea366cb3abe2ffedbde40f45eef68f X-VCS-Branch: master Date: Sun, 2 Jun 2024 04:09:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7df3a314-b257-4868-85af-690f1246aa04 X-Archives-Hash: 4878d57f84d6bddee08b02349be4b1c5 commit: a6b9fe3fd3ea366cb3abe2ffedbde40f45eef68f Author: Sam James gentoo org> AuthorDate: Sun Jun 2 04:08:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 2 04:08:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b9fe3f 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 gentoo.org> media-video/subliminal/subliminal-2.1.0-r2.ebuild | 6 +++++- media-video/subliminal/subliminal-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/media-video/subliminal/subliminal-2.1.0-r2.ebuild b/media-video/subliminal/subliminal-2.1.0-r2.ebuild index 5a960dea62c4..da15a8868b54 100644 --- a/media-video/subliminal/subliminal-2.1.0-r2.ebuild +++ b/media-video/subliminal/subliminal-2.1.0-r2.ebuild @@ -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 diff --git a/media-video/subliminal/subliminal-9999.ebuild b/media-video/subliminal/subliminal-9999.ebuild index 68102948a36f..87f5bf683f90 100644 --- a/media-video/subliminal/subliminal-9999.ebuild +++ b/media-video/subliminal/subliminal-9999.ebuild @@ -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