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 4B6D9158094 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 06F7AE0EFB; Sat, 16 Jul 2022 05:06:29 +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 C3671E0EFA 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 8DDFE340AED 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 E1414480 for ; Sat, 16 Jul 2022 05:06:25 +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.d51e9d80eceebcd87787d4ba5207276e6437fba2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-sorcery/g-sorcery-0.2.2-r1.ebuild app-portage/g-sorcery/g-sorcery-0.2.2.ebuild X-VCS-Directories: app-portage/g-sorcery/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d51e9d80eceebcd87787d4ba5207276e6437fba2 X-VCS-Branch: master Date: Sat, 16 Jul 2022 05:06:25 +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: cef0cbd8-a55d-488f-bab2-5ff956257a05 X-Archives-Hash: d9630b30216262638ecb6b31e4799729 commit: d51e9d80eceebcd87787d4ba5207276e6437fba2 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 16 04:59:37 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=d51e9d80 app-portage/g-sorcery: Add 3.10 to PYTHON_COMPAT, drop 3.7 Signed-off-by: Ulrich Müller gentoo.org> .../{g-sorcery-0.2.2.ebuild => g-sorcery-0.2.2-r1.ebuild} | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app-portage/g-sorcery/g-sorcery-0.2.2.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.2-r1.ebuild similarity index 83% rename from app-portage/g-sorcery/g-sorcery-0.2.2.ebuild rename to app-portage/g-sorcery/g-sorcery-0.2.2-r1.ebuild index 36c44dfe6bb2..7289ba886b6e 100644 --- a/app-portage/g-sorcery/g-sorcery-0.2.2.ebuild +++ b/app-portage/g-sorcery/g-sorcery-0.2.2-r1.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 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 prefix @@ -13,17 +13,16 @@ HOMEPAGE="https://gitweb.gentoo.org/proj/g-sorcery.git https://github.com/jauhien/g-sorcery" SRC_URI="https://gitweb.gentoo.org/proj/g-sorcery.git/snapshot/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" # v2 only SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="bson git test" RESTRICT="!test? ( test )" -BDEPEND=" - bson? ( dev-python/pymongo[${PYTHON_USEDEP}] ) +RDEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] ) git? ( dev-vcs/git ) sys-apps/portage[${PYTHON_USEDEP}]" -RDEPEND="${BDEPEND}" +BDEPEND="${RDEPEND}" PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),${PYTHON_USEDEP}]" src_prepare() {