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 5768C158094 for ; Thu, 7 Jul 2022 03:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF3EFE0F53; Thu, 7 Jul 2022 03:34:22 +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 B3753E0F53 for ; Thu, 7 Jul 2022 03:34:22 +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 64823340E74 for ; Thu, 7 Jul 2022 03:34:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A840525 for ; Thu, 7 Jul 2022 03:34:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657164853.063910c6a4dcfd0a9193823646bdd232e6aa640c.sam@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/blitz/ X-VCS-Repository: proj/sci X-VCS-Files: dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild X-VCS-Directories: dev-cpp/blitz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 063910c6a4dcfd0a9193823646bdd232e6aa640c X-VCS-Branch: master Date: Thu, 7 Jul 2022 03:34:19 +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: c23cb28c-3e8f-4aee-ab81-c3a9a14b812a X-Archives-Hash: 2f4860b79df2a5cef077232ed1fb39d6 commit: 063910c6a4dcfd0a9193823646bdd232e6aa640c Author: Sam James gentoo org> AuthorDate: Thu Jul 7 02:48:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 7 03:34:13 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=063910c6 dev-cpp/blitz: update EAPI 7 -> 8. Python 3.10, Python 3.11 Signed-off-by: Sam James gentoo.org> dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild b/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild index 389e5430d..432004f11 100644 --- a/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild +++ b/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild @@ -1,14 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake python-any-r1 COMMIT="39f885951a9b8b11f931f917935a16066a945056" - DESCRIPTION="Multi-dimensional array library for C++" HOMEPAGE="https://github.com/blitzpp/blitz" SRC_URI="https://github.com/blitzpp/blitz/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"