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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A493138359 for ; Fri, 14 Aug 2020 18:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4912EE083E; Fri, 14 Aug 2020 18:20:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3490BE083E for ; Fri, 14 Aug 2020 18:20:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2384034F0EB for ; Fri, 14 Aug 2020 18:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B54332B for ; Fri, 14 Aug 2020 18:20:34 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1597428904.d6f0676a4d552bd7e8c74c93be6665b378aa2e8f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/spotipy/spotipy-2.13.0.ebuild X-VCS-Directories: dev-python/spotipy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d6f0676a4d552bd7e8c74c93be6665b378aa2e8f X-VCS-Branch: dev Date: Fri, 14 Aug 2020 18:20:34 +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: 207e80ea-d704-4f50-af91-b794ff550a70 X-Archives-Hash: 989a3dbda483268d8172d954bb50a3c1 commit: d6f0676a4d552bd7e8c74c93be6665b378aa2e8f Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Aug 14 18:15:04 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Aug 14 18:15:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6f0676a dev-python/spotipy: do not depend on spotify Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/spotipy/spotipy-2.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/spotipy/spotipy-2.13.0.ebuild b/dev-python/spotipy/spotipy-2.13.0.ebuild index e238311..6a64b51 100644 --- a/dev-python/spotipy/spotipy-2.13.0.ebuild +++ b/dev-python/spotipy/spotipy-2.13.0.ebuild @@ -21,7 +21,7 @@ SLOT="0" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - media-sound/spotify" +" DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )" 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0151138359 for ; Fri, 14 Aug 2020 18:35:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 189A2E085A; Fri, 14 Aug 2020 18:35:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2744E085B for ; Fri, 14 Aug 2020 18:35:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B66134F33E for ; Fri, 14 Aug 2020 18:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E46132B for ; Fri, 14 Aug 2020 18:35:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1597428904.d6f0676a4d552bd7e8c74c93be6665b378aa2e8f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/spotipy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/spotipy/spotipy-2.13.0.ebuild X-VCS-Directories: dev-python/spotipy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d6f0676a4d552bd7e8c74c93be6665b378aa2e8f X-VCS-Branch: master Date: Fri, 14 Aug 2020 18:35:09 +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: b160b163-a9ff-4868-9386-2e4947318558 X-Archives-Hash: 9d5a4996354839db254b6b4ec165734c Message-ID: <20200814183509.8F4g5Rh5RZweRJl-tkYOpZn8KvJ6v5JuTvaL9_hVL2g@z> commit: d6f0676a4d552bd7e8c74c93be6665b378aa2e8f Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Aug 14 18:15:04 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Aug 14 18:15:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6f0676a dev-python/spotipy: do not depend on spotify Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/spotipy/spotipy-2.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/spotipy/spotipy-2.13.0.ebuild b/dev-python/spotipy/spotipy-2.13.0.ebuild index e238311..6a64b51 100644 --- a/dev-python/spotipy/spotipy-2.13.0.ebuild +++ b/dev-python/spotipy/spotipy-2.13.0.ebuild @@ -21,7 +21,7 @@ SLOT="0" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - media-sound/spotify" +" DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"