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 5BDF815838C for ; Thu, 25 Jan 2024 00:44:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7477DE2A2B; Thu, 25 Jan 2024 00:44:06 +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 5B33FE2A2B for ; Thu, 25 Jan 2024 00:44:06 +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 A1BE23433CC for ; Thu, 25 Jan 2024 00:44:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CD469B7 for ; Thu, 25 Jan 2024 00:44:04 +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: <1706143434.6615894a78e6b9d87d7cec85ffed08aa032937a0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ytmusicapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ytmusicapi/ytmusicapi-1.4.2.ebuild X-VCS-Directories: dev-python/ytmusicapi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6615894a78e6b9d87d7cec85ffed08aa032937a0 X-VCS-Branch: master Date: Thu, 25 Jan 2024 00:44:04 +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: 1552d4dc-1169-40ca-a9b4-56d0abecfca7 X-Archives-Hash: c1a96a678644acd101e039235496907d commit: 6615894a78e6b9d87d7cec85ffed08aa032937a0 Author: Sam James gentoo org> AuthorDate: Thu Jan 25 00:43:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 25 00:43:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6615894a dev-python/ytmusicapi: Stabilize 1.4.2 ALLARCHES, #922860 Signed-off-by: Sam James gentoo.org> dev-python/ytmusicapi/ytmusicapi-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ytmusicapi/ytmusicapi-1.4.2.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.4.2.ebuild index 1537ab0e5d66..5fa2d4f3374a 100644 --- a/dev-python/ytmusicapi/ytmusicapi-1.4.2.ebuild +++ b/dev-python/ytmusicapi/ytmusicapi-1.4.2.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://ytmusicapi.readthedocs.io/ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RESTRICT="test" RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"