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 1C297158094 for ; Sat, 16 Jul 2022 05:06:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F34CAE0EFA; Sat, 16 Jul 2022 05:06:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8C3BE0EFB for ; Sat, 16 Jul 2022 05:06:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C214340E5C for ; Sat, 16 Jul 2022 05:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00AB353B for ; Sat, 16 Jul 2022 05:06:26 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1657947956.7c7f2435738760e92eb07ef4e82c4924721b0bb6.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gs-elpa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gs-elpa/gs-elpa-0.2.1-r1.ebuild app-portage/gs-elpa/gs-elpa-0.2.1.ebuild X-VCS-Directories: app-portage/gs-elpa/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7c7f2435738760e92eb07ef4e82c4924721b0bb6 X-VCS-Branch: master Date: Sat, 16 Jul 2022 05:06:26 +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: 04fa0b3a-1795-48a9-b68d-cb6db7a36f51 X-Archives-Hash: 0b2c3dd7923dc8947d2463411f33a2bb commit: 7c7f2435738760e92eb07ef4e82c4924721b0bb6 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 16 05:03:51 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 16 05:05:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7f2435 app-portage/gs-elpa: Add 3.10 to PYTHON_COMPAT, drop 3.7 Closes: https://bugs.gentoo.org/845570 Signed-off-by: Ulrich Müller gentoo.org> .../gs-elpa/{gs-elpa-0.2.1.ebuild => gs-elpa-0.2.1-r1.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-portage/gs-elpa/gs-elpa-0.2.1.ebuild b/app-portage/gs-elpa/gs-elpa-0.2.1-r1.ebuild similarity index 79% rename from app-portage/gs-elpa/gs-elpa-0.2.1.ebuild rename to app-portage/gs-elpa/gs-elpa-0.2.1-r1.ebuild index 0e58f531dcd8..71cb86fa6080 100644 --- a/app-portage/gs-elpa/gs-elpa-0.2.1.ebuild +++ b/app-portage/gs-elpa/gs-elpa-0.2.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 @@ -13,13 +13,13 @@ HOMEPAGE="https://gitweb.gentoo.org/proj/gs-elpa.git https://github.com/jauhien/gs-elpa" SRC_URI="https://gitweb.gentoo.org/proj/gs-elpa.git/snapshot/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" # v2 only SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="app-portage/g-sorcery[${PYTHON_USEDEP}] +RDEPEND="app-portage/g-sorcery[${PYTHON_USEDEP}] dev-python/sexpdata[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +BDEPEND="${RDEPEND}" python_install_all() { distutils-r1_python_install_all