From 12088906c597f38640e866db39c7ba6dea3f5ec0 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 2 May 2023 00:45:35 +0500 Subject: */*: drop dead py3.9 impl Signed-off-by: Anna (cybertailor) Vyalkova --- sci-mathematics/clingo/clingo-5.5.2.ebuild | 2 +- sci-mathematics/pyromaths/pyromaths-21.8.2.ebuild | 2 +- sci-mathematics/radian/radian-0.6.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sci-mathematics') diff --git a/sci-mathematics/clingo/clingo-5.5.2.ebuild b/sci-mathematics/clingo/clingo-5.5.2.ebuild index 57b8da3d9..4981eb3a7 100644 --- a/sci-mathematics/clingo/clingo-5.5.2.ebuild +++ b/sci-mathematics/clingo/clingo-5.5.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-{3..4} ) -PYTHON_COMPAT=( python3_{9..11} ) # IDK how to pass pypy3 +PYTHON_COMPAT=( python3_{10..11} ) # IDK how to pass pypy3 inherit cmake flag-o-matic lua-single python-single-r1 toolchain-funcs diff --git a/sci-mathematics/pyromaths/pyromaths-21.8.2.ebuild b/sci-mathematics/pyromaths/pyromaths-21.8.2.ebuild index 6426b0f72..b1980e1c9 100644 --- a/sci-mathematics/pyromaths/pyromaths-21.8.2.ebuild +++ b/sci-mathematics/pyromaths/pyromaths-21.8.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 diff --git a/sci-mathematics/radian/radian-0.6.3.ebuild b/sci-mathematics/radian/radian-0.6.3.ebuild index 0483ba2a8..94da2a473 100644 --- a/sci-mathematics/radian/radian-0.6.3.ebuild +++ b/sci-mathematics/radian/radian-0.6.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 optfeature -- cgit v1.2.3-65-gdbad