From 55a377e19d175a5a3f9a2495139752c6c1ed4b66 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Wed, 22 Feb 2023 12:09:34 +0100 Subject: [PATCH] bump dev-python/PyGLM --- dev-python/PyGLM/{PyGLM-2.5.7.ebuild => PyGLM-2.7.0.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/PyGLM/{PyGLM-2.5.7.ebuild => PyGLM-2.7.0.ebuild} (89%) diff --git a/dev-python/PyGLM/PyGLM-2.5.7.ebuild b/dev-python/PyGLM/PyGLM-2.7.0.ebuild similarity index 89% rename from dev-python/PyGLM/PyGLM-2.5.7.ebuild rename to dev-python/PyGLM/PyGLM-2.7.0.ebuild index e004d73..a3ab8d8 100644 --- a/dev-python/PyGLM/PyGLM-2.5.7.ebuild +++ b/dev-python/PyGLM/PyGLM-2.7.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit distutils-r1