*/*: drop dead py3.9 impl

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-05-02 00:45:35 +05:00
parent 78403baa84
commit 12088906c5
604 changed files with 604 additions and 604 deletions

View File

@@ -8,7 +8,7 @@ EAPI=8
# that is not linked against libpython.
# The configuration with Python 3.10 was tested on a limited number of machines and is not guaranteed to work.
PYTHON_COMPAT=( python3_9 python3_10 )
PYTHON_COMPAT=( python3_10 )
inherit python-single-r1 desktop xdg
MY_PN=${PN%-bin}

View File

@@ -8,7 +8,7 @@ EAPI=8
# that is not linked against libpython.
# The configuration with Python 3.10 was tested on a limited number of machines and is not guaranteed to work.
PYTHON_COMPAT=( python3_9 python3_10 )
PYTHON_COMPAT=( python3_10 )
inherit desktop python-single-r1 pypi xdg
MY_PN=${PN%-bin}

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{9..10})
PYTHON_COMPAT=( python3_10)
inherit distutils-r1

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_10 )
inherit distutils-r1

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=poetry
DISTUTILS_SINGLE_IMPL=1

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_10 )
WX_GTK_VER="3.0-gtk3"

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_10 )
WX_GTK_VER="3.0-gtk3"

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_10 )
WX_GTK_VER="3.0-gtk3"

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=(python3_{9..11})
PYTHON_COMPAT=(python3_{10..11})
PYTHON_REQ_USE="xml(+)"
DISTUTILS_USE_PEP517=setuptools

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit gnome2-utils meson python-single-r1 xdg-utils

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} pypy3 )
PYTHON_COMPAT=( python3_{10..11} pypy3 )
DISTUTILS_USE_PEP517=setuptools
PYTHON_REQ_USE="ncurses(+)"
inherit distutils-r1 optfeature

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_10 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi