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 9CA381580B9 for ; Sun, 22 Aug 2021 22:21:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6648FE0872; Sun, 22 Aug 2021 22:21:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 433CFE0872 for ; Sun, 22 Aug 2021 22:21:54 +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 F062D335D4F for ; Sun, 22 Aug 2021 22:21:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36F2F8BB for ; Sun, 22 Aug 2021 22:21:51 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1629670872.68231b827d5ca3dec42fac9b12f7eca9a911aa5b.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/discogs-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/discogs-client/discogs-client-9999.ebuild X-VCS-Directories: dev-python/discogs-client/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 68231b827d5ca3dec42fac9b12f7eca9a911aa5b X-VCS-Branch: master Date: Sun, 22 Aug 2021 22:21:51 +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: 737fcb5c-6ee8-4aee-87a2-ee4e0736e332 X-Archives-Hash: 2469eaca04d248739061de3448dbbc07 commit: 68231b827d5ca3dec42fac9b12f7eca9a911aa5b Author: Louis Sautier gentoo org> AuthorDate: Sun Aug 22 22:19:49 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sun Aug 22 22:21:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68231b82 dev-python/discogs-client: sync live ebuild with 2.3.12-r1 Signed-off-by: Louis Sautier gentoo.org> dev-python/discogs-client/discogs-client-9999.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/dev-python/discogs-client/discogs-client-9999.ebuild b/dev-python/discogs-client/discogs-client-9999.ebuild index e9fcd94f285..36b9175dec9 100644 --- a/dev-python/discogs-client/discogs-client-9999.ebuild +++ b/dev-python/discogs-client/discogs-client-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -26,14 +26,8 @@ SLOT="0" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] - dev-python/oauth2[${PYTHON_USEDEP}] dev-python/oauthlib[${PYTHON_USEDEP}] - " -BDEPEND=" - dev-python/oauthlib[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/sh[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] - " +" distutils_enable_tests nose