aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-07 03:48:51 +0100
committerSam James <sam@gentoo.org>2022-07-07 04:34:13 +0100
commit063910c6a4dcfd0a9193823646bdd232e6aa640c (patch)
tree96fa10caaa205a1cd7cb322695fde0f84756f146 /dev-cpp
parentapp-office/visidata: enable py3.10 (diff)
downloadsci-063910c6a4dcfd0a9193823646bdd232e6aa640c.tar.gz
sci-063910c6a4dcfd0a9193823646bdd232e6aa640c.tar.bz2
sci-063910c6a4dcfd0a9193823646bdd232e6aa640c.zip
dev-cpp/blitz: update EAPI 7 -> 8. Python 3.10, Python 3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild6
1 files 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"