commit: 063910c6a4dcfd0a9193823646bdd232e6aa640c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 02:48:51 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"