From 8b0f1e0e7051567183e959d7db40ab100522fd79 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 2 Oct 2021 15:13:10 +0300 Subject: [PATCH 1/4] app-misc/telegram-send: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/815784 Signed-off-by: Arthur Zamarin --- app-misc/telegram-send/telegram-send-0.25-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" From 0cafa24ad68ae7f9bd3e7a7d75512bffa55cf92d Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 2 Oct 2021 15:16:20 +0300 Subject: [PATCH 2/4] app-portage/portage-lostfiles: enable py3.10, fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/815787 Signed-off-by: Arthur Zamarin --- app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" From 1e2a493cac1ef48565dd17035f6a007fcb024cfe Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 2 Oct 2021 15:20:46 +0300 Subject: [PATCH 3/4] app-shells/zsh-history-to-fish: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/815790 Signed-off-by: Arthur Zamarin --- app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 6d7f4abd00b07e6f085d03903715e201abe8ab8f Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 2 Oct 2021 15:22:09 +0300 Subject: [PATCH 4/4] dev-python/pyfiglet: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/815796 Signed-off-by: Arthur Zamarin --- dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild | 3 +-- dev-python/pyfiglet/pyfiglet-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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"