repo/proj/guru:dev commit in: dev-python/pygsl/
"Gil Ferrand" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786794487.1bc12627a9efab279d04e8d23c90f4be626b590d.bakedsnake@gentoo> |
commit: 1bc12627a9efab279d04e8d23c90f4be626b590d
Author: bakedsnake <bakedsnake <AT> vagrantz <DOT> xyz>
AuthorDate: Sat Aug 15 11:36:46 2026 +0000
Commit: Gil Ferrand <bakedsnake <AT> vagrantz <DOT> xyz>
CommitDate: Sat Aug 15 11:48:07 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bc12627
dev-python/pygsl: update python compatibility
Bug 932270 was present only in python3.11, and is
solved by bumping the python compatibility.
Closes: https://bugs.gentoo.org/932270
Signed-off-by: bakedsnake <bakedsnake <AT> vagrantz.xyz>
dev-python/pygsl/pygsl-2.3.4.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/pygsl/pygsl-2.3.4.ebuild b/dev-python/pygsl/pygsl-2.3.4.ebuild
index 5ac4d26f6f..55ffa77f9f 100644
--- a/dev-python/pygsl/pygsl-2.3.4.ebuild
+++ b/dev-python/pygsl/pygsl-2.3.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_12 )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
@@ -27,6 +27,8 @@ DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=( )
+
distutils_enable_sphinx doc dev-python/sphinx-rtd-theme
distutils_enable_tests pytest