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 0CA4E158090 for ; Sun, 1 May 2022 07:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D436AE082B; Sun, 1 May 2022 07:28:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A448DE0956 for ; Sun, 1 May 2022 07:28:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EA68341757 for ; Sun, 1 May 2022 07:28:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9D483F0 for ; Sun, 1 May 2022 07:28:54 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1651389787.0999b8906d3232d2a370f8713fd06253eaba082a.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsigrok/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libsigrok/libsigrok-0.5.2-r2.ebuild sci-libs/libsigrok/libsigrok-0.5.2-r3.ebuild sci-libs/libsigrok/libsigrok-9999.ebuild X-VCS-Directories: sci-libs/libsigrok/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 0999b8906d3232d2a370f8713fd06253eaba082a X-VCS-Branch: master Date: Sun, 1 May 2022 07:28:54 +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: 28ff0618-c620-4cd4-b76b-2917d45688ab X-Archives-Hash: 87e94132af8b98f75683157a703e00a5 commit: 0999b8906d3232d2a370f8713fd06253eaba082a Author: Sven Wegener gentoo org> AuthorDate: Sun May 1 07:18:16 2022 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sun May 1 07:23:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0999b890 sci-libs/libsigrok: Drop python3_7 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sven Wegener gentoo.org> sci-libs/libsigrok/libsigrok-0.5.2-r2.ebuild | 4 ++-- sci-libs/libsigrok/libsigrok-0.5.2-r3.ebuild | 2 +- sci-libs/libsigrok/libsigrok-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/libsigrok/libsigrok-0.5.2-r2.ebuild b/sci-libs/libsigrok/libsigrok-0.5.2-r2.ebuild index 441a3bc48621..353b751959c9 100644 --- a/sci-libs/libsigrok/libsigrok-0.5.2-r2.ebuild +++ b/sci-libs/libsigrok/libsigrok-0.5.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) USE_RUBY="ruby26 ruby25" RUBY_OPTIONAL="yes" diff --git a/sci-libs/libsigrok/libsigrok-0.5.2-r3.ebuild b/sci-libs/libsigrok/libsigrok-0.5.2-r3.ebuild index 8c206cfc5d79..8ea5f166972b 100644 --- a/sci-libs/libsigrok/libsigrok-0.5.2-r3.ebuild +++ b/sci-libs/libsigrok/libsigrok-0.5.2-r3.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) USE_RUBY="ruby26 ruby25" RUBY_OPTIONAL="yes" diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild b/sci-libs/libsigrok/libsigrok-9999.ebuild index 126dd3c3d52f..c8561dcffd11 100644 --- a/sci-libs/libsigrok/libsigrok-9999.ebuild +++ b/sci-libs/libsigrok/libsigrok-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) USE_RUBY="ruby26 ruby25" RUBY_OPTIONAL="yes"