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 BE7AB15802F for ; Sat, 25 Feb 2023 16:09:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ECEEE084A; Sat, 25 Feb 2023 16:09:05 +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 73318E084A for ; Sat, 25 Feb 2023 16:09:05 +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 5B54A340F92 for ; Sat, 25 Feb 2023 16:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 159C18C8 for ; Sat, 25 Feb 2023 16:09:01 +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: <1677341330.f6796ea4145180c3176ad396cfb4de387a19c282.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rnc2rng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild app-text/rnc2rng/rnc2rng-2.6.6-r2.ebuild X-VCS-Directories: app-text/rnc2rng/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f6796ea4145180c3176ad396cfb4de387a19c282 X-VCS-Branch: master Date: Sat, 25 Feb 2023 16:09:01 +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: 934bce90-08b9-4a2c-b3c5-f731b5fc6f0a X-Archives-Hash: ec14a9b04d382aa072848b2ecb017303 commit: f6796ea4145180c3176ad396cfb4de387a19c282 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 25 13:07:12 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 25 16:08:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6796ea4 app-text/rnc2rng: Update for Python 3.11 EAPI 8. Inherit pypi and drop SRC_URI. Closes: https://bugs.gentoo.org/896644 Signed-off-by: Ulrich Müller gentoo.org> .../rnc2rng/{rnc2rng-2.6.6-r1.ebuild => rnc2rng-2.6.6-r2.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild b/app-text/rnc2rng/rnc2rng-2.6.6-r2.ebuild similarity index 80% rename from app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild rename to app-text/rnc2rng/rnc2rng-2.6.6-r2.ebuild index 3aec67438322..01d60a7bbf2d 100644 --- a/app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild +++ b/app-text/rnc2rng/rnc2rng-2.6.6-r2.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 +PYTHON_COMPAT=( python3_{9,10,11} ) +inherit distutils-r1 pypi DESCRIPTION="RELAX NG Compact to regular syntax conversion library" HOMEPAGE="https://github.com/djc/rnc2rng" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"