From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 66DA41584AD for ; Wed, 07 May 2025 14:10:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5388634314E for ; Wed, 07 May 2025 14:10:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4B7941103C0; Wed, 07 May 2025 14:10:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 443A61103C0 for ; Wed, 07 May 2025 14:10:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 050B534318B for ; Wed, 07 May 2025 14:10:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B0731E87 for ; Wed, 07 May 2025 14:10:33 +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: <1746627000.ba8bc4fb46db18d7a25d171e17134e04767b1fa9.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.3.0.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: ba8bc4fb46db18d7a25d171e17134e04767b1fa9 X-VCS-Branch: master Date: Wed, 07 May 2025 14:10:33 +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: 24c106f1-9e9c-42db-bc62-1c8d83790f99 X-Archives-Hash: e88c027d18ff24ba9a8c52d0bd82e542 commit: ba8bc4fb46db18d7a25d171e17134e04767b1fa9 Author: Sam James gentoo org> AuthorDate: Wed May 7 14:10:00 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 7 14:10:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8bc4fb media-video/subliminal: needs hatch-vcs I didn't notice again because of my git hook for WORKDIR. Signed-off-by: Sam James gentoo.org> media-video/subliminal/subliminal-2.3.0.ebuild | 3 +++ media-video/subliminal/subliminal-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/media-video/subliminal/subliminal-2.3.0.ebuild b/media-video/subliminal/subliminal-2.3.0.ebuild index fcca62900667..f4d386ffe4ac 100644 --- a/media-video/subliminal/subliminal-2.3.0.ebuild +++ b/media-video/subliminal/subliminal-2.3.0.ebuild @@ -27,6 +27,7 @@ LICENSE="MIT" SLOT="0" BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( app-arch/unzip dev-python/sympy[${PYTHON_USEDEP}] @@ -77,6 +78,8 @@ PATCHES=( "${FILESDIR}"/${P}-win32-tests.patch ) +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + distutils_enable_tests pytest src_unpack() { diff --git a/media-video/subliminal/subliminal-9999.ebuild b/media-video/subliminal/subliminal-9999.ebuild index fcca62900667..f4d386ffe4ac 100644 --- a/media-video/subliminal/subliminal-9999.ebuild +++ b/media-video/subliminal/subliminal-9999.ebuild @@ -27,6 +27,7 @@ LICENSE="MIT" SLOT="0" BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( app-arch/unzip dev-python/sympy[${PYTHON_USEDEP}] @@ -77,6 +78,8 @@ PATCHES=( "${FILESDIR}"/${P}-win32-tests.patch ) +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + distutils_enable_tests pytest src_unpack() {