diff --git a/app-misc/telegram-send/telegram-send-0.25-r1.ebuild b/app-misc/telegram-send/telegram-send-0.25-r1.ebuild index 618ee0728f..68ed337773 100644 --- a/app-misc/telegram-send/telegram-send-0.25-r1.ebuild +++ b/app-misc/telegram-send/telegram-send-0.25-r1.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - inherit distutils-r1 DESCRIPTION="Send messages and files over Telegram from the command-line" diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild b/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild index 816a32fb9b..06a33a36ea 100644 --- a/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild +++ b/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild @@ -3,10 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="A simple script to identify files not tracked by Portage package manager" diff --git a/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild index d3c296d67c..86c98d89fa 100644 --- a/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild +++ b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend + PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) inherit distutils-r1 diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild index 9ac98a1e94..f7387fa2a2 100644 --- a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild +++ b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Pure-python FIGlet implementation" diff --git a/dev-python/pyfiglet/pyfiglet-9999.ebuild b/dev-python/pyfiglet/pyfiglet-9999.ebuild index 9ac98a1e94..f7387fa2a2 100644 --- a/dev-python/pyfiglet/pyfiglet-9999.ebuild +++ b/dev-python/pyfiglet/pyfiglet-9999.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Pure-python FIGlet implementation"