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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B51915808B for ; Wed, 16 Feb 2022 02:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95711E0802; Wed, 16 Feb 2022 02:57:57 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 78DF7E0802 for ; Wed, 16 Feb 2022 02:57:57 +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 6782A34318A for ; Wed, 16 Feb 2022 02:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC5E92A0 for ; Wed, 16 Feb 2022 02:57:54 +0000 (UTC) From: "Ionen Wolkens" 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" Message-ID: <1644980022.80090cb504a4303d1845f50226b1e0a073e8c6f4.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/yt-dlp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/yt-dlp/yt-dlp-2022.2.4-r1.ebuild net-misc/yt-dlp/yt-dlp-2022.2.4.ebuild X-VCS-Directories: net-misc/yt-dlp/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 80090cb504a4303d1845f50226b1e0a073e8c6f4 X-VCS-Branch: master Date: Wed, 16 Feb 2022 02:57:54 +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: 86178cd4-fb59-4f58-92b0-d1ceadba4388 X-Archives-Hash: 28351a464c02dcffd090593f059a08a3 commit: 80090cb504a4303d1845f50226b1e0a073e8c6f4 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Feb 15 23:09:27 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Feb 16 02:53:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80090cb5 net-misc/yt-dlp: remove youtube-dl python module symlink This was never a good idea, it's not 1:1 compatible and cases where yt-dlp's python module can work on a package expecting youtube-dl are rather few (sometime can do some basics at best). And then portage is not good at handling this situation wrt bug #833435 Fortunately no revdeps relied on this yet, so cleaning should be safe (vidify was patched to import the right module instead, so +1). Also adjust youtube-dl blocker to account for upcoming IUSE=yt-dlp. Closes: https://bugs.gentoo.org/833435 Signed-off-by: Ionen Wolkens gentoo.org> .../yt-dlp/{yt-dlp-2022.2.4.ebuild => yt-dlp-2022.2.4-r1.ebuild} | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/net-misc/yt-dlp/yt-dlp-2022.2.4.ebuild b/net-misc/yt-dlp/yt-dlp-2022.2.4-r1.ebuild similarity index 91% rename from net-misc/yt-dlp/yt-dlp-2022.2.4.ebuild rename to net-misc/yt-dlp/yt-dlp-2022.2.4-r1.ebuild index a9f9a75ef095..9137e06c3342 100644 --- a/net-misc/yt-dlp/yt-dlp-2022.2.4.ebuild +++ b/net-misc/yt-dlp/yt-dlp-2022.2.4-r1.ebuild @@ -16,7 +16,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" RDEPEND=" dev-python/pycryptodome[${PYTHON_USEDEP}] - !net-misc/youtube-dl" + !net-misc/youtube-dl[-yt-dlp(-)]" distutils_enable_tests pytest @@ -33,13 +33,6 @@ python_test() { epytest -m 'not download' -p no:markdown } -python_install() { - distutils-r1_python_install - - local sitedir=$(python_get_sitedir) - dosym yt_dlp "${sitedir#${EPREFIX}}"/youtube_dl -} - python_install_all() { dodoc README.md Changelog.md supportedsites.md doman yt-dlp.1