From b6ccaa71f235ba08319abd83eddb7a5f71653040 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 7 Oct 2021 20:23:07 +0300 Subject: [PATCH] dev-python/humanize: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/816807 Signed-off-by: Arthur Zamarin --- .../{humanize-3.12.0.ebuild => humanize-3.12.0-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) rename dev-python/humanize/{humanize-3.12.0.ebuild => humanize-3.12.0-r1.ebuild} (87%) diff --git a/dev-python/humanize/humanize-3.12.0.ebuild b/dev-python/humanize/humanize-3.12.0-r1.ebuild similarity index 87% rename from dev-python/humanize/humanize-3.12.0.ebuild rename to dev-python/humanize/humanize-3.12.0-r1.ebuild index 927e025168673..e01d205acf439 100644 --- a/dev-python/humanize/humanize-3.12.0.ebuild +++ b/dev-python/humanize/humanize-3.12.0-r1.ebuild @@ -25,3 +25,8 @@ BDEPEND=" " distutils_enable_tests --install pytest + +src_prepare() { + sed -e '/setuptools/d' -i setup.cfg || die + distutils-r1_src_prepare +}