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 4D85115808B for ; Mon, 7 Feb 2022 20:35:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 598412BC028; Mon, 7 Feb 2022 20:35:13 +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 3EE542BC028 for ; Mon, 7 Feb 2022 20:35:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6E5EB342C78 for ; Mon, 7 Feb 2022 20:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D30A22E0 for ; Mon, 7 Feb 2022 20:35:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1644227519.1bf33d9d8d7d1f952f0296a25ec67e017614a6c0.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/spotify_dl/spotify_dl-8.1.0-r1.ebuild media-sound/spotify_dl/spotify_dl-8.1.0.ebuild X-VCS-Directories: media-sound/spotify_dl/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1bf33d9d8d7d1f952f0296a25ec67e017614a6c0 X-VCS-Branch: master Date: Mon, 7 Feb 2022 20:35:08 +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: 25487d26-fa2e-490f-b305-f750838d9d0d X-Archives-Hash: 069d1a080b19ccd630bc6ac7f98f9272 commit: 1bf33d9d8d7d1f952f0296a25ec67e017614a6c0 Author: Nicola Smaniotto gmail com> AuthorDate: Mon Feb 7 09:50:45 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Feb 7 09:51:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bf33d9d media-sound/spotify_dl: allow python3_10 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nicola Smaniotto gmail.com> .../spotify_dl/{spotify_dl-8.1.0.ebuild => spotify_dl-8.1.0-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/spotify_dl/spotify_dl-8.1.0.ebuild b/media-sound/spotify_dl/spotify_dl-8.1.0-r1.ebuild similarity index 89% rename from media-sound/spotify_dl/spotify_dl-8.1.0.ebuild rename to media-sound/spotify_dl/spotify_dl-8.1.0-r1.ebuild index ae10bd0a0..b9df9dbba 100644 --- a/media-sound/spotify_dl/spotify_dl-8.1.0.ebuild +++ b/media-sound/spotify_dl/spotify_dl-8.1.0-r1.ebuild @@ -3,8 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) -# NOTE: python3.10 is supported, but not by the spotipy version in ::guru +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1