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 C29A715808B for ; Tue, 13 Feb 2024 04:27:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5563CE2A03; Tue, 13 Feb 2024 04:27:17 +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 E8A73E2A03 for ; Tue, 13 Feb 2024 04:27:16 +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 9C7EC34302E for ; Tue, 13 Feb 2024 04:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D709714D4 for ; Tue, 13 Feb 2024 04:27:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1707798337.54c78e476a751206cdf068d6321d64b4a5c3bdc2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig-core-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild X-VCS-Directories: dev-python/editorconfig-core-py/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 54c78e476a751206cdf068d6321d64b4a5c3bdc2 X-VCS-Branch: master Date: Tue, 13 Feb 2024 04:27:12 +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: 8b35fc56-f1c3-48f7-a397-a94ab968ccc5 X-Archives-Hash: 973a929c6ccc9b4af05a3e993c1671d9 commit: 54c78e476a751206cdf068d6321d64b4a5c3bdc2 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 13 04:24:28 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 13 04:25:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c78e47 dev-python/editorconfig-core-py: Prepare for rename Signed-off-by: Michał Górny gentoo.org> .../editorconfig-core-py-0.12.3-r1.ebuild | 23 ++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild index f23f55ddca2f..df3872e19dc0 100644 --- a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild +++ b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild @@ -1,18 +1,23 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake distutils-r1 +MY_P=editorconfig-core-py-${PV} TESTVER="abb579e00f2deeede91cb485e53512efab9c6474" DESCRIPTION="Clone of EditorConfig core written in Python" HOMEPAGE="https://editorconfig.org/" -SRC_URI="https://github.com/${PN%-core-py}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz +SRC_URI=" + https://github.com/editorconfig/editorconfig-core-py/archive/v${PV}.tar.gz + -> ${MY_P}.tar.gz test? ( - https://github.com/${PN%-core-py}/${PN%-core-py}-core-test/archive/${TESTVER}.tar.gz -> ${PN%-core-py}-core-test-${TESTVER}.tar.gz - )" + https://github.com/editorconfig/editorconfig-core-test/archive/${TESTVER}.tar.gz + -> editorconfig-core-test-${TESTVER}.tar.gz + ) +" LICENSE="PYTHON BSD-4" SLOT="0" @@ -20,12 +25,14 @@ KEYWORDS="~amd64 ~x86" IUSE="cli test" RESTRICT="!test? ( test )" -RDEPEND="!