From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1448291-garchives=archives.gentoo.org@lists.gentoo.org> 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16712158020 for <garchives@archives.gentoo.org>; Wed, 19 Oct 2022 06:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AAC9E07E1; Wed, 19 Oct 2022 06:29:39 +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 251FEE07E1 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 06:29:38 +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 D9850340DE7 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 06:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24DF5615 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 06:29:36 +0000 (UTC) From: "Ionen Wolkens" <ionen@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org> Message-ID: <1666160649.12f1e00beea6eea51a31b79b1e422c5093cdc7ee.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/youtube-dl/youtube-dl-2021.12.17-r1.ebuild net-misc/youtube-dl/youtube-dl-9999.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 12f1e00beea6eea51a31b79b1e422c5093cdc7ee X-VCS-Branch: master Date: Wed, 19 Oct 2022 06:29:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fe59200d-d0ca-44ed-aadf-38c855a9803e X-Archives-Hash: de09fb18c86f21cb9ef5ff13493d6b76 commit: 12f1e00beea6eea51a31b79b1e422c5093cdc7ee Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Oct 19 06:21:28 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Oct 19 06:24:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f1e00b net-misc/youtube-dl: restrict tests see ebuild comment, upstream is still active but the direction is rather incompatible with us just being kept to give time to other packages to adapt, no reason to worry about tests in this state Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> net-misc/youtube-dl/youtube-dl-2021.12.17-r1.ebuild | 6 +++++- net-misc/youtube-dl/youtube-dl-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/net-misc/youtube-dl/youtube-dl-2021.12.17-r1.ebuild b/net-misc/youtube-dl/youtube-dl-2021.12.17-r1.ebuild index cbae1a3e9ecc..4a6c7e575ec8 100644 --- a/net-misc/youtube-dl/youtube-dl-2021.12.17-r1.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2021.12.17-r1.ebuild @@ -16,13 +16,17 @@ LICENSE="Unlicense" SLOT="0" KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="+yt-dlp" +# tests need deprecated nose, and given upstream is still refusing to make new +# releases or modernize anything (wants to support old python more) it will +# likely be last rited along with any revdeps that still can't use yt-dlp +RESTRICT="test" RDEPEND=" dev-python/pycryptodome[${PYTHON_USEDEP}] yt-dlp? ( >=net-misc/yt-dlp-2022.2.4-r1 ) !yt-dlp? ( !net-misc/yt-dlp )" -distutils_enable_tests nose +#distutils_enable_tests nose python_prepare_all() { distutils-r1_python_prepare_all diff --git a/net-misc/youtube-dl/youtube-dl-9999.ebuild b/net-misc/youtube-dl/youtube-dl-9999.ebuild index 284776e3ee5c..2a725598bb09 100644 --- a/net-misc/youtube-dl/youtube-dl-9999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-9999.ebuild @@ -14,13 +14,17 @@ EGIT_REPO_URI="https://github.com/ytdl-org/${PN}.git" LICENSE="Unlicense" SLOT="0" IUSE="+yt-dlp" +# tests need deprecated nose, and given upstream is still refusing to make new +# releases or modernize anything (wants to support old python more) it will +# likely be last rited along with any revdeps that still can't use yt-dlp +RESTRICT="test" RDEPEND=" dev-python/pycryptodome[${PYTHON_USEDEP}] yt-dlp? ( >=net-misc/yt-dlp-2022.2.4-r1 ) !yt-dlp? ( !net-misc/yt-dlp )" -distutils_enable_tests nose +#distutils_enable_tests nose python_prepare_all() { distutils-r1_python_prepare_all