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 95540158091 for ; Tue, 7 Jun 2022 21:09:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB9C5E0718; Tue, 7 Jun 2022 21:09:38 +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 BFE31E0718 for ; Tue, 7 Jun 2022 21:09:38 +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 D9D95341951 for ; Tue, 7 Jun 2022 21:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ADCB4F6 for ; Tue, 7 Jun 2022 21:09:24 +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: <1654636156.d201f03e60aee394a53da453656dd2af930ecbcd.sam@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-2.3.14.ebuild dev-python/discogs-client/discogs-client-9999.ebuild X-VCS-Directories: dev-python/discogs-client/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d201f03e60aee394a53da453656dd2af930ecbcd X-VCS-Branch: master Date: Tue, 7 Jun 2022 21:09:24 +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: a90eb172-1baa-49ce-9f51-41b716ecbaad X-Archives-Hash: f9cf7bf6db2dfc136b242c953f7e41a1 commit: d201f03e60aee394a53da453656dd2af930ecbcd Author: Sam James gentoo org> AuthorDate: Tue Jun 7 21:02:45 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 7 21:09:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d201f03e dev-python/discogs-client: style tweak Signed-off-by: Sam James gentoo.org> dev-python/discogs-client/discogs-client-2.3.14.ebuild | 2 +- dev-python/discogs-client/discogs-client-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/discogs-client/discogs-client-2.3.14.ebuild b/dev-python/discogs-client/discogs-client-2.3.14.ebuild index 741fec157b5d..6e7748b475a9 100644 --- a/dev-python/discogs-client/discogs-client-2.3.14.ebuild +++ b/dev-python/discogs-client/discogs-client-2.3.14.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -if [[ ${PV} == "9999" ]]; then +if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/joalla/discogs_client.git" inherit git-r3 else diff --git a/dev-python/discogs-client/discogs-client-9999.ebuild b/dev-python/discogs-client/discogs-client-9999.ebuild index 2ca0f4090ab6..6866fa012da6 100644 --- a/dev-python/discogs-client/discogs-client-9999.ebuild +++ b/dev-python/discogs-client/discogs-client-9999.ebuild @@ -5,9 +5,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) + inherit distutils-r1 -if [[ ${PV} == "9999" ]]; then +if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/joalla/discogs_client.git" inherit git-r3 else