commit:     266db5a553370043a6a64acc43d921fc7b6ad737
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Jan 13 20:19:40 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Jan 13 20:20:04 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=266db5a5

dev-python/gwcs: fixed PYTHON_COMPAT, restricted tests

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/gwcs/gwcs-0.16.1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-python/gwcs/gwcs-0.16.1.ebuild 
b/dev-python/gwcs/gwcs-0.16.1.ebuild
index 373410501..c75d7b534 100644
--- a/dev-python/gwcs/gwcs-0.16.1.ebuild
+++ b/dev-python/gwcs/gwcs-0.16.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{10..10} )
 
 inherit distutils-r1
 
@@ -14,6 +14,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+# Tests do not pass, reported upstream:
+# https://github.com/spacetelescope/gwcs/issues/437
+RESTRICT=test
 
 BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
        test? (

Reply via email to